compound-docs

Document solved problems as categorized YAML-frontmatter markdown files.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill compound-docs-all-the-vibes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: compound-docs
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/compound-docs
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill compound-docs-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Automatically document solved problems into categorized, YAML-frontmatter markdown entries to build a searchable institutional knowledge base.

Core Features & Use Cases

  • Single-file per solved problem with category-based organization under docs/solutions.
  • YAML frontmatter metadata enables quick lookup and cross-referencing.
  • Cross-session learning: new docs become searchable artifacts for future sessions.

Quick Start

To begin documenting a solved problem, confirm the fix and invoke the capture process.

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 debugging problems into a searchable knowledge base?▼

To document solved debugging problems into a searchable knowledge base, you can automatically capture confirmed solutions as categorized markdown entries with YAML frontmatter. This creates single-file records under docs/solutions for future cross-session lookup.

What is the best way to organize markdown documentation files using YAML frontmatter?▼

Organizing markdown documentation with YAML frontmatter involves storing each solved problem as a separate file categorized by problem type under docs/solutions. This structure requires frontmatter schema validation to enable quick metadata lookup and cross-referencing.

How do I create a single-file record for a resolved technical issue with cross-references?▼

Creating a single-file record for a resolved technical issue involves generating standardized filenames and cross-references automatically upon solution confirmation. Each file is stored in a problem-type category with optional resources directories for scripts or assets.

Does this automated documentation workflow require any external dependencies?▼

This automated documentation workflow requires no external dependencies to capture confirmed solutions. It operates independently to apply schema validation and generate categorized markdown files with YAML frontmatter.

When should I not use YAML frontmatter markdown for institutional knowledge capture?▼

You should avoid using YAML frontmatter markdown for institutional knowledge capture if your workflow cannot enforce frontmatter schema validation or if your team requires a centralized database rather than single-file markdown entries stored in a file system.

Can I include scripts and reference assets alongside my categorized markdown solution files?▼

Yes, you can include scripts and reference assets alongside your categorized markdown solution files. The documentation workflow supports optional resources directories to store supplementary materials directly with the solution entries.