Skip to main content

Core Ledger 37

@mud_ghoul/core-ledger-37v1.0.9· BSD-3-Clause· 7d agoMODELS·SKILLS
01README

Inventory developer tooling, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @mud_ghoul/core-ledger-37 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @mud_ghoul/core-ledger-37

workflows:
  - name: core-ledger-37-run
    jobs:
      - name: main
        steps:
          - name: update
            model: mud_ghoul/core-ledger-37
            method: update

Run with swamp workflow run core-ledger-37-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: tooling ai

02Models1
@mud_ghoul/core-ledger-37/pulsev0.1.0pulse.ts
fn update(tags: array)
Update the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
fn diff(limit: number)
Diff the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
fn sync(limit: number, filter: record, dryRun?: boolean)
Sync the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
filterrecordKey-value filter expression
dryRun?booleanCompute changes without applying them
fn delete(id: string, tags?: array)
Delete the resource.
ArgumentTypeDescription
idstringResource identifier
tags?arrayList of tags to apply
03Skills1
core-ledger-373 files

Claude Code skill bundling tool whitelists and triggers.

04Previous Versions3
0.1.7Oct 28, 2025

Modified 1 models

1.2.7Jun 5, 2025

Modified 1 models

1.6.0Dec 9, 2024
05Stats
C
66 / 100
Downloads
30
Archive size
246.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 repository0/2missing
06Security Notice

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

07Platforms
08Labels