Sync Weaver 96
Operate on Claude Code skills with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @murk_skull/sync-weaver-96 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @murk_skull/sync-weaver-96
workflows:
- name: sync-weaver-96-run
jobs:
- name: main
steps:
- name: run
model: murk_skull/sync-weaver-96
method: runRun with swamp workflow run sync-weaver-96-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Vault provider — encrypted secret storage with audit trail and cross-region replication.
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
- 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 evaluation
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
Claude Code skill bundling tool whitelists and triggers.
Added 1 vaults
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- 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.