·troubleshooting-docs
""

troubleshooting-docs

glittercowboy/plugin-freedom-system

Captures solved problems as categorized documentation with YAML frontmatter for fast lookup. Use when user confirms solution with phrases like 'that worked', 'it's fixed', 'working now', or via /doc-fix command.

9Installs·0Trend·@glittercowboy

Installation

$npx skills add https://github.com/glittercowboy/plugin-freedom-system --skill troubleshooting-docs

SKILL.md

Purpose: Automatically document solved problems to build searchable institutional knowledge with category-based organization (enum-validated problem types).

This skill captures problem solutions immediately after confirmation, creating structured documentation that serves as a searchable knowledge base for future sessions.

Organization: Single-file architecture - each problem documented as one markdown file in its symptom category directory (e.g., troubleshooting/build-failures/cmake-version-mismatch.md).

Captures solved problems as categorized documentation with YAML frontmatter for fast lookup. Use when user confirms solution with phrases like 'that worked', 'it's fixed', 'working now', or via /doc-fix command. Source: glittercowboy/plugin-freedom-system.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/glittercowboy/plugin-freedom-system --skill troubleshooting-docs
Category
""Writing
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is troubleshooting-docs?

Captures solved problems as categorized documentation with YAML frontmatter for fast lookup. Use when user confirms solution with phrases like 'that worked', 'it's fixed', 'working now', or via /doc-fix command. Source: glittercowboy/plugin-freedom-system.

How do I install troubleshooting-docs?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/glittercowboy/plugin-freedom-system --skill troubleshooting-docs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/glittercowboy/plugin-freedom-system