# SpecStory AI Agent Skills

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

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

Official page: https://skillscout.sh/official/specstoryai/
Markdown page: https://skillscout.sh/official/specstoryai/specstoryai_skills_skillscout.md
Vendor website: https://specstory.com/

## Prompt for your agent

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

### specstoryai/agent-skills

Includes 6 official skills: specstory-session-summary, specstory-organize, specstory-guard, specstory-yak, specstory-link-trail, specstory-project-stats.

Install:

```bash
npx skills add specstoryai/agent-skills -y
```

Source: https://github.com/specstoryai/agent-skills

### specstoryai/getspecstory

Includes 2 official skills: lore, workthreads.

Install:

```bash
npx skills add specstoryai/getspecstory -y
```

Source: https://github.com/specstoryai/getspecstory

## Individual skills

### specstory-session-summary

Official SpecStory skill from specstoryai/agent-skills.

Install:

```bash
npx skills add specstoryai/agent-skills@specstory-session-summary -y
```

Package: specstoryai/agent-skills
Source: https://github.com/specstoryai/agent-skills/tree/main/skills/specstory-session-summary

### specstory-organize

Official SpecStory skill from specstoryai/agent-skills.

Install:

```bash
npx skills add specstoryai/agent-skills@specstory-organize -y
```

Package: specstoryai/agent-skills
Source: https://github.com/specstoryai/agent-skills/tree/main/skills/specstory-organize

### specstory-guard

Official SpecStory skill from specstoryai/agent-skills.

Install:

```bash
npx skills add specstoryai/agent-skills@specstory-guard -y
```

Package: specstoryai/agent-skills
Source: https://github.com/specstoryai/agent-skills/tree/main/skills/specstory-guard

### specstory-yak

Official SpecStory skill from specstoryai/agent-skills.

Install:

```bash
npx skills add specstoryai/agent-skills@specstory-yak -y
```

Package: specstoryai/agent-skills
Source: https://github.com/specstoryai/agent-skills/tree/HEAD/skills/specstory-yak

### specstory-link-trail

Official SpecStory skill from specstoryai/agent-skills.

Install:

```bash
npx skills add specstoryai/agent-skills@specstory-link-trail -y
```

Package: specstoryai/agent-skills
Source: https://github.com/specstoryai/agent-skills/tree/main/skills/specstory-link-trail

### specstory-project-stats

Official SpecStory skill from specstoryai/agent-skills.

Install:

```bash
npx skills add specstoryai/agent-skills@specstory-project-stats -y
```

Package: specstoryai/agent-skills
Source: https://github.com/specstoryai/agent-skills/tree/main/skills/specstory-project-stats

### lore

Official SpecStory skill from specstoryai/getspecstory.

Install:

```bash
npx skills add specstoryai/getspecstory@lore -y
```

Package: specstoryai/getspecstory
Source: https://github.com/specstoryai/getspecstory/tree/HEAD/lore

### workthreads

Official SpecStory skill from specstoryai/getspecstory.

Install:

```bash
npx skills add specstoryai/getspecstory@workthreads -y
```

Package: specstoryai/getspecstory
Source: https://github.com/specstoryai/getspecstory/tree/HEAD/workthreads

## specstoryai/agent-skills package overview

Includes 6 official skills: specstory-session-summary, specstory-organize, specstory-guard, specstory-yak, specstory-link-trail, specstory-project-stats.

### Top skills in this package

- specstory-session-summary: Official SpecStory skill from specstoryai/agent-skills.
- specstory-organize: Official SpecStory skill from specstoryai/agent-skills.
- specstory-guard: Official SpecStory skill from specstoryai/agent-skills.
- specstory-yak: Official SpecStory skill from specstoryai/agent-skills.
- specstory-link-trail: Official SpecStory skill from specstoryai/agent-skills.
- specstory-project-stats: Official SpecStory skill from specstoryai/agent-skills.

### Install

Install the full package:

```bash
npx skills add specstoryai/agent-skills -y
```

Install a specific skill:

```bash
npx skills add specstoryai/agent-skills@specstory-session-summary -y
```

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

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