By yorrick
Automatically analyze Claude session transcripts to extract learnings like corrections, discoveries, and pain points, then update CLAUDE.md and README.md docs. Runs on session end or via /reflect command. Automate session lifecycle by executing workflow-start.sh on start and workflow-cleanup.sh on end.
npx claudepluginhub yorrick/claude-code-plugins --plugin self-improve-skillA 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.
Automated development loop and ad-hoc workflow generation for orchestrating AI coding agents
Extract learnings from conversation and save as skills.
Auto-captures Claude Code sessions as narrative worklogs and detects user steering patterns
Self-improving learning system that detects friction signals (corrections, repetitions, tool failures), extracts improvement candidates, and proposes rule/skill updates with explicit approval workflow.
Analyze session transcripts for optimization opportunities using 4 parallel subagents