doc

Generates README, API docs, and summaries from scanned source code and files.

Updated Jul 5, 2025
One-click install
npx skills add https://github.com/sqfzy/my_configs --skill doc-sqfzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc
Source: https://github.com/sqfzy/my_configs/tree/main/claude/skills/doc
Command: npx skills add https://github.com/sqfzy/my_configs --skill doc-sqfzy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation often becomes out-of-sync with codebases. This Skill automatically generates and updates project documentation by analyzing source code and related artifacts, reducing manual effort and ensuring accuracy across docs like API docs, READMEs, and architecture summaries.

Core Features & Use Cases

  • Generates API docs from code comments and docstrings.
  • Updates README, CHANGELOG, onboarding guides, and high-level summaries.
  • Produces a consistent documentation set from code to aid onboarding and maintenance.

Quick Start

Generate or update the project's documentation from the codebase to keep API docs, READMEs, and summaries in sync.

Frequently Asked Questions about doc

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

FAQPage Schema
How do I generate API docs from source code automatically?

API docs generation from source code is automated by reading code comments and docstrings directly from your codebase. This Skill analyzes your source files to produce accurate API documentation without manual effort.

Can I automatically update a README and CHANGELOG from my codebase?

Yes, README and CHANGELOG updates are automated by reading your source code and related artifacts. The Skill keeps these documentation files in sync with your actual codebase to aid onboarding and maintenance.

What is the best way to keep project documentation in sync with code?

Keeping project documentation in sync with code is achieved by automatically generating and updating docs from source code analysis. This approach reads actual code to ensure documentation accuracy across API docs, READMEs, and summaries.

Does this documentation generator work without external dependencies?

Yes, this documentation generator works without external dependencies. It reads your source code and related artifacts directly, and auto-saves the doc generation reports to a designated artifacts directory.

How do I create onboarding guides from existing source code?

Onboarding guides are created from existing source code by analyzing your codebase and related artifacts. The Skill produces a consistent documentation set from your code to aid project onboarding and maintenance.

When should I use automated code documentation over manual writing?

Automated code documentation should be used when your docs frequently become out-of-sync with your codebase. It reduces manual effort by reading actual code to produce accurate API docs, READMEs, and architecture summaries.