Skip to main content

Core Vault 99

@marsh_beast/core-vault-99v1.0.2· BSD-3-Clause· 11d agoMODELS·WORKFLOWS·SKILLS
01README

Pull developer tooling, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.

Quick start

Add @marsh_beast/core-vault-99 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @marsh_beast/core-vault-99

workflows:
  - name: core-vault-99-run
    jobs:
      - name: main
        steps:
          - name: get
            model: marsh_beast/core-vault-99
            method: get

Run with swamp workflow run core-vault-99-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.
  • 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: tooling llm claude-code

02Models1
@marsh_beast/core-vault-99/weaverv0.1.0weaver.ts
fn get(limit: number)
Get the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
fn create(limit: number, force?: boolean)
Create the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
force?booleanSkip confirmation and apply immediately
fn diff(force: boolean, dryRun: boolean)
Diff the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
dryRunbooleanCompute changes without applying them
fn delete(limit: number, force?: boolean)
Delete the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
force?booleanSkip confirmation and apply immediately
03Workflows2
live wardenlive-warden

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
core pulsecore-pulse

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
04Skills1
core-vault-993 files

Claude Code skill bundling tool whitelists and triggers.

05Previous Versions1
0.7.5Nov 17, 2025
06Stats
D
58 / 100
Downloads
30
Archive size
26.0 KB
  • 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 declared1/1earned
  • Verified public repository0/2missing
07Security Notice

This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.

08Platforms
09Labels