What problem does it solve?
RepoSkills automates the creation of an end-to-end, agent-ready skill layer for a codebase. It identifies architectural boundaries, generates an orientation skill plus per-boundary module and task skills, and produces platform glue (routing and entry points) so multi-agent systems can navigate, understand, and modify the codebase with minimal human intervention.
Core Features & Use Cases
- Boundary discovery and module boundary mapping to define self-contained skills
- Orientation skill that describes system shape, boundaries, and quick reference points
- Per-boundary module skills detailing purpose, dependencies, extensions, and gotchas
- Conditional task skills aligned to repo workflows (e.g., tests, deployment, observability)
- Platform glue: routing tables in root platform files, plus per-module routing where needed
- Drift detection tooling and diff-based re-run support to keep skills aligned with code
- Cross-skill consistency and diff-driven updates to maintain alignment over time
Quick Start
Run RepoSkills to generate the full skill layer for your repository.