# Spantail AI Agent Skills

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

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

Official page: https://skillscout.sh/official/spantail/
Markdown page: https://skillscout.sh/official/spantail/spantail_skills_skillscout.md
Vendor website: https://github.com/spantail

## Prompt for your agent

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

### spantail/spantail

Includes 5 official skills: create-report, doctor, link, log-work, summary.

Install:

```bash
npx skills add spantail/spantail -y
```

Source: https://github.com/spantail/spantail

## Individual skills

### create-report

Official Spantail skill from spantail/spantail.

Install:

```bash
npx skills add spantail/spantail@create-report -y
```

Package: spantail/spantail
Source: https://github.com/spantail/spantail/tree/main/plugins/claude-code/skills/create-report

### doctor

Official Spantail skill from spantail/spantail.

Install:

```bash
npx skills add spantail/spantail@doctor -y
```

Package: spantail/spantail
Source: https://github.com/spantail/spantail/tree/main/plugins/claude-code/skills/doctor

### link

Official Spantail skill from spantail/spantail.

Install:

```bash
npx skills add spantail/spantail@link -y
```

Package: spantail/spantail
Source: https://github.com/spantail/spantail/tree/main/plugins/claude-code/skills/link

### log-work

Official Spantail skill from spantail/spantail.

Install:

```bash
npx skills add spantail/spantail@log-work -y
```

Package: spantail/spantail
Source: https://github.com/spantail/spantail/tree/main/plugins/claude-code/skills/log-work

### summary

Official Spantail skill from spantail/spantail.

Install:

```bash
npx skills add spantail/spantail@summary -y
```

Package: spantail/spantail
Source: https://github.com/spantail/spantail/tree/main/plugins/claude-code/skills/summary

## spantail/spantail package overview

Includes 5 official skills: create-report, doctor, link, log-work, summary.

### Top skills in this package

- create-report: Official Spantail skill from spantail/spantail.
- doctor: Official Spantail skill from spantail/spantail.
- link: Official Spantail skill from spantail/spantail.
- log-work: Official Spantail skill from spantail/spantail.
- summary: Official Spantail skill from spantail/spantail.

### Install

Install the full package:

```bash
npx skills add spantail/spantail -y
```

Install a specific skill:

```bash
npx skills add spantail/spantail@create-report -y
```

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

Source: https://github.com/spantail/spantail#readme
