What problem does it solve?
This skill enables safe, repeatable evolution of the Ship Faster skills library by transforming run retrospectives into patch recommendations rather than automatic edits, preserving human oversight.
Core Features & Use Cases
- Retrospective-driven evolution: collects context, failures, and session data to inform skill improvements without changing the source automatically.
- Patch proposal workflow: uses the skill-improver to generate minimal, reviewable patch candidates for manual application.
- Artifact generation & auditing: stores evolution artifacts (candidates, review notes, run state) under runs/evolution for traceability and replay.
- Use Case: when a big task reveals gaps or recurring failures in skills, run the evolution flow to propose targeted improvements and have a human review before applying.
Quick Start
Install the evolution skill by placing its directory into your agent's skill folder, then configure the global hooks so that end-of-task retrospectives are captured. For example:
- Copy the skill directory to the Claude/agents skills path, e.g. mkdir -p ~/.claude/skills && cp -r skills/skill-evolution ~/.claude/skills/
- Ensure the hooks (pre-tool, post-tool, and session-end) are enabled in your agent configuration so evolution artifacts are generated automatically.