deploy-telemetry
Installation
SKILL.md
Deploy Telemetry
Set up analytics infrastructure via the Skene CLI.
Agent behavior rules
- Autonomous. Run CLI commands, report results, suggest next step. No mid-flow questions except for genuine blockers.
- CLI is the source of truth. Do NOT fabricate migration schemas or client code if the CLI fails.
- User cannot type into agent terminals. Pipe safe defaults for routine prompts. Kill stuck terminals.
- Migrations are a genuine blocker. Ask the user in chat to confirm before running
uvx skene push— it writes migration files.
Steps
-
Discover CLI options Run
uvx skene push --helpto see available flags. Use only flags that appear in the output. -
Verify prerequisites
ls skene-context/growth-loops/ 2>/dev/null— if missing: "Run/skene-planfirst." Stop.ls supabase/ 2>/dev/null— if missing: "No Supabase directory. Set up Supabase first."