specstoryai/agent-skills

24 stars · Last commit 2026-01-31

SpecStory's official collection of agent skills. Summarize, organize and create with `.specstory/history`

README preview

# Agent Skills for SpecStory

A collection of AI agent skills for working with [SpecStory](https://specstory.com) session histories. Built for developers who want Claude Code (or similar AI coding assistants) to help analyze, organize, and extract insights from their AI-assisted coding sessions.

**Contributions welcome!** Found a way to improve a skill or have a new one to add? [Open a PR](#contributing).

## What are Skills?

Skills are markdown files that give AI agents specialized knowledge and workflows for specific tasks. When you add these to your project, Claude Code (or agents like Codex, Cursor, Gemini, Copilot) can recognize relevant tasks and apply the right frameworks and analysis patterns.

## Prerequisites

These skills work with your local `.specstory/history` directory ([or cloud.specstory.com APIs](https://docs.specstory.com/api-reference/introduction)), which is created by [SpecStory](https://github.com/specstoryai/getspecstory) when capturing AI coding sessions.

**Install SpecStory for your tool:**

| Tool | Installation |
|------|--------------|
| **Cursor / VS Code** | Search "SpecStory" in Extensions (Cmd/Ctrl+Shift+X) |
| **Claude Code / CLI agents** | `brew tap specstoryai/tap && brew install specstory` |

View full repository on GitHub →