Skip to main content

Open Forge 94

@muck_gator/open-forge-94v2.0.4· BSD-3-Clause· 1mo agoMODELS·SKILLS
01README

Pull Claude Code skills, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.

Quick start

Add @muck_gator/open-forge-94 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @muck_gator/open-forge-94

workflows:
  - name: open-forge-94-run
    jobs:
      - name: main
        steps:
          - name: sync
            model: muck_gator/open-forge-94
            method: sync

Run with swamp workflow run open-forge-94-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: claude-code ai tooling experimental

02Models1
@muck_gator/open-forge-94/sentinelv0.1.0sentinel.ts
fn sync(force: boolean)
Sync the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn get(force: boolean, limit?: number, filter: record)
Get the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
limit?numberMaximum results to return
filterrecordKey-value filter expression
fn update(dryRun: boolean, filter: record, tags: array)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
filterrecordKey-value filter expression
tagsarrayList of tags to apply
fn diff(id: string)
Diff the resource.
ArgumentTypeDescription
idstringResource identifier
03Skills1
open-forge-94scripts7 files

Claude Code skill bundling tool whitelists and triggers.

04Previous Versions2
2.1.3Jan 11, 2026

Modified 1 models

0.8.7Aug 15, 2025
05Stats
A
100 / 100
Downloads
8
Archive size
103.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
06Security Notice
07Platforms
08Labels