← Skills Library// SETUP GUIDE

Install in 60 Seconds

Claude Code skills are markdown files. No packages, no configuration, no CLI tools. Place the file, invoke the command.

Prerequisites

1. Claude Code CLI

Install Claude Code if you haven't already:

$ npm install -g @anthropic-ai/claude-code

2. Anthropic API Key

You need an Anthropic API key. Set it as an environment variable or configure it during claude setup.

Installing a Skill

01

Create the skills directory

Claude Code looks for skills in ~/.claude/skills/. Create it if it doesn't exist:

$ mkdir -p ~/.claude/skills/feature-team
02

Copy the skill content

In the Skills Browser, click the Copy SKILL.md button on any skill. Then paste the content into a new file:

$ pbpaste > ~/.claude/skills/feature-team/SKILL.md
# Windows: use Ctrl+V into the file instead
03

Invoke the skill

Open Claude Code in any project directory and type /skill-name to invoke:

> /feature-team add user authentication with Google OAuth
> /debug-investigate login button does nothing on mobile Safari
> /audit-swarm --all

Directory Structure

After installing all 18 skills, your directory should look like this:

~/.claude/
└── skills/
├── feature-team/
│ └── SKILL.md
├── debug-investigate/
│ └── SKILL.md
├── audit-swarm/
│ └── SKILL.md
├── quality-team/ ...
├── security-team/ ...
└── (15 more skills)

Quick Reference — All 18 Skills

/feature-teamFull-stack feature with 3 parallel agents
/quality-teamPre-release QA gate + coverage analysis
/security-teamSecurity review + threat model
/design-teamUI build with design system enforcement
/research-teamMarket research + competitive intel
/audit-swarmComprehensive parallel code audit
/audit-swarm-resolveFix open audit findings automatically
/repo-maintenanceClean up repos, prune CLAUDE.md, CI
/incidentProduction incident response protocol
/onboard-repoBootstrap a new repo with all standards
/debug-investigateScientific method debugging with elimination log
/deep-diveResearch a video/URL into an integration plan
/document-swarmGenerate complete project documentation
/morning-briefExecutive daily system status brief
/weekly-retroState of the empire weekly review
/trade-retroPost-session trading P&L + pattern analysis
/skillbossDeploy apps, payments, AI content via gateway
/academy-trackGenerate a full MDX course track