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:
- superpowers plugin (brainstorming, writing-plans, executing-plans skills)
- code-review plugin (
/code-review:code-review) /simplifyand/security-review(built-in)ghCLI (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