swamp
Deterministic automation workflows for AI agents and infrastructure
All Skills in This Repository (16)
Pure Emerald Level Indicatorsskill-creator
Guide users through creating and structuring AI skills with SKILL.md files and organized resources.
jujutsu
Manage version control operations using the Jujutsu (jj) VCS.
swamp-extension-model
Create custom Swamp TypeScript models with Zod schemas for external APIs and defined methods.
swamp-troubleshooting
Inspect, fetch, and read Swamp CLI source code to diagnose bugs.
swamp-vault
Store, retrieve, and list secrets across local encryption, AWS Secrets Manager, Azure Key Vault, and 1Password.
swamp-repo
Initialize, upgrade, and configure Swamp repositories with filesystem or S3 datastores.
terminal-output
Standardize Swamp CLI terminal output across log and JSON formats.
github-pr
Create and manage GitHub pull requests across Git and Jujutsu.
swamp-workflow
Manage Swamp workflows for defining, validating, and executing job sequences.
swamp-data
List, retrieve, version, and garbage-collect model-generated data.
ddd
Guide Domain-Driven Design implementation for TypeScript and Deno projects.
swamp-model
Manage Swamp AI model definitions, validation, and method execution.
Frequently Asked Questions
FAQPage SchemaHow to install swamp?โผ
Run `npx skills add systeminit/swamp --all -g -y` in your terminal to install all skills in this suite globally.
What does swamp do for AI agents?โผ
Swamp gives AI agents a deterministic CLI to create models, run workflows, query data, and manage secrets, so automations are reviewable and repeatable instead of one-off chat output.
How do I automate infrastructure tasks with swamp?โผ
Describe the task in plain English to your agent, and it will create typed models and YAML workflows for jobs like auditing cloud instances, checking server health, or rotating credentials.
Does swamp work with Claude Code, Cursor, and Codex?โผ
Yes. Running `swamp repo init` writes first-class skills into the right directory for Claude Code, Cursor, OpenCode, or Codex so your agent discovers them automatically.
Where does swamp store my data and secrets?โผ
Everything lives in a versioned `.swamp/` directory inside your Git repo, with secrets kept in encrypted vaults and runtime data optionally synced to S3 for teams.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core