# Gusto AI Agent Skills

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

Browse 5 official AI agent skills across 2 Gusto repositories, with install commands and source links.

Official page: https://skillscout.sh/official/gusto/
Markdown page: https://skillscout.sh/official/gusto/gusto_skills_skillscout.md
Vendor website: https://gusto.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/gusto/gusto_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Gusto 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

### gusto/gusto-cli

Includes 3 official skills: cash-forecasting, payroll-prep, timesheet-sync.

Install:

```bash
npx skills add gusto/gusto-cli -y
```

Source: https://github.com/Gusto/gusto-cli

### gusto/embedded-react-sdk

Includes 2 official skills: learn-review, review-pr.

Install:

```bash
npx skills add gusto/embedded-react-sdk -y
```

Source: https://github.com/Gusto/embedded-react-sdk

## Individual skills

### cash-forecasting

Official Gusto skill from gusto/gusto-cli.

Install:

```bash
npx skills add gusto/gusto-cli@cash-forecasting -y
```

Package: gusto/gusto-cli
Source: https://github.com/Gusto/gusto-cli/tree/main/src/skills/cash-forecasting

### payroll-prep

Official Gusto skill from gusto/gusto-cli.

Install:

```bash
npx skills add gusto/gusto-cli@payroll-prep -y
```

Package: gusto/gusto-cli
Source: https://github.com/Gusto/gusto-cli/tree/main/src/skills/payroll-prep

### timesheet-sync

Official Gusto skill from gusto/gusto-cli.

Install:

```bash
npx skills add gusto/gusto-cli@timesheet-sync -y
```

Package: gusto/gusto-cli
Source: https://github.com/Gusto/gusto-cli/tree/main/src/skills/timesheet-sync

### learn-review

Official Gusto skill from gusto/embedded-react-sdk.

Install:

```bash
npx skills add gusto/embedded-react-sdk@learn-review -y
```

Package: gusto/embedded-react-sdk
Source: https://github.com/gusto/embedded-react-sdk/tree/HEAD/.claude/install/skills/learn-review

### review-pr

Official Gusto skill from gusto/embedded-react-sdk.

Install:

```bash
npx skills add gusto/embedded-react-sdk@review-pr -y
```

Package: gusto/embedded-react-sdk
Source: https://github.com/gusto/embedded-react-sdk/tree/HEAD/.claude/install/skills/review-pr

## gusto/gusto-cli package overview

Includes 3 official skills: cash-forecasting, payroll-prep, timesheet-sync.

### Top skills in this package

- cash-forecasting: Official Gusto skill from gusto/gusto-cli.
- payroll-prep: Official Gusto skill from gusto/gusto-cli.
- timesheet-sync: Official Gusto skill from gusto/gusto-cli.

### Install

Install the full package:

```bash
npx skills add gusto/gusto-cli -y
```

Install a specific skill:

```bash
npx skills add gusto/gusto-cli@cash-forecasting -y
```

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

Source: https://github.com/gusto/gusto-cli#readme
