docs-generate-repo

Generate Level 2 repository documentation from design docs into user-facing guides.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill docs-generate-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-generate-repo
Source: https://github.com/spencerbeggs/claude-design-coordinator/tree/main/.claude/skills/docs-generate-repo
Command: npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill docs-generate-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate Level 2 repository documentation by transforming design docs into user-facing guides.

Core Features & Use Cases

  • Analyses design docs and produces topic-based repository docs
  • Generates architecture overviews, guides, integration guides, and troubleshooting sections
  • Validates output against structure, length, and cross-references

Quick Start

Generate repository documentation for a module by running the docs-generate-repo skill.

Frequently Asked Questions about docs-generate-repo

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

FAQPage Schema
How do I generate repository documentation from design specs?

To generate repository documentation from design specs, this Skill reads module design docs and transforms them into user-facing guides, including architecture overviews and integration sections, automatically.

What is the best way to automate markdown documentation creation for my repository?

Automating markdown documentation creation is handled by transforming design docs into structured topic guides, cross-linked architecture overviews, and troubleshooting sections that follow repository documentation standards.

How does design doc transformation into user-facing guides work?

Design doc transformation works by reading configuration and module design docs, then validating word counts and formatting to produce structured, cross-linked topic guides and architecture overviews for the repository.

Do I need design docs in a specific format to generate repository documentation?

Yes, generating repository documentation requires design docs stored in .claude/design/design.config.json alongside module design docs, which are parsed to validate output structure, length, and cross-references.

What sections are included when generating architecture overviews and topic guides?

Generating architecture overviews and topic guides produces structured markdown sections containing integration guides, troubleshooting sections, cross-links, and sensible examples validated against formatting standards.

Why does my generated repository documentation fail validation checks?

Repository documentation validation fails when generated output does not meet required structure, length, or cross-reference standards, or when input design docs lack sufficient detail for topic guide generation.