compound-docs

Document solved problems with YAML frontmatter for cross-session knowledge reuse.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/minhcopilot/antigravity --skill compound-docs-minhcopilot
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: compound-docs
Source: https://github.com/minhcopilot/antigravity/tree/main/skills/compound-docs
Command: npx skills add https://github.com/minhcopilot/antigravity --skill compound-docs-minhcopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams and AI agents persist knowledge by documenting solved problems so the solutions become reusable across sessions.

Core Features & Use Cases

  • Document solutions for knowledge persistence across AI sessions to build a growing knowledge base
  • Enable quick retrieval, searching, and promotion of useful patterns from past work
  • Streamline knowledge sharing by centralizing solved problems and learnings for future projects

Quick Start

Provide a concise, plain-language instruction to document a new solved problem, and store it under docs/solutions/ so it can be discovered and reused.

Frequently Asked Questions about compound-docs

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

FAQPage Schema
How do I persist solved problems for knowledge retrieval across AI sessions?▼

To persist solved problems for knowledge retrieval, document the solutions in plain language and store them under docs/solutions/. This creates a searchable knowledge base that AI agents can access in future sessions.

What is the best way to document solutions so AI agents can reuse past patterns?▼

The best way to document solutions for AI reuse is to write concise, plain-language instructions and store them in the docs/solutions/ directory. This centralizes learnings, enabling quick retrieval and pattern promotion across projects.

Does documenting solutions for knowledge persistence require YAML frontmatter?▼

Yes, documenting solutions for knowledge persistence requires YAML frontmatter in the SKILL.md file. This structured metadata ensures your documented solutions can be properly indexed and retrieved by AI agents.

Can I attach scripts and references when documenting solved problems?▼

Yes, you can attach optional artifacts like scripts, references, and assets when documenting solved problems. These supplementary files provide additional context alongside the plain-language instructions in your knowledge base.

Why does my AI agent lose context and fail to retrieve past solutions?▼

AI agents lose context and fail to retrieve past solutions because the knowledge is not persisted. Documenting solved problems under docs/solutions/ ensures learning continuity and enables quick retrieval across AI sessions.