generate-docs

Generate documentation pages from code and design notes with frontmatter and manifest integration.

15|3|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/signals-rental/framework --skill generate-docs-signals-rental
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-docs
Source: https://github.com/signals-rental/framework/tree/main/.claude/skills/generate-docs
Command: npx skills add https://github.com/signals-rental/framework --skill generate-docs-signals-rental

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation often lags code, causing onboarding friction and misalignment. This skill automates the creation of structured, high-quality documentation pages from code and design notes, improving consistency and discoverability.

Core Features & Use Cases

  • Automated page generation from source files, API surfaces, and design notes.
  • Section-aware structure that aligns with the docs.json manifest and existing sections.
  • Use Case: Generate a feature page from a class reference, including public API, configuration, and usage examples.

Quick Start

Provide a reference to the target module or feature and request automatic doc generation.

Frequently Asked Questions about generate-docs

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

FAQPage Schema
How do I auto-generate documentation pages from source code and design notes?

To auto-generate documentation pages from source code and design notes, provide a reference to the target module or feature. The generation process reads the code and notes to create a structured feature page, API reference, or design doc automatically.

Can I standardize feature docs and API references across different modules?

Yes, you can standardize feature docs and API references across modules. The generation process enforces consistent frontmatter naming, section structure, and manifest integration to ensure all publishable docs follow the same standardized format.

What is the best way to create feature pages that include public API and usage examples?

The best way to create feature pages with public API details and usage examples is to generate them directly from a class reference. Pointing the automation to the class reference builds a complete page including configuration details and examples.

Does the generated markdown documentation integrate with an existing docs.json manifest?

Yes, the generated markdown documentation integrates with an existing docs.json manifest. The section-aware structure aligns the newly created pages with the manifest and existing sections for immediate publishing.

Why does my project documentation lag behind code changes during onboarding?

Project documentation often lags behind code changes due to manual writing overhead. Automating the creation of structured documentation pages from source files and design notes reduces this friction and keeps docs aligned with code.

Do I need to manually format frontmatter and section structure for generated docs?

No, you do not need to manually format frontmatter and section structure. The automated generation enforces frontmatter naming conventions and creates the required section structure for publishable docs automatically.