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.
npx claudepluginhub yorrick/claude-code-plugins --plugin dev-loopFull 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
Share bugs, ideas, or general feedback.
The development-workflow plugin for Claude Code — 35 skills organized around a 6-phase workflow (Think → Review → Build → Ship → Maintain → Setup), 24 agents, and an interactive setup wizard for rules, modes, hooks, and MCP servers.
Development workflow skills including review-driven development for issue-to-merge lifecycle with iterative review cycles
loophaus — Control plane for coding agents
Language-agnostic development process harness implementing the Stateless Agent Methodology (SAM) 7-stage pipeline with ARL human touchpoint model and Voltron-style language plugin composition. Provides orchestration, workflows, planning, verification, and testing methodology that any language plugin can compose with.
Claude Code settings and skills for spec-driven development workflows
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.