Skip to main content

Deep Nexus 109

@ooze_fiend/deep-nexus-109v1.0.1· MIT· 4d agoVAULTS·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 @ooze_fiend/deep-nexus-109 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @ooze_fiend/deep-nexus-109

workflows:
  - name: deep-nexus-109-run
    jobs:
      - name: main
        steps:
          - name: run
            model: ooze_fiend/deep-nexus-109
            method: run

Run with swamp workflow run deep-nexus-109-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Vault provider — encrypted secret storage with audit trail and cross-region replication.
  • 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 llm evaluation

02Vaults1
deep-nexus-109-vaultconfigurable
@ooze_fiend/deep-nexus-109/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
03Reports1
deep-nexus-109-reportextension
report.ts

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

auditsummary
04Skills1
deep-nexus-109scripts2 files

Claude Code skill bundling tool whitelists and triggers.

05Previous Versions1
0.3.8Jan 23, 2026
06Stats
A
91 / 100
Downloads
30
Archive size
157.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • 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 repository2/2earned
07Security Notice
08Platforms
09Labels