// THE ARSENAL — CLAUDE CODE SKILLS LIBRARY

AI isn't coming for engineers. It's sorting them.

Into the ones who run agents, and the ones who still do it all by hand. These 30 skills put you on the right side of that line — from a system running 90+ deployed apps with 325 agents and real money on the line.

operator@knox — skills.library
skills.library — 30 skills loaded
type `help` ↵ · try `ls` or `/ship-skill`
$
30
Skills
90+
Apps Running
325
Agents in the Fleet
4,500+
Merged PRs

What is a Claude Code Skill?

01 — A Markdown File

Each skill is a SKILL.md file you place in ~/.claude/skills/. No installs. No dependencies. Just a file.

02 — A Slash Command

Type /feature-team <task> in Claude Code and the skill executes — spawning agents, coordinating workflows, delivering results.

03 — Months of Iteration

These aren't first drafts. Each skill has been refined across dozens of real production runs on systems that can't afford to fail.

What's Included

6
Agent Teams
/feature-team
/quality-team
/security-team
/design-team
/frontend-design
/research-team
3
Audit & Review
/audit-swarm
/audit-swarm-resolve
/repo-maintenance
3
DevOps & Ops
/incident
/onboard-repo
/ci-wait-and-merge
6
Intelligence
/debug-investigate
/pressure-test
/learn
/prd-writer
/context-budget
/deep-dive
5
Content & Retro
/document-swarm
/morning-brief
/weekly-retro
/trade-retro
/blog-autopilot
7
Build & Deploy
/quality-check
/verify
/scaffold-tests
/build-fix
/auto-fix
/skillboss
/academy-track

Skill Stacks

Chains that work together

The real leverage is the workflow of workflows. Run these in order to take a job from start to shipped.

Ship a feature end-to-end

Idea → spec → built → tested → merge-ready PR

Hunt and kill a bug

Failing behavior → root cause → minimal fix → green

Audit, then remediate

Surface every issue → fix P0→P2 with PRs

Rescue a broken build

Build errors → compiling → covered → verified

Research to spec

Open question → pressure-tested PRD

Harden before deploy

Threat model → pre-deploy gate, no surprises

Skill Browser

Copy after unlocking
Build & Deploy
FREE

Quality Check

Single-agent coverage scanner. Runs your test suite, ranks your top 5 riskiest untested paths by criticality, and gives you a prioritized fix list — no auto-fix, no parallel agents.

  • Find your riskiest untested code paths in 60 seconds
  • Get a prioritized fix list before a PR review
/quality-check <description>
Build & Deploy
NewFREE

Verify

Pre-PR gate: runs your full build → lint → test → secrets scan loop and produces a PASS / CLOSE / FAIL verdict with a prioritized fix list. Single agent. No auto-fix.

  • Run a full build + lint + test + secrets check before every push
  • Get a single PASS / CLOSE / FAIL verdict with a numbered fix list
/verify <description>
Build & Deploy
NewFREE

Scaffold Tests

Zero to test suite in one command. Detects your stack, maps major modules, creates the directory structure, writes one real test file per module, and configures coverage. Gives you somewhere to start — not a finished suite.

  • Bootstrap a test suite on a repo that has none
  • Get the right directory structure and config before writing feature code
/scaffold-tests <description>
Build & Deploy
FREE

Build Fix

Auto-diagnoses your build error: isolates the primary failure from cascade noise, traces it to root cause, and gives you one targeted fix. Read-only. No speculative changes.

  • Diagnose a build failure without manually reading 40 lines of error output
  • Isolate the primary error from cascade failures in one pass
/build-fix <description>
Build & Deploy
PRO

Auto Fix

Classifies runtime failures, locates root cause in the codebase, implements a targeted fix, runs tests, and redeploys. Full autonomous loop. No manual steps.

  • Resolve a runtime crash or service failure without manual diagnosis
  • Classify a failure type and trace root cause to the exact file and line
/auto-fix <description>
Agent Teams
PRO

Feature Team

Spawn a 3-agent team (Backend Dev + Frontend Dev + QA) to implement features from PRDs. Agents own separate file territories and coordinate via messaging.

  • Implement a full-stack feature from a PRD or task description
  • Build a new page with backend API + frontend UI in parallel
/feature-team <description>
Agent Teams
PRO

Quality Team

Spawn a 3-agent QA gate (Test Writer + Code Reviewer + Coverage Analyst) for pre-release quality assurance and coverage remediation.

  • Run a comprehensive QA gate before a major release
  • Remediate test coverage gaps in an existing codebase
/quality-team <description>
Agent Teams
ELITE

Security Team

Spawn a 3-agent security review team (Static Analyzer + Dependency Auditor + Threat Modeler) for pre-deploy security gates.

  • Pre-deploy security gate before launching a new service
  • Dependency audit for a third-party package adoption
/security-team <description>
Agent Teams
ELITE

Design Team

Spawn a 3-agent design team (UI Implementer + Accessibility Reviewer + Design System Enforcer) for building new pages, redesigns, and component work.

  • Build a new page from a design reference or wireframe
  • Redesign an existing page with design system enforcement
/design-team <description>
Agent Teams
NewPRO

Frontend Design

Production-grade UI with a11y enforcement. Reads your design system, implements mobile-first components, audits WCAG AA compliance, and fixes every violation before the PR.

  • Build a production-ready component from your design system with WCAG AA enforced
  • Implement a responsive page from a design reference at 320px–1440px
/frontend-design <description>
Agent Teams
PRO

Research Team

Spawn a 3-agent research team (Researcher + Strategist + Critic) for market research, competitive intelligence, and pre-PRD discovery.

  • Market research before writing a PRD for a new feature
  • Competitive intelligence on a rival product or category
/research-team <description>
Audit & Review
ELITE

Audit Swarm

Comprehensive multi-agent code audit. Dispatches domain-specialized agents in parallel, writes findings to structured reports, and creates tickets for P0/P1 issues.

  • Weekly automated code audit across all your projects
  • Pre-release security and quality gate
/audit-swarm <description>
Audit & Review
ELITE

Audit Swarm Resolve

Resolve open audit findings by dispatching parallel fix agents. Reads audit reports, fixes P0→P1→P2 issues, runs tests, creates PRs, and updates audit docs.

  • Clear the backlog of open audit findings across all projects
  • Fix P0/P1 security or quality issues after an audit run
/audit-swarm-resolve <description>
Audit & Review
ELITE

Repo Maintenance

Audit and clean up repositories: prune bloated CLAUDE.md files, find stub/empty tests, identify CI cost optimizations, and create PRs for all changes.

  • Clean up a repo that has accumulated tech debt over time
  • Prune an oversized CLAUDE.md to the 200-line limit
/repo-maintenance <description>
DevOps & Ops
ELITE

Incident Response

Structured production incident response: triage severity, contain the blast, create P0 ticket, gather evidence, run investigation, and generate post-mortem.

  • Service is down and you need a structured response immediately
  • Trading bot executing bad trades — halt and investigate
/incident <description>
DevOps & Ops
ELITE

Onboard Repo

Full repository onboarding: security scan, generate CLAUDE.md, CI workflow, and lessons.md. Establishes quality gates and documents the codebase for agent use.

  • Onboard a new repository with a complete agent constitution
  • Bootstrap a fresh project with CI, CLAUDE.md, and quality gates
/onboard-repo <description>
DevOps & Ops
NewPRO

CI Wait and Merge

Block on CI, fix nits, auto-merge when green. Monitors your PR from push to merged — polls CI, classifies review comments, implements nits and minors autonomously, merges on green.

  • Push a PR and come back to find it already merged
  • Let an agent fix review nits while you work on something else
/ci-wait-and-merge <description>
Intelligence
NewFREE

Debug Investigate

Scientific method debugging with a persistent eliminated-hypotheses log. Prevents the #1 AI debugging failure: re-testing disproven theories across context resets.

  • Investigate a production bug with a structured methodology
  • Resume a debugging session across context resets without repeating dead ends
/debug-investigate <description>
Intelligence
FREE

Pressure Test

Stress-tests a feature idea against constraints, users, and your existing system in one pass. Verdict: kill or proceed with conditions. No building required.

  • Kill a bad feature idea before writing a single line of code
  • Stress-test a proposed addition against your existing system constraints
/pressure-test <description>
Intelligence
FREE

Learn

Captures what you learned from a session into lessons.md before the context window closes. Formats it as a structured entry — mistake, root cause, rule — so it compounds across sessions.

  • Capture a debugging insight before you close the session
  • Document a pattern that surprised you so it never surprises you again
/learn <description>
Intelligence
PRO

PRD Writer

Idea to structured PRD in one command. Scope, requirements, measurable success criteria, and the open questions that will block engineering if you don't answer them first.

  • Turn a Slack idea into a structured PRD before the first line of code
  • Write explicit non-goals to kill scope creep before it starts
/prd-writer <description>
Intelligence
PRO

Context Budget

Audit your Claude context window usage. Ranks top consumers, scores each against value delivered, produces a trim list and runway estimate.

  • Audit a long session before context saturation degrades response quality
  • Identify which files and tool outputs are burning the most tokens
/context-budget <description>
Intelligence
ELITE

Deep Dive

Ad-hoc research from YouTube videos, URLs, or topics. Extracts knowledge, maps it to your ecosystem, and produces an integration plan.

  • Extract knowledge from a YouTube talk and map it to your projects
  • Research a topic and produce an actionable integration plan
/deep-dive <description>
Content & Retro
PRO

Document Swarm

Spin up a documentation team (Technical Writer + Architecture Describer + Examples Writer) to generate or update READMEs, runbooks, API docs, and architecture overviews.

  • Generate complete documentation for a new project from code
  • Update stale docs after a major refactor
/document-swarm <description>
Content & Retro
ELITE

Morning Brief

Executive morning briefing: overnight status across key systems, recent activity, alerts, and priorities — delivered as a single actionable summary.

  • Start the day with a consolidated status across all your systems
  • Get an overnight summary after coming back to the machine
/morning-brief <description>
Content & Retro
ELITE

Weekly Retro

Weekly 'State of the Empire' brief: git activity across all repos, completed tasks, content published, lessons added, infrastructure health — synthesized into an executive summary.

  • End-of-week review across all your projects and systems
  • Generate a weekly brief to share with stakeholders
/weekly-retro <description>
Content & Retro
ELITE

Trade Retro

Pull recent trades, calculate P&L by strategy, identify winning/losing patterns, and store a structured retro to your knowledge base.

  • Post-session trade review across all active strategies
  • Identify patterns in winning vs losing trades
/trade-retro <description>
Build & Deploy
ELITE

SkillBoss

Multi-AI gateway for building and deploying full-stack apps: websites, payments (Stripe), auth (Google OAuth), databases (D1/KV/R2), AI image/audio/video, email, and more.

  • Deploy a full-stack app to Cloudflare Workers with D1 database
  • Add Stripe checkout or subscriptions to any project
/skillboss <description>
Build & Deploy
ELITE

Academy Track

Generate a complete Academy track: N lessons with quizzes, wired into tracks.ts, MDX pages built and tested, PR created. Repeatable pattern for any topic.

  • Generate a full course track from a topic outline
  • Add a new lesson to an existing Academy track
/academy-track <description>
Content & Retro
ELITE

Blog Autopilot

Automated content pipeline: sources YouTube creators you follow, generates original articles in your voice, creates AI hero images, and auto-publishes via Git PR. Runs on a cron with zero manual steps.

  • Automate your blog with 3 posts/week sourced from creators you follow
  • Generate original articles in your voice from YouTube transcripts
/blog-autopilot <description>

Built With This

— live in production
Monthly Skill Drop

New skills ship every month

Every purchase includes all future skill drops — automatically. As Knox builds new workflows in production, they get packaged and added to the library. Buy once, receive everything.

Cadence
Monthly
Delivery
Auto — no action needed
Source
Production systems, not demos
30
Skills today
+∞
Over time

Free proves the model. Pro puts it to work. Elite is the operator's seat.

Free

Get the model

Free
No signup

Everything you need to start building in the open — no signup for the library.

  • 7 skillsfull SKILL.md, copy-paste
  • Free academy tracks15 tracks · 84 lessons
  • The Vaultfree prompts, tools & playbooks
  • Community DiscordThe Signal + The Playbook
Start free

Pro

Build the system

$99
/ mo — or $899 / yr

Go deeper across the academy and put the model to work.

  • Everything in Free
  • 16 skills7 free + 9 Pro
  • Pro curriculum53 tracks · 435 lessons
  • Exams, certificates + badge wall
  • Power Hourdaily ritual
  • Pro Discord roomspriority answers from Knox
  • Solopreneur automation playbook + 8 recipespreviously sold separately at $67

Elite

THE OPERATOR'S SEAT

Command the fleet

$250
/ mo — or $2,199 / yr

The operator's seat — all production IP, frameworks not knobs.

  • Everything in Pro
  • All 30 skillsincluded (sold separately at $47)
  • Full curriculum78 tracks · 653 lessons
  • Operator Kit8 CLAUDE.md templates, 15 prompt patterns, v1.1 automation layerincluded (sold separately at $297)
  • Trading Operator playbooksInDecision deep dive, signal cheatsheet, 4 bot architecture specsincluded (sold separately at $297)
  • Trading constitutions, risk frameworks + scrubbed production post-mortems
  • Elite war-roomdirect line to Knox

$641 of retired products live inside — the kit, the trading playbooks, the full arsenal.

Cancel anytime. Annual saves up to 27%. Pro and Elite unlock the matching skills, academy tracks, and Discord rooms.

How to Get Access

01

Pick your membership

Start free with 7 skills, or go Pro / Elite to unlock the rest. Monthly or annual — cancel anytime.

02

Join the Discord

Access our community for support, updates, and direct contact with Knox.

03

Unlock and download

After purchase, your skills become available for immediate download. Copy, paste, go.

Join the Community Discord

Free tier for community access. Purchase unlocks your Skills Library tier.

Already have access?

See the setup guide to get started in 60 seconds

Setup Guide →