What problem does it solve?
Uploads a repository into the Breeze code graph for the current project. This skill wraps the breeze-code-ontology-generator CLI with --capture-statements so method-level statements are captured for downstream skills (generate-functional-from-ui, generate-functional-from-backend, generate-code, search). Verifies Node.js 22+ before running and resolves the target repo from a path argument or the current directory. Run once per repo. Re-run to re-index after large changes. Use when: "onboard repo", "upload repository", "index repo into breeze", "add repo to project", "ingest codebase", "register code graph", or whenever a Breeze skill reports the project has no code ontology yet.
Core Features & Use Cases
- Upload a repository into Breeze's code graph for the current project, capturing files, classes, functions, route decorators, call chains, and method-level statements
- Downstream compatibility: works with /breeze:generate-functional-from-ui, /breeze:generate-functional-from-backend, /breeze:generate-code, /breeze:search, /breeze:analyze-functional
- Run once per repo to index frontend and backend components and refresh the code graph.
Quick Start
Onboard a repository by providing its absolute path to the Breeze onboard-repository skill.