Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.31 KB

File metadata and controls

32 lines (21 loc) · 1.31 KB

MendCode Official Packages

This repository is the public package registry used by MendCode's default official source.

Packages are shareable .mendcode overlays. They can add commands, modes, skills, prompts, MCP config, widgets, and TUI profiles without replacing a user's local sessions, auth state, cache, runs, or personal customization files.

Install

mendcode packages search ""
mendcode packages show mendcode-starter
mendcode packages install mendcode-starter

For a non-default source:

mendcode packages add-source company --type github --url https://github.com/YourOrg/company-mendcode-packages.git --channel team
mendcode packages install company-standard company

Packages

  • mendcode-starter: onboarding command and skill for safe MendCode package usage.
  • mendcode-review: review command, mode, and skill for evidence-backed code review.
  • mendcode-tui-compact: compact TUI profile for dense terminal use.

Safety Contract

Official packages must not include secrets, auth state, local run history, cache output, generated runtime files, dependency folders, or binary payloads. Package install is an overlay under .mendcode/packages/installed/<id> and can be disabled or removed without deleting local project customization.

Every PR must pass package validation before review.