Documentation

Generate and update Markdown and HTML documentation from code, schemas, and design notes.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/lailtonjunior/fiscalzen-project --skill documentation-lailtonjunior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Documentation
Source: https://github.com/lailtonjunior/fiscalzen-project/tree/main/.context/skills/documentation
Command: npx skills add https://github.com/lailtonjunior/fiscalzen-project --skill documentation-lailtonjunior

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams produce up-to-date technical documentation automatically from codebases and design artifacts, reducing manual drafting time and ensuring consistency across docs.

Core Features & Use Cases

  • Automatic Documentation Generation: generate markdown and HTML docs from source code, schemas, and design notes.
  • Documentation Update & Synchronization: keep docs in sync with code changes and new releases.
  • Use Case: When onboarding a new developer, generate a complete API reference and architectural overview from the repository.

Quick Start

Generate a structured, up-to-date technical documentation set from the project sources and save it to the docs/ directory.

Frequently Asked Questions about Documentation

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

FAQPage Schema
How do I automatically generate technical documentation from source code?

Automatically generate technical documentation by extracting content from source code, schemas, and design notes, then transforming it into structured Markdown or HTML files. This process reduces manual drafting time and ensures consistent API references and architecture docs across evolving codebases.

How do I keep API docs in sync with code changes across new releases?

Keep API docs in sync with code changes by using documentation synchronization features that automatically update Markdown and HTML references when new releases occur. This ensures onboarding materials and architecture docs remain consistent with the latest codebase artifacts.

What's the best way to create onboarding materials for a new developer from a repository?

Create onboarding materials for new developers by generating a complete API reference and architectural overview directly from the repository. This automatically transforms source artifacts into structured Markdown or HTML, providing consistent and up-to-date documentation.

Can I generate both Markdown and HTML documentation from design notes and schemas?

Generate both Markdown and HTML documentation from design notes and schemas by processing source artifacts. This skill transforms extracted content into your preferred format, allowing you to publish comprehensive technical docs to a repository or documentation site.

Does this documentation generation approach work for software projects needing consistent API references?

This approach works specifically for software projects and teams needing consistent API references, architecture docs, and onboarding materials. It extracts content from source artifacts and transforms it into Markdown or HTML, satisfying the requirements of evolving codebases.