compound-docs

Capture solved problems into categorized Markdown files with YAML frontmatter.

75|7|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/jiaxiaojunQAQ/SkillJect --skill compound-docs-jiaxiaojunqaq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compound-docs
Source: https://github.com/jiaxiaojunQAQ/SkillJect/tree/main/data/skills_sample/compound-docs
Command: npx skills add https://github.com/jiaxiaojunQAQ/SkillJect --skill compound-docs-jiaxiaojunqaq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Capture solved problems as categorized documentation with YAML frontmatter for fast lookup. This enables teams to build a searchable institutional knowledge base of proven solutions and common patterns.

Core Features & Use Cases

  • Automatically document solved problems immediately after confirmation, creating a structured Markdown file per issue in a symptom-category directory (for example docs/solutions/performance-issues/n-plus-one-briefs.md).
  • Use YAML frontmatter for metadata to support quick discovery and relation to broader patterns and references.
  • Provide standardized templates (via assets/resolution-template.md) to ensure consistent documentation quality across all entries.

Quick Start

Create a new Markdown file documenting a solved problem with YAML frontmatter placed at the top, using a descriptive filename that encodes the symptom and module.

Frequently Asked Questions about compound-docs

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

FAQPage Schema
How do I auto-document solved coding bugs into searchable Markdown files?

To auto-document solved coding bugs into searchable Markdown files, this Skill captures confirmed solutions and organizes them into categorized Markdown files with YAML frontmatter for fast lookup. Each entry is stored within symptom-category directories like docs/solutions/performance-issues/.

What YAML frontmatter fields are needed for structured problem documentation?

Structured problem documentation requires YAML frontmatter fields including module, date, problem_type, component, symptoms, root_cause, and severity. These fields enable consistent categorization, cross-referencing, and rapid retrieval of proven solutions across your institutional knowledge base.

How do I create a searchable knowledge base from resolved software issues?

To create a searchable knowledge base from resolved software issues, this Skill automatically documents each confirmed solution as a distinct Markdown file using standardized templates. This builds a searchable repository of proven solutions categorized by symptom directories.

Does this automated documentation tool require any external dependencies?

This automated documentation tool requires no external dependencies to operate. It relies solely on structured Markdown files and YAML frontmatter to store and organize resolved problems within your local repository structure.

What is the best way to standardize bug tracking documentation across a team?

The best way to standardize bug tracking documentation across a team is using standardized resolution templates. This Skill provides a consistent template via assets/resolution-template.md to ensure uniform documentation quality and structured frontmatter for every solved problem entry.

Why use YAML frontmatter for categorizing solved development problems?

YAML frontmatter categorizes solved development problems by embedding structured metadata fields like problem_type and symptoms directly in Markdown files. This enables consistent categorization, fast lookup, and easy discovery of proven solutions within your institutional knowledge base.