documentation-templates

Generate README, API docs, and changelog templates in markdown.

24|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/VoDaiLocz/kilo-kit-mcp --skill documentation-templates-vodailocz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-templates
Source: https://github.com/VoDaiLocz/kilo-kit-mcp/tree/main/skills/writing-docs/documentation-templates
Command: npx skills add https://github.com/VoDaiLocz/kilo-kit-mcp --skill documentation-templates-vodailocz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides structured templates and guidelines for creating and maintaining clear, concise, and standardized documentation.

Core Features & Use Cases

  • README and API Docs: Offers a template for writing READMEs and API documentation.
  • Code Comments: Provides JSDoc/TSDoc templates for writing effective code comments.
  • Changelog: Suggests a format for keeping an up-to-date changelog.
  • AI-Friendly Documentation: Offers guidance for creating documentation suitable for AI indexing.
  • Use Case: Use these templates to ensure that your documentation is clear, accessible, and professional.

Quick Start

Use the documentation-templates skill to generate a new README file for your project following the recommended structure.

Frequently Asked Questions about documentation-templates

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

FAQPage Schema
What is the best way to structure a README for a software project?

A structured README template provides a standardized format for writing project documentation, ensuring readability and maintainability. It offers recommended sections to make your software documentation clear, accessible, and professional.

How do I write API documentation using markdown?

You can write API documentation using markdown templates that focus on readability and accessibility. These templates provide a structured format to output standardized API docs, requiring markdown parsing tools to properly format and render the final documentation.

Does this documentation process include templates for code comments and changelogs?

The documentation process includes templates for code comments and changelogs. It provides JSDoc and TSDoc templates for writing effective code comments and suggests a specific format for keeping an up-to-date changelog.

Can I create AI-friendly documentation with these templates?

Yes, you can create AI-friendly documentation. The templates provide specific guidance for structuring your markdown documents to make them suitable for AI indexing, ensuring your software project documentation is easily parsed.

Do I need markdown parsing tools to use these documentation templates?

Yes, markdown parsing tools are required. The templates rely on markdown to format and output the documentation, so you need an environment that supports markdown parsing to properly render the README, API docs, and changelogs.