analyze-repo
Analyze an existing repository's structure, conventions, and guardrails.
Initialize the Polyphony multi-agent orchestration environment.
$ npx -y skills add alinaqi/claude-bootstrap --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/polyphony-initContext preview
What this command does when you run it.
Initialize the Polyphony multi-agent orchestration environment.
Initialize the Polyphony multi-agent orchestration environment.
---
command -v docker &>/dev/null || command -v orbctl &>/dev/null
If neither Docker nor OrbStack is available, inform the user:
> Docker or OrbStack is required for Polyphony container isolation. Install one first.
mkdir -p ~/.polyphony
Copy default configuration files from the templates directory:
TEMPLATES="$(dirname "$(realpath "$0")")/../templates" cp -n "$TEMPLATES/polyphony-config.yaml" ~/.polyphony/config.yaml cp -n "$TEMPLATES/polyphony-identities.yaml" ~/.polyphony/identities.yaml cp -n "$TEMPLATES/polyphony-agents.yaml" ~/.polyphony/agents.yaml cp -n "$TEMPLATES/polyphony-routing.yaml" ~/.polyphony/routing.yaml
docker build -t polyphony-worker:latest -f templates/Dockerfile.polyphony .
command -v claude &>/dev/null && echo "claude: available" command -v codex &>/dev/null && echo "codex: available" command -v kimi &>/dev/null && echo "kimi: available"
Print summary of what was initialized and which agents are available.
Turn Claude Code into a self-reviewing, test-enforced engineering system that remembers context across sessions — then route work across 13 models from a single dashboard.
Repo: alinaqi/claude-bootstrap
Analyze an existing repository's structure, conventions, and guardrails.
Full dynamic analysis of workspace topology, dependencies, and contracts.
Build-in-Public — generate posts from your engineering work, anonymize, and schedule via Buffer
Checks who's working on the project and optionally converts to a multi-person project with team state management.
Infer ReasonNodes from existing git commit history. One-time setup for existing codebases.
Run a full drift scan and display all unresolved drift events, grouped by dimension and sorted by severity.