This repository is the public marketplace registry used by MendCode's default official source.
Marketplace packages are shareable .mendcode overlays. They can add commands, modes, skills, prompts, MCP config, custom tool calls, custom pages, shell-backed widgets, and TUI profiles without replacing a user's local sessions, auth state, cache, runs, or personal customization files.
mendcode marketplace search ""
mendcode marketplace show mendcode-starter
mendcode marketplace install mendcode-starterFor a non-default source:
mendcode marketplace add-source company --type github --url https://github.com/YourOrg/company-mendcode-marketplace.git --channel team
mendcode marketplace install company-standard companymendcode-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.mendcode-marketplace-lab: example package with a shell-backed widget, custom tool, page artifact, prompt mode, skill, and compact TUI profile.
Official marketplace 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.