Skip to main content

Rapid Weaver 31

@notion/rapid-weaver-31v1.5.7· 1mo agoWORKFLOWS·REPORTS·SKILLS
01README

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

Quick start

Add @notion/rapid-weaver-31 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @notion/rapid-weaver-31

workflows:
  - name: rapid-weaver-31-run
    jobs:
      - name: main
        steps:
          - name: run
            model: notion/rapid-weaver-31
            method: run

Run with swamp workflow run rapid-weaver-31-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.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.
  • 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 evaluation ai

02Workflows2
sync pilotsync-pilot

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.
smart nexussmart-nexus

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.
03Reports1
rapid-weaver-31-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
04Skills1
rapid-weaver-318 files

Claude Code skill bundling tool whitelists and triggers.

05Stats
D
50 / 100
Downloads
30
Archive size
356.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 repository0/2missing
06Security Notice

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

07Platforms
08Labels