Swamp — автоматизация облачных воркфлоу через CLI

vibe-coding

swamp is a Claude Code skill that brings deterministic AI-driven workflow automation to your repository via the Swamp CLI. All artifacts live in a `.swamp/` directory under Git version control: typed models for cloud resources, CLI tools, and APIs; YAML definitions with CEL expressions and cross-model references; orchestrated workflows with parallel jobs and dependency ordering; versioned immutable data artifacts; and encrypted vaults for secrets. Agents initialized with `swamp repo init` receive skills written to `.claude/skills/` that teach Claude Code to search models, create definitions, run workflows, and manage vaults entirely on the local machine — no credentials leave the environment unless a model explicitly calls an external API. Practical use cases include EC2 fleet inventory, database credential rotation, server uptime monitoring, and DNS auditing. Ideal for engineering teams that need reviewable, shareable DevOps automation driven by AI agents.