Getting Started

Add the marketplace

Add the marketplace once:

/plugin marketplace add alexmond/alexmskills

Then install what you want — copy-paste any of these:

/plugin install evolving-claude-md@alexmskills
/plugin install dev-crew@alexmskills
/plugin install brainstorm-panel@alexmskills
/plugin install learn-on-failure@alexmskills
/plugin install implement-issue@alexmskills
/plugin install maven-quality@alexmskills
/plugin install security-audit@alexmskills
/plugin install review-agents@alexmskills
/plugin install parallel-research-sweep@alexmskills

Or browse interactively with /plugin (the Discover tab). After a new release is pushed, refresh the catalog with:

/plugin marketplace update alexmskills

Try a plugin without installing

Load a plugin straight from a checkout — useful for evaluating or developing:

claude --plugin-dir ./plugins/dev-crew

Quick start by plugin

Plugin Say…

evolving-claude-md

"make CLAUDE.md evolve" — its hooks (audit, lint, re-audit) register automatically once enabled.

dev-crew

"run the crew on this feature" — review the roster, then it relays architect → dev → qa → deployer.

brainstorm-panel

"get a team on this and make it better" — it proposes a panel + style for your sign-off, then runs.

learn-on-failure

nothing — install it and it captures a learning whenever a task needs more than one attempt.

Installing from a local directory marketplace is not supported by the Claude Code CLI (it expects a GitHub/git source). For local evaluation use claude --plugin-dir as shown above; /plugin install ...@alexmskills works once the marketplace is published to GitHub.