documentation-templates

Generate standardized templates for READMEs, API references, and changelogs.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/lucasfdigital/Orchard --skill documentation-templates-lucasfdigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-templates
Source: https://github.com/lucasfdigital/Orchard/tree/main/skills/documentation-templates
Command: npx skills add https://github.com/lucasfdigital/Orchard --skill documentation-templates-lucasfdigital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides standardized templates and best practices for various types of project documentation, ensuring clarity, consistency, and maintainability across your codebase.

Core Features & Use Cases

  • README Structure: Offers a clear, prioritized section layout for effective project overviews.
  • API Documentation: Provides a template for documenting individual API endpoints.
  • Code Commenting Guidelines: Differentiates between essential and unnecessary code comments.
  • Changelog & ADR Templates: Facilitates structured tracking of changes and architectural decisions.
  • AI-Friendly Documentation: Includes guidance for creating documentation easily consumable by AI agents.
  • Use Case: When starting a new project, use these templates to quickly set up a comprehensive README, API documentation structure, and commenting standards.

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
How do I structure a README for a new project to ensure clarity and scannability?

To structure a README for clarity, use a standardized template that applies progressive disclosure and prioritized section layouts, ensuring your project overview remains scannable and easy to maintain. This approach provides clear, consistent project overviews.

What is the best way to document API endpoints and architecture decisions?

The best way to document API endpoints and architecture decisions is using standardized templates for API references and Architecture Decision Records (ADRs). This ensures structured tracking of endpoint details and architectural choices for long-term maintainability.

How do I write code comments that are essential without adding unnecessary clutter?

To write essential code comments without clutter, follow code commenting guidelines that differentiate between necessary explanations and redundant statements. This ensures your codebase remains readable and maintainable without superfluous documentation.

Can I create AI-friendly documentation formats for intelligent agents to process?

Yes, you can create AI-friendly documentation by applying specific templates designed for improved discoverability and processing by intelligent agents. This ensures your project documentation is easily consumable by AI systems.

How do I maintain a changelog that tracks project changes consistently?

To maintain a changelog that tracks project changes consistently, utilize a standardized changelog template. This facilitates structured tracking of updates and modifications, ensuring clarity and consistency across your codebase over time.