compound-docs

Create categorized Markdown solution files with YAML frontmatter.

322|45|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Microck/ordinary-claude-skills --skill compound-docs-microck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compound-docs
Source: https://github.com/Microck/ordinary-claude-skills/tree/main/skills_all/compound-docs
Command: npx skills add https://github.com/Microck/ordinary-claude-skills --skill compound-docs-microck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps capture solved problems as categorized documentation with YAML frontmatter for fast lookup, building a searchable institutional knowledge base.

Core Features & Use Cases

  • Automatically document solved problems with category-based organization and YAML metadata for fast lookup
  • Store each solution as a markdown file under a category directory (e.g., docs/solutions/performance-issues)
  • Facilitate quick retrieval of past solutions in future sessions

Quick Start

After confirming a solution, invoke the documentation capture to create a standardized entry in the appropriate category.

Frequently Asked Questions about compound-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically document solved problems with YAML frontmatter?

This Skill automates documentation of solved problems into categorized Markdown files with YAML frontmatter. After verifying a solution, invoke the Skill to capture module name, symptom, investigation, root cause, solution, and prevention into a standardized entry organized by problem type under docs/solutions.

Can I organize solved problems into searchable categories?

Yes. The Skill creates a searchable knowledge base by storing each solution as a Markdown file under category directories (e.g., docs/solutions/performance-issues) with YAML metadata, enabling fast lookup and retrieval of past solutions across future sessions.

What does YAML frontmatter validation do for documentation?

YAML frontmatter validation ensures each documentation entry conforms to a predefined schema, guaranteeing consistent metadata structure across all problem solutions and enabling reliable parsing and indexing for searchable retrieval.

How do I build an institutional knowledge base from debugging sessions?

Capture solved problems after verification using this Skill's resolution template to populate sanitized Markdown files with investigation context and remediation details, creating a categorized, searchable documentation system that prevents duplicate troubleshooting.

Can I automate filename generation for solution documents?

Yes. The Skill generates sanitized filenames automatically and maps problem types to categories, eliminating manual naming and ensuring consistent file organization across your solutions directory.