The statsig-io/agent-skills repository contains reusable skill packs for coding agents. Skills are packaged, shareable workflows for repeated tasks, built on top of the Statsig MCP tools and Console API. These skills build on the open Agent Skills standard.Documentation Index
Fetch the complete documentation index at: https://statsig-4b2ff144-docs-go-big-id-lists.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Supported skills today
| Name | Description |
|---|---|
statsig | Manage Statsig experiments, gates, dynamic configs, segments, layers, and audit logs through the Statsig MCP. |
statsig-create-cloud-metric | Draft or execute Statsig Cloud metric creation requests through the Statsig Console API. |
statsig-dashboard | Create, read, and update you Statsig dashboards. |
Install from the repository
Install a skill from this repo with the Vercelskills CLI:
- List installable skills:
npx skills add statsig-io/agent-skills --list - Install a skill globally for your user:
npx skills add -g statsig-io/agent-skills --skill statsig-dashboard - Install every skill in this repo:
npx skills add statsig-io/agent-skills --all
Requirements
STATSIG_CONSOLE_API_KEYfor Statsig Console API access- Python 3 if you want to run bundled helper scripts directly