infra-bootstrap
Installation
SKILL.md
Infra Bootstrap
Use this skill to provision infrastructure and baseline config in a staged order using agentTool.ts.
Safety Rules
- Always run from repo root.
- Dry-run first unless the user explicitly wants execution.
- Use
--yesfor non-dry-run actions. - On failure, include the failing command and stdout/stderr in your response.
- Retry failed apply/bootstrap steps once after a short wait.
- Never run destroy unless the user explicitly asks for it.
Actions
Use these wrappers:
runTerraformStackScript --stack <stack> --script <script>runAnsibleBootstrap --target <target>