Doc Fix banner
glittercowboy glittercowboy

Doc Fix

Documentation community

Description

--- name: doc-fix description: Document a recently solved problem for the knowledge base argument-hint: "[optional: brief context about the fix]" --- # /doc-fix Invoke the troubleshooting-docs skill to document a recently solved problem. ## Purpose Captures problem solutions while context is fresh, creating structured documentation in a dual-indexed knowledge base (searchable by plugin name OR symptom category). ## Usage ```bash /doc-fix # Document the most recent fix /d

Installation

Installs to ~/.claude/commands/glittercowboy-plugin-freedom-system-doc-fix.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/glittercowboy/plugin-freedom-system/HEAD/.claude/commands/doc-fix.md -o ~/.claude/commands/glittercowboy-plugin-freedom-system-doc-fix.md

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

Full documentation available on GitHub

View Source Repository