dev-setup
Installation
SKILL.md
Dev Environment Setup
Bring a checkout from "just cloned" to "can build the backend, the UI, and the ingestion framework" with one call.
When to Activate
- "set up my dev environment", "onboard me", "I just cloned this repo"
- "set up this worktree" (a Claude Code worktree does not inherit the main repo's venv)
- A build fails on a missing or wrong-version tool:
antlr4: command not found,class file has wrong version,Unsupported engine … node,ModuleNotFoundError: metadata.generated - "check my environment", "why doesn't
make generatework"
The One Call
./scripts/dev_setup.sh # or: make dev_setup