documentation-templates

Generates standardized templates for READMEs, API docs, and changelogs.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/yunaamelia/mcp-agent-memory-pro --skill documentation-templates-yunaamelia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-templates
Source: https://github.com/yunaamelia/mcp-agent-memory-pro/tree/main/.agent/skills/documentation-templates
Command: npx skills add https://github.com/yunaamelia/mcp-agent-memory-pro --skill documentation-templates-yunaamelia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides standardized templates and guidelines for creating comprehensive and AI-friendly documentation, ensuring consistency and clarity across projects.

Core Features & Use Cases

  • Standardized Templates: Offers pre-defined structures for READMEs, API documentation, code comments, changelogs, and Architecture Decision Records (ADRs).
  • AI-Friendly Format: Includes guidance on creating llms.txt and RAG-optimized documentation for better AI integration.
  • Use Case: A new developer joins a project and needs to understand how to document code effectively. They can refer to this Skill's templates for consistent JSDoc/TSDoc comments and API endpoint documentation.

Quick Start

Use the documentation-templates skill to generate a README structure for a new project.

Frequently Asked Questions about documentation-templates

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

FAQPage Schema
What is an llms.txt file and how does it help with RAG indexing?

An llms.txt file provides RAG-optimized documentation specifically structured for AI crawlers and agents. It ensures your project documentation is easily indexed and parsed by AI systems, improving AI integration and automated content retrieval.

How do I structure a README for a new software project?

To structure a README for a new project, use standardized templates that provide pre-defined sections and example-driven content. This ensures your README is scannable, progressively detailed, and clear for both human readers and AI agents.

What is the best way to write Architecture Decision Records?

The best way to write Architecture Decision Records (ADRs) is using standardized templates that enforce consistent structure and clarity. This provides a scannable, example-driven format for capturing architectural choices and project context.

Can I use these documentation templates for JSDoc and TSDoc code comments?

Yes, you can use these templates for JSDoc and TSDoc code comments. They provide specific structure guidelines to help developers document code effectively, ensuring consistent comment formatting across the entire project.

How do I write API documentation that is easy to scan?

To write API documentation that is easy to scan, apply standardized templates that focus on progressively detailed, example-driven content. This approach ensures API endpoints are clearly defined and accessible for both human readers and automated tools.

What should be included in a project changelog?

A project changelog should include standardized, scannable entries of changes using a pre-defined template structure. This ensures consistency and clarity across project updates, making modifications easy to track for developers and AI agents.