Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.77 KB

File metadata and controls

42 lines (35 loc) · 1.77 KB

Colony

How skills grow from project-local patterns into shared, evolving capabilities.

Contents

The Colony in One Diagram

                    ┌─────────────┐
                    │  Agent works │
                    └──────┬──────┘
                           │
                    ┌──────▼──────┐
                    │ Pattern      │
                    │ recognized?  │
                    └──────┬──────┘
                     yes   │   no
              ┌────────────┤   └──→ continue working
              │            │
       ┌──────▼──────┐  ┌─▼──────────┐
       │ Skill exists?│  │ Forge new  │
       └──────┬──────┘  │ skill      │
        yes   │   no    └─────┬──────┘
              │               │
       ┌──────▼──────┐  ┌────▼───────┐
       │ Use skill   │  │ Register   │
       │ (update if  │  │ in colony  │
       │ edge case)  │  └────────────┘
       └─────────────┘

Getting Started

  1. Copy skillforge/SKILL.md into your project
  2. Create .skills-registry.md (empty table)
  3. Work normally — forge skills when patterns emerge
  4. Review the registry periodically (weekly or monthly)