# UTM AI Agent Skills

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

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

Official page: https://skillscout.sh/official/utmapp/
Markdown page: https://skillscout.sh/official/utmapp/utmapp_skills_skillscout.md
Vendor website: https://getutm.app/

## Prompt for your agent

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

### utmapp/utm

Includes 2 official skills: utm-review, utm-submit.

Install:

```bash
npx skills add utmapp/utm -y
```

Source: https://github.com/utmapp/UTM

## Individual skills

### utm-review

Official UTM skill from utmapp/utm.

Install:

```bash
npx skills add utmapp/utm@utm-review -y
```

Package: utmapp/utm
Source: https://github.com/utmapp/UTM/tree/main/.agents/skills/utm-review

### utm-submit

Official UTM skill from utmapp/utm.

Install:

```bash
npx skills add utmapp/utm@utm-submit -y
```

Package: utmapp/utm
Source: https://github.com/utmapp/UTM/tree/main/.agents/skills/utm-submit

## utmapp/utm package overview

Includes 2 official skills: utm-review, utm-submit.

### Top skills in this package

- utm-review: Official UTM skill from utmapp/utm.
- utm-submit: Official UTM skill from utmapp/utm.

### Install

Install the full package:

```bash
npx skills add utmapp/utm -y
```

Install a specific skill:

```bash
npx skills add utmapp/utm@utm-review -y
```

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

Source: https://github.com/utmapp/utm#readme
