docs

Generate and update project documentation from source code and schemas.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill docs-damilola-elegbede-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/damilola-elegbede-org/claude-config-5ad01dbe/tree/main/system-configs/.claude/skills/docs
Command: npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill docs-damilola-elegbede-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generates and updates project documentation.

Core Features & Use Cases

  • Automated documentation generation from source code and schemas
  • Documentation auditing to identify gaps and outdated sections
  • Bulk updates across API references, READMEs, and architecture docs
  • Use Case: A team releases a new API; run docs to generate API reference and refresh related docs.

Quick Start

Run the docs tool to generate and update documentation for the latest changes.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I automate documentation generation from source code?

Automate documentation generation by running the docs tool to analyze source code and schemas, producing API references, READMEs, and architecture docs automatically. It uses audit, full, and default modes to refresh existing files or generate new ones.

How can I audit my project documentation to find gaps and outdated sections?

Audit project documentation by running the tool in audit mode to identify gaps and outdated sections across your codebase. It performs gap analysis on API references, architecture docs, and setup guides to pinpoint missing or stale content.

What is frontmatter-driven discovery for documentation automation?

Frontmatter-driven discovery is a mechanism that enforces metadata tagging in documentation files for automated tracking and updates. It allows the documentation automation tool to locate, parse, and refresh specific docs across a project systematically.

Can I generate API reference documentation in bulk after a new release?

Yes, you can generate API reference documentation in bulk after a new release by running the docs tool. It performs bulk updates across API references, READMEs, and architecture docs to synchronize all materials with the latest changes.

Does the documentation automation tool integrate with a tech-writer agent?

Yes, the documentation automation tool integrates with a tech-writer agent for execution. This integration handles the generation and updating of API documentation, architecture guides, and setup references based on the audited codebase.

When should I use audit mode versus full mode for updating project docs?

Use audit mode when you need to identify documentation gaps and outdated sections without immediately changing files. Use full mode when you want to perform a bulk documentation refresh and generate all missing API, architecture, and setup guides.