systeminitsysteminitOfficialยท16 Agent Skills Included

swamp

Deterministic automation workflows for AI agents and infrastructure

Builds reviewable, shareable automation workflows that AI agents can run against cloud resources, servers, and APIs. Replaces fragile ad-hoc scripts and manual clicking with declarative YAML workflows, typed models, and secure secret vaults. Keeps every run versioned and auditable in Git so teams can inspect changes before anything touches production.
npx skills add systeminit/swamp --all -g -y
Available:

Tells the AI agent how to route workflow and automation requests to the bundled swamp skills, and enforces rules for skill creation, verification, and pull requests in this repository.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
systeminitsysteminit

skill-creator

Guide users through creating and structuring AI skills with SKILL.md files and organized resources.

Official
Intermediate
๐Ÿ“ฆ In Repo
systeminitsysteminit

jujutsu

Manage version control operations using the Jujutsu (jj) VCS.

Official
Intermediate
๐Ÿ“ฆ In Repo
systeminitsysteminit

swamp-extension-model

Create custom Swamp TypeScript models with Zod schemas for external APIs and defined methods.

Official
Advanced
๐Ÿ“ฆ In Repo
systeminitsysteminit

swamp-troubleshooting

Inspect, fetch, and read Swamp CLI source code to diagnose bugs.

Official
Intermediate
๐Ÿ“ฆ In Repo
systeminitsysteminit

swamp-vault

Store, retrieve, and list secrets across local encryption, AWS Secrets Manager, Azure Key Vault, and 1Password.

Official
Advanced
๐Ÿ“ฆ In Repo
systeminitsysteminit

swamp-repo

Initialize, upgrade, and configure Swamp repositories with filesystem or S3 datastores.

Official
Intermediate
๐Ÿ“ฆ In Repo
systeminitsysteminit

terminal-output

Standardize Swamp CLI terminal output across log and JSON formats.

Official
Basic
๐Ÿ“ฆ In Repo
systeminitsysteminit

github-pr

Create and manage GitHub pull requests across Git and Jujutsu.

Official
Intermediate
๐Ÿ“ฆ In Repo
systeminitsysteminit

swamp-workflow

Manage Swamp workflows for defining, validating, and executing job sequences.

Official
Advanced
๐Ÿ“ฆ In Repo
systeminitsysteminit

swamp-data

List, retrieve, version, and garbage-collect model-generated data.

Official
Intermediate
๐Ÿ“ฆ In Repo
systeminitsysteminit

ddd

Guide Domain-Driven Design implementation for TypeScript and Deno projects.

Official
Intermediate
๐Ÿ“ฆ In Repo
systeminitsysteminit

swamp-model

Manage Swamp AI model definitions, validation, and method execution.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’