What problem does it solve?
Working with the swamp CLI involves many subcommands across models, workflows, data, vaults, reports, extensions, and serving, and guessing flags or bypassing the CLI leads to broken definitions and stale state. This Skill routes each request to the correct operational guide so commands are run accurately and safely.
Core Features & Use Cases
- Intent Routing: A routing table maps user intent to one of fourteen domain guides covering models, workflows, data, vaults, reports, repos, extensions, publishing, issues, sharing, serving, architecture, and troubleshooting.
- Safe Execution Workflow: Enforces validate-before-run practices, such as running swamp workflow validate before execution and inspecting model state before destructive methods.
- Use Case: Ask the agent to inventory EC2 instances across regions and flag untagged resources; it loads the model guide, searches for a matching model type, runs the method, and queries the resulting versioned data with CEL expressions.
Quick Start
Ask the agent to create and run a swamp workflow that checks your servers are online, and it will route to the right guide and execute the correct swamp commands.