Today, we’re launching agent-skills, our new public repository for reusable Statsig skills. It’s designed to help teams run common Statsig workflows faster and more consistently from AI agents.
Create Dashboard: Generate Statsig dashboards with a repeatable, structured workflow instead of manual one-off setup.
Create Cloud Metric: Define cloud metrics through a guided skill flow, including key configuration steps that are easy to miss in ad hoc API calls.
Skills turn complex Statsig workflows into repeatable, shareable agent instructions you can personalize or share and reuse across your team's projects. With Skills, you can direct your agents to execute multi-step logic, stitching together Console API calls, MCP tool calls, and prompt instructions.
Ensure you have a Console API Key -- this is required for the skill to carry out Statsig Console API actions.
Install the Statsig agent-skills repo with the Vercel skills CLI:
npx skills add statsig-io/agent-skills
Instruct your agent to use the skill (e.g., "Codex, help me create a cloud ratio metric for checkout rate).
Watch your agent follow your direction and the skill instructions to work with Statsig!
Explore the repo and start building repeatable Statsig workflows: statsig-io/agent-skills.