docs

Generate and update Markdown API, component, and guide documentation.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill docs-wondermove-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/Wondermove-Inc/calab-claude-plugin/tree/main/plugins/calab-plugin/skills/docs
Command: npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill docs-wondermove-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of API, component, and guide documentation, reducing manual writing and keeping docs in sync with code.

Core Features & Use Cases

  • Automated API Documentation: Generate up-to-date API endpoints, schemas, and usage examples from code and specs.
  • Component Documentation: Create component docs from source definitions and usage patterns.
  • Guide & Onboarding: Produce developer guides and onboarding material from project context.

Quick Start

Use the docs skill to generate API docs for a new endpoint or update existing docs with 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 API documentation generation from code?

Automating API documentation generation extracts endpoints, schemas, and usage examples directly from your code and specs to output Markdown files under docs/api. This keeps your API docs in sync with your codebase without manual writing.

Can I automatically generate component documentation from source definitions?

Generating component documentation from source definitions and usage patterns creates component docs automatically under docs/components. This eliminates manual updates and ensures your component documentation reflects the actual source code.

What is the best way to keep developer guides in sync with project changes?

Keeping developer guides in sync with project changes uses a docs-generator orchestration to produce onboarding material from project context under docs/guides. This automated guide generation maintains accurate documentation as your project evolves.

Does automated documentation generation require any external dependencies?

Automated documentation generation requires no external dependencies to run, operating with an empty dependency list. You can generate and update API, component, and guide Markdown files directly within your codebase environment.

How do I update existing Markdown documentation with latest codebase changes?

Updating existing Markdown documentation with latest codebase changes uses a doc-updater to modify files under docs/api, docs/components, and docs/guides. This ensures your existing documentation accurately reflects new endpoints and components.