Skip to main content

Lite Forge 88

@linear/lite-forge-88v2.0.0· 12d agoWORKFLOWS·SKILLS
01README

Sync state of Claude Code skills against a desired-state YAML. Diffs are previewed before any mutation.

Quick start

Add @linear/lite-forge-88 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @linear/lite-forge-88

workflows:
  - name: lite-forge-88-run
    jobs:
      - name: main
        steps:
          - name: run
            model: linear/lite-forge-88
            method: run

Run with swamp workflow run lite-forge-88-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • 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: claude-code ai evaluation

02Workflows2
smart vaultsmart-vault

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.
open beaconopen-beacon

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.
03Skills1
lite-forge-88scripts7 files

Claude Code skill bundling tool whitelists and triggers.

04Previous Versions2
2.1.5Dec 19, 2025

Added 1 workflows

2.8.5Nov 6, 2025
05Stats
C
66 / 100
Downloads
30
Archive size
114.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 declared0/1missing
  • Verified public repository2/2earned
06Security Notice
07Platforms
08Labels