util-doc

Generate and update project documentation from code and existing docs.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/JSai23/claude-tooling --skill util-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: util-doc
Source: https://github.com/JSai23/claude-tooling/tree/main/compiled/util/agentskills/util-doc
Command: npx skills add https://github.com/JSai23/claude-tooling --skill util-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping project documentation synchronized with code changes is error-prone and time-consuming. This skill automates the generation or updating of documentation to reflect the current state of the repository.

Core Features & Use Cases

  • Generate API references from code and types to reduce drift.
  • Create How-To guides and architectural overviews from existing sources.
  • Update documentation when code or dependencies change, ensuring consistency across docs and code.

Quick Start

Generate or update the project's documentation by analyzing the repository and existing docs.

Frequently Asked Questions about util-doc

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

FAQPage Schema
How do I generate API references and architectural summaries from my code repository?

To generate API references and architectural summaries, this skill analyzes your software repository and existing docs to automatically create clear, up-to-date project documentation. It ensures outputs include structured Markdown with defined sections.

What is the best way to keep project documentation synchronized with code changes?

Keeping project documentation synchronized with code changes is automated by this skill. It updates your how-to guides and API references to reflect the current state of the repository, reducing manual drift and errors.

How do I update documentation when dependencies change?

To update documentation when dependencies change, the skill scans the repository and existing sources. It then updates the docs to ensure consistency across both code and documentation by applying YAML frontmatter and Markdown formatting.

Does the generated markdown documentation include metadata fields for complexity and dependencies?

Yes, the generated markdown documentation includes metadata fields for complexity, category, and dependencies. It also ensures YAML frontmatter with a name and description, alongside a folded request block for embedding.

Can I use this to create how-to guides from existing documentation?

Yes, you can create how-to guides from existing sources. The skill applies to software repositories to generate how-to guides, architectural overviews, and API references based on your current code and documentation.