> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blitz-api.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

# Blitz Skills

> Drop-in agent skills that teach your AI coding agent to go to market with Blitz API.

<div style={{position:'absolute',width:'1px',height:'1px',padding:0,margin:'-1px',overflow:'hidden',clipPath:'inset(50%)',whiteSpace:'nowrap',border:0}}>
  > **Agents & LLMs**: a Markdown version of this page is available by appending `.md` to the URL, and the full documentation index is at [llms.txt](https://docs.blitz-api.ai/llms.txt).
</div>

## What are Blitz Skills?

[Blitz Skills](https://skills.sh/api-blitz/skills) are small, composable agent skills for
going to market with Blitz API — lead-finding scripts, outreach, content, analytics, and
lifecycle automation, plus the engineering that powers them.

They work with **any model** and any compatible coding agent. They're designed to be easy
to adapt: install them, then make them your own.

<Note>
  **Skills vs. MCP** — The [MCP Server](/guide/integrations/MCP) gives your AI tool live
  *read* access to the Blitz docs so it writes correct API code. Skills go a step further:
  they package ready-to-run *playbooks* — scripts, prompts, and workflows your agent can
  execute. They complement each other; use both.
</Note>

***

## Quickstart

Install in about 30 seconds with the [skills.sh](https://skills.sh) CLI.

<Steps>
  <Step title="Run the installer">
    ```bash theme={null} theme={null}
    npx skills@latest add api-blitz/skills --skill '*'
    ```
  </Step>

  <Step title="Choose your skills and agents">
    Pick the skills you want, and select which coding agents to install them on.
  </Step>

  <Step title="Start building">
    You're ready to go. Ask your agent to run a GTM motion with Blitz — for example,
    "build me a lead list of VPs of Sales at Series B SaaS companies."
  </Step>
</Steps>

***

## Available skills

Every skill available today lives in the **Blitz** bucket, and the three chain into one
workflow — scope the ICP, generate the script, then audit it before you run at scale. Each
also works on its own.

| Skill                    | What it does                                                                                                                                                                                                  |
| :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **blitz-gtm-brainstorm** | Interviews you about a go-to-market goal and produces a validated brief (`gtm-brief.yaml`) — the right Blitz endpoint, an enum-checked ICP, an enrichment plan, and a volume estimate.                        |
| **blitz-create-script**  | Turns that brief into a runnable script on the official Blitz SDK (`blitz-api-py` / `blitz-api-js`) — installs dependencies, handles pagination, and adds API-key safety and error handling.                  |
| **blitz-reviewer**       | Audits an existing Blitz integration before you run it — checks MCP, SDK, and skill versions, scans your code for wrong methods and case-sensitive enum typos, and reports your key's rate limit and credits. |

<Tip>
  Starting a new motion? Run them in order — **brainstorm** to scope the ICP,
  **create-script** to build it, **reviewer** to preflight before you scale.
</Tip>

The collection also ships two buckets that are still growing:

* **GTM** — general go-to-market work: outreach, content, analytics, and lifecycle automation.
* **Productivity** — general workflow tools, not GTM-specific.

***

## Learn more

<CardGroup cols={2}>
  <Card title="Browse on skills.sh" icon="store" href="https://skills.sh/api-blitz/skills">
    See every available skill and what it does.
  </Card>

  <Card title="Source on GitHub" icon="github" href="https://github.com/api-blitz/skills">
    Read, fork, and adapt the skills — they're meant to be hacked on.
  </Card>
</CardGroup>
