Skip to main content

Rapid Pilot 48

@keeb/rapid-pilot-48v2.0.8· 1mo agoMODELS·VAULTS·DATASTORES·SKILLS
01README

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

Quick start

Add @keeb/rapid-pilot-48 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @keeb/rapid-pilot-48

workflows:
  - name: rapid-pilot-48-run
    jobs:
      - name: main
        steps:
          - name: create
            model: keeb/rapid-pilot-48
            method: create

Run with swamp workflow run rapid-pilot-48-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.
  • Vault provider — encrypted secret storage with audit trail and cross-region replication.
  • Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
  • 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

02Models3
@keeb/rapid-pilot-48/pulsev0.1.0pulse.ts
fn create(id: string)
Create the resource.
ArgumentTypeDescription
idstringResource identifier
fn update(dryRun: boolean, limit?: number)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
limit?numberMaximum results to return
fn delete(limit: number, id?: string, force: boolean)
Delete the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
id?stringResource identifier
forcebooleanSkip confirmation and apply immediately
@keeb/rapid-pilot-48/beaconv0.1.0beacon.ts
fn sync(filter: record)
Sync the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
fn list(id: string)
List the resource.
ArgumentTypeDescription
idstringResource identifier
@keeb/rapid-pilot-48/vaultv0.1.0vault.ts
fn sync(id: string, force: boolean)
Sync the resource.
ArgumentTypeDescription
idstringResource identifier
forcebooleanSkip confirmation and apply immediately
fn update(limit: number)
Update the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
fn delete(limit: number, force?: boolean, tags?: array)
Delete the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
force?booleanSkip confirmation and apply immediately
tags?arrayList of tags to apply
fn diff(limit: number, dryRun?: boolean, tags: array)
Diff the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
dryRun?booleanCompute changes without applying them
tagsarrayList of tags to apply
03Vaults1
rapid-pilot-48-vaultconfigurable
@keeb/rapid-pilot-48/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Datastores1
rapid-pilot-48-storeconfigurable
@keeb/rapid-pilot-48/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
05Skills1
rapid-pilot-48scripts5 files

Claude Code skill bundling tool whitelists and triggers.

06Previous Versions2
0.1.6Jan 30, 2026

Modified 1 models

0.6.6Sep 7, 2025
07Stats
A
91 / 100
Downloads
30
Archive size
119.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • 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
08Security Notice
09Platforms
10Labels