By yorrick
Orchestrate AI coding agents through automated loops for end-to-end feature development: brainstorm and plan interactively, create GitHub issues/PRs, implement code, perform iterative simplify/code/security reviews, wait for CI/CD, fix issues, and repeat until clean and merge-ready. Generate and run custom StateGraph workflows from natural language prompts with quality gates and diagram previews.
Full development loop: brainstorm, plan, implement, PR, then iterative review (simplify + code review + security review) until clean
Run the review loop on an existing PR: simplify, code review + security review in parallel, fix issues, repeat
Generate and run an ad-hoc workflow from a natural language description using the StateGraph engine
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub yorrick/claude-code-plugins --plugin dev-loopAnalyzes session transcripts and improves project documentation (CLAUDE.md, README, memory) based on learnings
loophaus — Control plane for coding agents
Claude Code settings and skills for spec-driven development workflows
Autonomous agent orchestrator for full development lifecycles with zero human input, session budget management, and crash recovery
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
General purpose Claude Code toolkit with research agents, skills, and introspection commands
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review