docs

Generate and update project documentation across API references, READMEs, changelogs, and docstrings.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/coreindustries/core-ai-template --skill docs-coreindustries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/coreindustries/core-ai-template/tree/main/.claude/skills/docs
Command: npx skills add https://github.com/coreindustries/core-ai-template --skill docs-coreindustries

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation and updating of project documentation, ensuring code is well-explained and discoverable.

Core Features & Use Cases

  • Automated Documentation Generation: Creates documentation for code, APIs, and changelogs.
  • Style Adherence: Detects and follows existing documentation styles (JSDoc, Python docstrings).
  • Use Case: After adding a new API endpoint, use this Skill to automatically generate its documentation in the OpenAPI format and update the project's README with usage examples.

Quick Start

Use the docs skill to generate documentation for all changed files in the project.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I automatically generate API documentation from code?

Automatically generate API documentation by analyzing code structure and creating API references, README files, and changelogs. The tool detects existing styles like JSDoc or Python docstrings and formats the output accordingly.

Can I update existing JSDoc comments and Python docstrings without rewriting them?

Update existing JSDoc comments and Python docstrings by detecting the current documentation style and regenerating content in place. This ensures your code-level documentation stays synchronized with code changes.

What is the best way to generate a README file with usage examples for a new API endpoint?

Generate a README file with usage examples by running documentation generation across changed files. The tool creates OpenAPI format references and updates the project README with corresponding usage examples automatically.

How do I create a changelog for recently changed project files?

Create a changelog for recently changed project files by scanning modifications and generating documentation entries. The tool supports automatic detection of documentation types based on file extensions and context.

Does this documentation generator work with different programming languages and file formats?

This documentation generator works with multiple programming languages and file formats by detecting documentation types based on file extensions and context. It supports API references, README files, changelogs, and code-level docstrings.