Immutable. This exact content is served forever at /api/v1/blob/0d65abfc766a3f5b.
--- name: infra-copilot description: "Route infrastructure work to the correct infra-copilot workflow: setup for a greenfield bootstrap, import for existing resources, add for new resources or providers, and status for a read-only health check. Use when the user asks generally for infra-copilot or the correct workflow is unclear." --- <!-- AI-RULEZ :: GENERATED FILE — DO NOT EDIT Content-Hash: blake3:8c4f82b1a117faa49a14b38a822c11c6c1128e273b76d43dd01f4d62c57c5662 Source-Hash: blake3:e13a4c5f4dbeaadc720bc01710edc461639771945a46f3123cb02f54690b1cbb Schema-Version: v1 --> # infra-copilot ## Workflow Choose the smallest workflow that matches the request, then load its skill: | Intent | Skill | |---|---| | Bootstrap an empty infrastructure repository | [`../setup/SKILL.md`](../setup/SKILL.md) | | Adopt resources that already exist | [`../import/SKILL.md`](../import/SKILL.md) | | Add a new resource, repository, or provider | [`../add/SKILL.md`](../add/SKILL.md) | | Inspect current state without changing anything | [`../status/SKILL.md`](../status/SKILL.md) | The shared protocol, phase manifest, provider guidance, and operational runbooks live in [`references/`](references/). They are the single behavioral source of truth for every host package. Host-specific commands and manifests are adapters only. ## Guardrails This skill owns no operations. It selects one workflow and hands off — it never reads config, runs a check, or mutates anything itself. If a request spans two workflows, route to the earlier one and let it name its successor: `setup` ends by pointing at `import`, and `import` and `add` each say when the other applies. ## Validation Exactly one skill is selected, and the reason it was selected is stated. If none of the four fits, say so rather than choosing the closest.