blitz-create-script

Installation
SKILL.md

Blitz Create Script

Turn a GTM brief into a runnable Blitz script that uses the official Blitz SDK (blitz-api-py / blitz-api-js), installs it with the best package manager, and ships with API-key safety, baseline error handling, and correct pagination.

The SDK handles pagination, client-side rate-limiting, and 429/5xx retries for you. Never emit raw fetch/requests — that re-introduces every bug the SDK exists to remove.

Quick start

Load ./gtm-brief.yaml (or have the user paste it, or run blitz-gtm-brainstorm first). Then work the steps below and output one runnable script plus .env.

scripts/ and references/ paths below are relative to this skill's own directory — run the helpers from there (e.g. bash <skill-dir>/scripts/detect_pm.sh), not the user's project root.

Workflow

Installs
12
GitHub Stars
1
First Seen
14 days ago
blitz-create-script — api-blitz/skills