doc-structure

Organize standardized documentation structures and agent integration templates for repository governance.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/sayaya1090/handbook --skill doc-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-structure
Source: https://github.com/sayaya1090/handbook/tree/main/.gemini/skills/doc-structure
Command: npx skills add https://github.com/sayaya1090/handbook --skill doc-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

문서 구조 및 에이전트 연동에 대한 표준 체크리스트와 모듈 레벨 문서를 쉽게 구성하고 검증하는 데 필요하다.

Core Features & Use Cases

  • 표준화된 구조 템플릿: 프로젝트 전체의 docs/와 모듈 레벨 파일의 일관된 구성과 섹션 정의.
  • 에이전트 연동 체크리스트: 내부/외부 에이전트 연동 요구사항을 모듈 README.md 및 USECASE.md에 반영.
  • Use Case 시퀀스 및 다이어그램 가이드: 에이전트 시나리오를 위한 USECASE.md 포맷과 CLASS-DIAGRAM.md 예시를 제공.

Quick Start

Update docs/ and each module README.md to include the agent integration checklist and required sections.

Frequently Asked Questions about doc-structure

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

FAQPage Schema
How do I standardize a markdown documentation structure for repository governance?

You can standardize markdown documentation structure by applying a consistent template across project docs and module README files. This ensures frontmatter presence with name and description fields, along with required sections for repository governance.

What should I include in an agent integration checklist for a module README?

An agent integration checklist for a module README must include internal and external agent integration requirements. It should be explicitly reflected within the module README.md and USECASE.md to document agent scenarios and connectivity specifications.

How do I format USECASE.md files for agent scenario documentation?

Formatting USECASE.md files for agent scenarios requires following a standardized sequence and diagram guide. This includes defining specific use case sequences and incorporating CLASS-DIAGRAM.md examples to visualize agent interactions and structural relationships.

Does this documentation template require frontmatter in all Markdown files?

Yes, the documentation template requires frontmatter in all Markdown files to ensure standardization. Each file must explicitly include name and description fields within its frontmatter to pass repository governance validation checks.

What is the best way to organize project-level docs and module-level documentation together?

The best way to organize project-level and module-level documentation is using a standardized structure that defines consistent sections across both. This approach maps project docs and module READMEs while integrating explicit agent connectivity checklists into both levels.