Blitz Skills
Drop-in agent skills that teach your AI coding agent to go to market with Blitz API.
What are Blitz Skills?
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.Skills vs. MCP — The MCP Server 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.
Quickstart
Install in about 30 seconds with the skills.sh CLI.Choose your skills and agents
Pick the skills you want, and select which coding agents to install them on.
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. |
- GTM — general go-to-market work: outreach, content, analytics, and lifecycle automation.
- Productivity — general workflow tools, not GTM-specific.
Learn more
Browse on skills.sh
See every available skill and what it does.
Source on GitHub
Read, fork, and adapt the skills — they’re meant to be hacked on.

