What problem does it solve?
This Skill coordinates all phases of the assimilation pipeline to scan a repository, extract patterns, generate SKILL.md entries, and update the agents documentation, eliminating the need for manual, error-prone orchestration.
Core Features & Use Cases
- Automated orchestration: Manage Phase 1: Scan, Phase 2: Extract, Phase 3: Generate, Phase 4: Update, and Phase 5: Cleanup with robust error handling and a final summary.
- Automates skill extraction: Streamlines generating SKILL.md entries from analyzed patterns and updates AGENTS.md accordingly.
- Use Case: Run assimilation on a complete repository to produce a ready-to-use skill catalog for CLAUDE/agent pipelines.
Quick Start
Use the orchestrator to assimilate a repository by executing the orchestration workflow on the target codebase. The process will scan for entry points, extract patterns, generate SKILL.md files, and update AGENTS.md. After completion, review the generated SKILL.md files under .github/skills/ and .claude/skills/ and the summary report.