How skills grow from project-local patterns into shared, evolving capabilities.
- Discovery — How agents find the right skill for the task
- Evolution — How skills improve through use
- ../docs/skill-colony.md — The full skill colony concept
┌─────────────┐
│ Agent works │
└──────┬──────┘
│
┌──────▼──────┐
│ Pattern │
│ recognized? │
└──────┬──────┘
yes │ no
┌────────────┤ └──→ continue working
│ │
┌──────▼──────┐ ┌─▼──────────┐
│ Skill exists?│ │ Forge new │
└──────┬──────┘ │ skill │
yes │ no └─────┬──────┘
│ │
┌──────▼──────┐ ┌────▼───────┐
│ Use skill │ │ Register │
│ (update if │ │ in colony │
│ edge case) │ └────────────┘
└─────────────┘
- Copy
skillforge/SKILL.mdinto your project - Create
.skills-registry.md(empty table) - Work normally — forge skills when patterns emerge
- Review the registry periodically (weekly or monthly)