documentation-guide

Standardize Markdown documentation structure and formatting for repository docs.

Updated May 16, 2026
One-click install
npx skills add https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory --skill documentation-guide-p-o-ke-nae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-guide
Source: https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory/tree/main/.github/skills/documentation-guide
Command: npx skills add https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory --skill documentation-guide-p-o-ke-nae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、リポジトリ内の Markdown ドキュメントを誰が見ても読みやすく、更新しやすい形に整えるための共通ルールを提供します。README や docs 配下の文書で、表記ゆれや構成のばらつきを減らしたいときに役立ちます。

Core Features & Use Cases

  • 統一された文書構成: 概要セクションを先頭に置き、要点を素早く把握できる形にします。
  • プロフェッショナルな記述ルール: 絵文字の乱用を避け、簡潔で構造化された説明を促します。
  • 図表とコードの表現指針: 図は Mermaid、コード例は適切な言語指定で記述する方針を定めます。
  • Use Case: 新しい README を作成するときに、このスキルに従って見出し構成、表、関連リンク、図の書き方を揃えられます。

Quick Start

README.md や docs 配下の Markdown を更新するときは、このスキルのルールに従って概要を先頭に置き、簡潔で構造化された文章に整えてください。

Frequently Asked Questions about documentation-guide

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

FAQPage Schema
How do I standardize Markdown documentation structure across repository docs?

Applying a standardized Markdown documentation structure involves placing overview sections first, using Mermaid for diagrams, and minimizing emoji. This approach reduces formatting inconsistencies and keeps repository docs clear and maintainable.

What is the best way to format a README with Mermaid diagrams and code examples?

Formatting a README with Mermaid diagrams requires placing the overview first, writing diagrams in Mermaid syntax, and adding language tags to code examples. This maintains clear, consistent, and maintainable technical documentation.

How do I keep markdown docs clear and consistent when multiple people contribute?

To keep markdown docs clear, apply a shared style guide enforcing overview-first layouts, minimal emoji usage, and structured code examples. This reduces notation variations and structural discrepancies across collaborative repository documentation.

Does this documentation style guide work for docs outside the README file?

Yes, the documentation style guide applies to README.md, docs/ content, and other Markdown files needing concise summaries. It enforces overview-first layouts and consistent linking across all repository documentation, not just the README.

Why should I avoid emoji in technical Markdown documentation?

Avoiding emoji in technical Markdown documentation maintains a professional appearance and keeps structured explanations clear. Minimal emoji usage prevents visual clutter, ensuring the focus remains on concise, well-organized technical content.

When do I need to use Mermaid diagrams in repository docs?

You need Mermaid diagrams in repository docs to visually represent architectures or workflows within Markdown files. This style guide mandates Mermaid for diagrams to ensure maintainable, text-based visual representations alongside code examples.