repo-ingest
Installation
SKILL.md
Repo Ingest — Pattern Extraction and Skill Evolution
Extract architectural patterns from external repositories and propose updates to marketplace skills. This is a research analyst that proposes PRs, not a translator that blindly copies.
The skill reads source repositories, produces structured pattern briefs, compares against current skill implementations, and generates proposed updates as branches — never direct edits to the marketplace.
When to Use This Skill
- A repository has interesting coordination, handoff, or agent patterns worth adopting
- Smith or another upstream has released updates you want to incorporate
- You want to systematically improve marketplace skills based on real-world implementations
- Periodic review of source repos for new patterns (monthly recommended)
When NOT to Use This Skill
- Copying code from a repo — this extracts PATTERNS, not code
- One-off manual skill edits — just edit the skill directly
- Repos with no relevance to agent coordination or development patterns
- Without understanding what the source repo does — read first, ingest second