Author an agentic capability once in Claude Code's plugin format and ship it to every major harness.
npx claudepluginhub meaganewaller/rosettaGenerate and maintain a Keep a Changelog–style CHANGELOG.md from git history.
Draft a clear, reviewer-friendly pull request description from the staged diff and commit history.
Produce a focused test plan for a change — what to test, at which level, and the edge cases worth covering.
Scan a diff or files for committed secrets and walk through safe remediation.
Lint and harden shell scripts with shellcheck and robust-bash conventions.
Scaffold a spec-compliant catalog plugin — manifest, README, and component stubs in the canonical Claude Code format.
Write trigger-quality SKILL.md files — descriptions that reliably fire and bodies built for progressive disclosure.
Validate a plugin against the catalog quality bar and register it in marketplace.json with a valid category.
Write and review idiomatic modern Python — typing, data modeling, control flow, and the anti-patterns to avoid.
Write and review idiomatic TypeScript — use the type system well and avoid the escape hatches that defeat it.
Write and review idiomatic Ruby — Enumerable-driven, expression-oriented style and the loops and nil-checks it replaces.
Write and review effective LLM prompts — specificity, structure, examples, output contracts, and the failure modes to design against.
Design evals for LLM features — representative test sets, pass criteria, and regression checks so you know when output is good.
Design what an agent remembers — what to persist, how to retrieve it, and how to compact context so it stays within budget.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.