Sync state of Claude Code skills against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @linear/lite-forge-88 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @linear/lite-forge-88
workflows:
- name: lite-forge-88-run
jobs:
- name: main
steps:
- name: run
model: linear/lite-forge-88
method: runRun with swamp workflow run lite-forge-88-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
- Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: claude-code ai evaluation
Composed workflow with retry and idempotency.
Composed workflow with retry and idempotency.
Claude Code skill bundling tool whitelists and triggers.
Added 1 workflows
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive0/1missing
- Most symbols documented1/1earned
- No slow types0/1missing
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared0/1missing
- Verified public repository2/2earned
This extension includes AI agent skills with executable scripts (Python, Bash, JS). These scripts run with your user permissions. Review all skill files and scripts before installing.