# Skills Pack — Quick Start

You're 2 steps from 1,727 expert skills in your project.

---

## 1. Install Claude Code

Skip this if you already have Claude Code installed (`claude --version` to check).

```bash
# Mac / Linux / WSL
curl -fsSL https://claude.ai/install.sh | bash

# Windows PowerShell
irm https://claude.ai/install.ps1 | iex
```

Requires a paid Anthropic plan (Pro $20/mo, Max $100-200/mo, or Teams/Enterprise).

> **Heads up:** If you have an `ANTHROPIC_API_KEY` environment variable set, Claude Code bills to your API account instead of your subscription. Run `unset ANTHROPIC_API_KEY` if that's not what you want.

## 2. Start Using Skills

Open your project in Claude Code and reference any skill by topic. Browse the full catalog:

```
.claude/skills/INDEX.md
```

Skills are organized into 31 categories covering marketing, development, finance, operations, and more. Each skill is a structured operational procedure — not a prompt template.

### Example Usage

- "Help me write a cold outreach email" → Claude loads the relevant sales skill
- "Create a sprint retro format" → Claude loads the operations skill
- "Analyse this competitor's positioning" → Claude loads the marketing skill

Skills work in **Claude Code, Cursor, Windsurf**, and any tool that reads `.claude/skills/`.

---

## Want the Full System?

The **Skills Pack** gives you 1,727 skills. **Claudify** gives you the complete operating system:

- Persistent memory architecture (6 tiers)
- 9 specialist agents (auditor, PR ghostwriter, debt collector, and more)
- 21 workflow commands (/start, /sync, /wrap-up, /audit, /clear, and more)
- 9 safety hooks (backup verification, completeness gates, dangerous command blocking)
- Automated quality checks and knowledge management

Upgrade at [claudify.tech](https://claudify.tech)
