# Statsig AI Agent Skills

Statsig publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 Statsig repository, with install commands and source links.

Official page: https://skillscout.sh/official/statsig-io/
Markdown page: https://skillscout.sh/official/statsig-io/statsig-io_skills_skillscout.md
Vendor website: https://www.statsig.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/statsig-io/statsig-io_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Statsig skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### statsig-io/agent-skills

Includes 3 official skills: statsig, statsig-dashboard, statsig-create-cloud-metric.

Install:

```bash
npx skills add statsig-io/agent-skills -y
```

Source: https://github.com/statsig-io/agent-skills

## Individual skills

### statsig

Official Statsig skill from statsig-io/agent-skills.

Install:

```bash
npx skills add statsig-io/agent-skills@statsig -y
```

Package: statsig-io/agent-skills
Source: https://github.com/statsig-io/agent-skills/tree/main/skills/statsig

### statsig-dashboard

Official Statsig skill from statsig-io/agent-skills.

Install:

```bash
npx skills add statsig-io/agent-skills@statsig-dashboard -y
```

Package: statsig-io/agent-skills
Source: https://github.com/statsig-io/agent-skills/tree/main/skills/statsig-dashboard

### statsig-create-cloud-metric

Official Statsig skill from statsig-io/agent-skills.

Install:

```bash
npx skills add statsig-io/agent-skills@statsig-create-cloud-metric -y
```

Package: statsig-io/agent-skills
Source: https://github.com/statsig-io/agent-skills/tree/main/skills/statsig-create-cloud-metric

## statsig-io/agent-skills package overview

Includes 3 official skills: statsig, statsig-dashboard, statsig-create-cloud-metric.

### Top skills in this package

- statsig: Official Statsig skill from statsig-io/agent-skills.
- statsig-dashboard: Official Statsig skill from statsig-io/agent-skills.
- statsig-create-cloud-metric: Official Statsig skill from statsig-io/agent-skills.

### Install

Install the full package:

```bash
npx skills add statsig-io/agent-skills -y
```

Install a specific skill:

```bash
npx skills add statsig-io/agent-skills@statsig -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/statsig-io/agent-skills#readme
