docs

Analyze a codebase and generate structured project documentation.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/haidonglethqb/CloudSchool --skill docs-haidonglethqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/haidonglethqb/CloudSchool/tree/main/.claude/skills/docs
Command: npx skills add https://github.com/haidonglethqb/CloudSchool --skill docs-haidonglethqb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Codebases often accumulate outdated or incomplete documentation, hindering onboarding and maintenance. This skill automates discovery, analysis, and generation of up-to-date project docs.

Core Features & Use Cases

  • Analyze the repository to generate an initial project overview, system architecture, and coding standards.
  • Update existing docs when code changes occur, ensuring consistency between code and documentation.
  • Produce a structured, searchable body of documentation to support onboarding, audits, and stakeholder communication.

Quick Start

Analyze the repository and generate initial docs in the docs folder.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I automate project documentation generation from a codebase?

Automating project documentation from a codebase involves analyzing the repository to generate structured overviews, architecture details, and coding standards. This skill writes the generated content directly into the docs directory to support onboarding and governance.

What is the best way to keep existing docs consistent when code changes occur?

Keeping existing docs consistent during code changes requires an automated update mechanism that analyzes the repository and refreshes the generated documentation. This ensures the docs directory stays synchronized with the latest codebase state.

How does codebase analysis help with developer onboarding documentation?

Codebase analysis helps onboarding by automatically discovering project structure and generating a searchable body of documentation. It produces up-to-date overviews and architecture details that accelerate new developer integration.

Can I generate system architecture and coding standards docs automatically?

Yes, you can generate system architecture and coding standards docs automatically by analyzing the repository. The skill extracts structural information and writes it into the docs directory following provided workflow references.

Do I need workflow references to generate docs into the docs directory?

Yes, workflow references guide how the generated content is structured and written into the docs directory. They ensure the automated documentation follows your specific project governance and formatting standards.

What are the limitations of automating documentation from a codebase?

Automating documentation from a codebase relies on repository analysis, so it may not capture high-level business logic or external system interactions. It works best for structural overviews, architecture, and coding standards updates.