documentation-templates

Generates standardized README, API endpoint, and code comment documentation templates.

Updated May 19, 2026
One-click install
npx skills add https://github.com/TimeKast/AgendaInteligente --skill documentation-templates-timekast
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: documentation-templates
Source: https://github.com/TimeKast/AgendaInteligente/tree/main/.agent/skills/documentation-templates
Command: npx skills add https://github.com/TimeKast/AgendaInteligente --skill documentation-templates-timekast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of inconsistent, hard-to-navigate project documentation by providing ready-to-use templates that standardize structure and quality across READMEs, API docs, and code comments.

Core Features & Use Cases

  • README structure template: Ensures every README includes key sections like Quick Start, Features, Configuration, API Reference, Contributing, and License in a scannable priority order.
  • API documentation templates: Provides per-endpoint documentation structure with parameters, response codes, and examples to reduce ambiguity for consumers of the API.
  • Code comment and changelog guidelines: Standardizes TSDoc/JSDoc comment style and introduces a Keep a Changelog format plus ADR structure for better long-term maintainability.
  • AI-friendly documentation guidance: Promotes clear headings and agent/RAG-friendly conventions such as structured examples and llms.txt-style summaries.

Quick Start

Use the documentation-templates skill to generate a project README outline by adapting the provided README template sections to your repository’s app purpose, setup steps, and configuration variables.

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 template for AI-friendly documentation?▼

To structure an AI-friendly README template, organize content into scannable priority sections like Quick Start, Features, Configuration, API Reference, Contributing, and License, using structured examples and llms.txt-style summaries for agent and RAG parsing.

What is the best way to document REST API endpoints to reduce ambiguity?▼

The best way to document REST API endpoints is using a standardized per-endpoint template that explicitly lists parameters, response codes, and concrete examples, ensuring consistent structure and reducing ambiguity for API consumers.

How do I standardize TSDoc and JSDoc code comments across a software team?▼

You can standardize TSDoc and JSDoc code comments by applying consistent documentation guidelines that define structured comment styles and scannable sections, ensuring long-term maintainability and AI readability across your software project.

What format should I use for maintaining project changelogs and architecture decisions?▼

For maintaining project changelogs and architecture decisions, use the Keep a Changelog format alongside Architecture Decision Record (ADR) structures to ensure consistent, scannable, and long-term maintainable project documentation.

Do I need external assets or dependencies to generate API documentation templates?▼

No, you do not need external assets or dependencies to generate API documentation templates, as the process relies on YAML frontmatter-based metadata alignment and structured sections to create consistent, AI-friendly documentation.

Why does my project documentation need YAML frontmatter metadata alignment?▼

Project documentation needs YAML frontmatter metadata alignment to ensure consistent structure across README and API docs, enabling AI and RAG agents to accurately parse and retrieve scannable, structured examples without external assets.