Skip to main content

Sync Weaver 96

@murk_skull/sync-weaver-96v0.0.6· Apache-2.0· 8d agoVAULTS·DATASTORES·SKILLS
01README

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: run

Run 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

02Vaults1
sync-weaver-96-vaultconfigurable
@murk_skull/sync-weaver-96/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
03Datastores1
sync-weaver-96-storeconfigurable
@murk_skull/sync-weaver-96/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
04Skills1
sync-weaver-96scripts7 files

Claude Code skill bundling tool whitelists and triggers.

05Previous Versions2
1.1.5Jan 13, 2026

Added 1 vaults

0.7.4Nov 3, 2025
06Stats
A
100 / 100
Downloads
30
Archive size
157.0 KB
  • 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
07Security Notice
08Platforms
09Labels