Save Context banner
MattBro MattBro

Save Context

Documentation community

Description

--- description: Save pertinent context from the current conversation to a markdown file for future reference allowed-tools: Bash, Read, Write, Glob --- # Save Conversation Context Save the most important context from this conversation to a file in `.claude/docs/convos/`. ## Arguments $ARGUMENTS — optional short label for the file (e.g. "stripe-webhook-bug"). If not provided, generate a short descriptive slug from the conversation topic. ## Steps **The output directory `.claude/docs/convos

Installation

Installs to ~/.claude/skills/mattbro-dotfiles-ai-save-context/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mattbro-dotfiles-ai-save-context && curl -fsSL https://raw.githubusercontent.com/MattBro/dotfiles-ai/HEAD/commands/save-context.md -o ~/.claude/skills/mattbro-dotfiles-ai-save-context/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository