markdown-documentation

Structure Markdown documentation with conventions for READMEs, API references, and guides.

187|20|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/TheBushidoCollective/han --skill markdown-documentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-documentation
Source: https://github.com/TheBushidoCollective/han/tree/main/jutsu/jutsu-markdown/skills/markdown-documentation
Command: npx skills add https://github.com/TheBushidoCollective/han --skill markdown-documentation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides best practices for Markdown documentation formatting and structure.

Core Features & Use Cases

  • README structure: From minimal to comprehensive docs.
  • Linking & formatting: Inline code, images, and headings.
  • Documentation patterns: Organization of docs and APIs.

Quick Start

Use markdown best practices to structure a README.md.

Frequently Asked Questions about markdown-documentation

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

FAQPage Schema
How do I structure a README in Markdown?

A well-structured README in Markdown typically includes a project title, description, installation instructions, usage examples, and links to documentation. This Skill provides conventions for organizing these sections consistently, ensuring clarity for new contributors and users discovering your project.

What are Markdown best practices for technical documentation?

Markdown best practices for technical documentation include using active voice, properly formatted inline code and code blocks, clear heading hierarchy, admonitions for warnings or notes, and consistent formatting across documents. This Skill guides you through these conventions to create professional, readable docs.

How do I format API references in Markdown?

API references in Markdown benefit from structured formatting with consistent parameter tables, code examples, and cross-document linking. This Skill teaches you how to organize endpoints, methods, and responses using Markdown conventions that remain scannable and maintainable.

Can I use Markdown for changelogs and CONTRIBUTING files?

Yes, Markdown works well for changelogs and CONTRIBUTING files. This Skill covers documentation patterns that apply across project docs—READMEs, guides, API references, changelogs, and contribution guidelines—so you maintain consistent structure and formatting throughout your project.

What's the best way to link between Markdown documentation files?

Cross-document linking in Markdown uses relative paths and anchor links to connect related docs. This Skill covers linking and formatting conventions that help users navigate between your README, API docs, guides, and other files without breaking references.

Why should documentation follow consistent Markdown conventions?

Consistent Markdown conventions make documentation easier to read, maintain, and scale across your project. This Skill ensures structure, formatting, and organization remain uniform whether you have one README or dozens of guides, reducing cognitive load for contributors and users.