docs

Scaffold a repository documentation framework with AGENTS.md and docs/ folders.

Updated Sep 6, 2025
One-click install
npx skills add https://github.com/yyoonchul/agent-rules --skill docs-yyoonchul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/yyoonchul/agent-rules/tree/main/agent-skills/skills/docs
Command: npx skills add https://github.com/yyoonchul/agent-rules --skill docs-yyoonchul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initializes and organizes the project's documentation structure to provide a single source of truth and a navigable map for contributors.

Core Features & Use Cases

  • Create a centralized docs folder with a map (AGENTS.md) and a system of record (docs/).
  • Auto-generate and maintain design-docs, product-specs, references, and design templates.
  • Enable quick initialization and guided addition of docs via provided commands.

Quick Start

Run the init command at the repository root to scaffold the documentation framework.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I set up a project documentation structure in my repository?

To set up project documentation structure, run the init command at the repository root to scaffold a centralized docs folder with AGENTS.md as a navigable map and docs/ as the system of record.

What is the in-repository knowledge store pattern for design-docs and product-specs?

The in-repository knowledge store pattern structures AGENTS.md as the project map and docs/ as the system of record, organizing design-docs, product-specs, references, and templates for contributors.

How do I add new design docs and product specs to an existing docs folder?

You can extend documentation by using the add-design-doc and add-spec commands, which guide the addition of new design-docs and product-specs into the existing repository documentation framework.

Can I synchronize my documentation structure when code changes happen?

Yes, the sync command aligns documentation with code changes, ensuring the AGENTS.md map and the docs/ system of record remain accurate and up to date after repository modifications.

Do I need any dependencies to organize project documentation and templates?

No dependencies are required to organize project documentation and templates. The skill scaffolds the structure directly at the repository root without external components or packages.