compound-docs

Document solved problems into categorized YAML-frontmatter docs under docs/solutions.

18|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/jaredpalmer/agentik --skill compound-docs-jaredpalmer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compound-docs
Source: https://github.com/jaredpalmer/agentik/tree/main/.agents/skills/compound-docs
Command: npx skills add https://github.com/jaredpalmer/agentik --skill compound-docs-jaredpalmer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Captures solved problems as categorized documentation with YAML frontmatter for fast lookup and knowledge reuse across sessions.

Core Features & Use Cases

  • Automatically convert a solved problem into a categorized documentation entry under docs/solutions.
  • Use YAML frontmatter to provide metadata for quick search and cross-referencing.
  • Support templates and references for consistent documentation structure.

Quick Start

Document a solved problem by triggering the skill after confirmation and let it generate a categorized documentation entry.

Frequently Asked Questions about compound-docs

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

FAQPage Schema
How do I document solved problems with YAML frontmatter for knowledge reuse?

You can document solved problems with YAML frontmatter by capturing the solution context and generating a categorized documentation entry. This skill validates the YAML frontmatter against a shared schema and writes the file under docs/solutions to enable fast lookup and cross-referencing.

What's the best way to automate post-solution knowledge capture across projects?

Automating post-solution knowledge capture is achieved by triggering this skill after a problem is solved. It automatically converts the solution into a categorized documentation entry using template-driven formatting to ensure consistent knowledge base structure across different projects.

How does YAML frontmatter validation work for generated docs?

YAML frontmatter validation works by checking the generated metadata against a shared schema before writing the file. This ensures that every documentation entry stored under docs/solutions maintains a consistent structure for quick search and cross-referencing.

Can I use template-driven formatting for consistent documentation structure?

Yes, you can use template-driven formatting to maintain a consistent documentation structure. The skill supports templates and references to standardize how solved problems are categorized and recorded in your knowledge base.

Do I need any dependencies to generate categorized documentation entries?

No external dependencies are required to generate categorized documentation entries. The skill operates independently to validate YAML frontmatter and write files under the docs/solutions directory using its built-in references and assets.