Skip to main content

Smart Vault 95

@foul_lurker/smart-vault-95v1.0.3· 1mo agoMODELS·SKILLS
01README

Operate on AI model output with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @foul_lurker/smart-vault-95 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @foul_lurker/smart-vault-95

workflows:
  - name: smart-vault-95-run
    jobs:
      - name: main
        steps:
          - name: delete
            model: foul_lurker/smart-vault-95
            method: delete

Run with swamp workflow run smart-vault-95-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
  • 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: ai claude-code evaluation

02Models2
@foul_lurker/smart-vault-95/vaultv0.1.0vault.ts
fn delete(tags: array, limit: number)
Delete the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
limitnumberMaximum results to return
fn update(tags: array, dryRun: boolean)
Update the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
dryRunbooleanCompute changes without applying them
@foul_lurker/smart-vault-95/reactorv0.1.0reactor.ts
fn sync(dryRun: boolean)
Sync the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn get(dryRun: boolean, id?: string, tags: array)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
id?stringResource identifier
tagsarrayList of tags to apply
fn list(dryRun: boolean)
List the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
03Skills1
smart-vault-95scripts3 files

Claude Code skill bundling tool whitelists and triggers.

04Previous Versions3
2.1.8Oct 27, 2025

Modified 1 models

2.2.1Aug 1, 2025

Modified 1 models

2.7.1Feb 21, 2025
05Stats
B
83 / 100
Downloads
30
Archive size
338.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive0/1missing
  • 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
06Security Notice
07Platforms
08Labels