SpecStory saves, organizes, and makes all your AI chats searchable in structured Markdown. Never lose a great solution, easily share interactions, and use conversation history to refine Copilot and Cursor with custom instructions and project rules.
SpecStory for Claude Code is a wrapper that auto-generates markdown files from your chat sessions. It runs Claude Code while saving your conversations to .specstory/history/ in your project.
We recommend using Homebrew to install on Mac
Copy
Ask AI
brew tap specstoryai/tapbrew updatebrew install specstory
Once installed, verify installation with
Copy
Ask AI
specstory version
Start using SpecStory
Copy
Ask AI
# Run Claude Code through SpecStory wrapperspecstory run# Or sync existing sessions to markdownspecstory sync