A Claude Code plugin marketplace — a small, curated collection of skills and agents for AI-assisted software engineering. Add it once, install only what you want.
/plugin marketplace add SKannaniOS/claude-skills| Plugin | What it does | Docs |
|---|---|---|
| taskforce | Multi-agent orchestration that drives a task from a vague request to a verified result. | details → |
| how-to-test | Generates a hands-on, manual-testing guide for any repo — fresh clone to "I saw it work." | details → |
| pr-description | Writes a PR description from your branch diff, filling the repo's own PR template. | details → |
| commit-splitter | Splits a messy working tree into clean, atomic commits — grouped by concern, not by file. | details → |
| teach-me | Patient tutor for any concept — adapts to your level, explains step by step, quizzes you, and leaves a recap. | details → |
Once the marketplace is added, install any plugin by name:
/plugin install <name>@skannaniosFor example, /plugin install taskforce@skannanios. Each plugin's own README (linked above) covers
what it does, how to run it, and any requirements. Newly installed skills and agents load at the
start of a session — start a fresh session after installing.
Already added the marketplace? Run
/plugin marketplace update skannaniosto pick up newly published plugins.
MIT © Satheesh Kannan