Collection of Claude Code plugins by Yorrick Jansen
npx claudepluginhub yorrick/claude-code-pluginsAnalyzes session transcripts and improves project documentation (CLAUDE.md, README, memory) based on learnings
Automated development loop and ad-hoc workflow generation for orchestrating AI coding agents
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
A collection of Claude Code plugins by Yorrick Jansen.
Add this repository as a marketplace:
claude plugin marketplace add yorrick/claude-code-plugins
Then install any plugin:
claude plugin install <plugin-name>@yorrick
Automated development loop that composes existing Claude Code commands into a full lifecycle: brainstorm, plan, implement, create PR, then iteratively review (simplify + code review + security review) until clean.
Commands:
/dev-loop — Full lifecycle: interactive brainstorming and planning, then automated implementation and review loop/review-loop — Review loop only on an existing PR (skip brainstorm + implementation)Prerequisites:
/code-review:code-review)/simplify and /security-review (built-in)gh CLI (for creating PRs)claude plugin install dev-loop@yorrick
Automatically reflects on skills used during sessions and proposes improvements.
claude plugin install self-improve-skill@yorrick
For testing or development, load a plugin directly:
claude --plugin-dir ./dev-loop
claude --plugin-dir ./self-improve-skill