Skip to content

yorrick/claude-code-plugins

Repository files navigation

Yorrick's Claude Code Plugins

A collection of Claude Code plugins by Yorrick Jansen.

Installation

Add this repository as a marketplace:

claude plugin marketplace add yorrick/claude-code-plugins

Then install any plugin:

claude plugin install <plugin-name>@yorrick

Plugins

dev-loop

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)
  • /simplify and /security-review (built-in)
  • gh CLI (for creating PRs)
claude plugin install dev-loop@yorrick

self-improve-skill

Automatically reflects on skills used during sessions and proposes improvements.

claude plugin install self-improve-skill@yorrick

Local Development

For testing or development, load a plugin directly:

claude --plugin-dir ./dev-loop
claude --plugin-dir ./self-improve-skill

About

Claude Code plugins for automated development workflows — dev-loop, review automation, and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors