docs

Generate and synchronize project documentation from source data.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/neolao/claude-plugin-vibe --skill docs-neolao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/neolao/claude-plugin-vibe/tree/main/skills/docs
Command: npx skills add https://github.com/neolao/claude-plugin-vibe --skill docs-neolao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and updating project documentation by automatically generating user-friendly README sections and documentation files from real project source data.

Core Features & Use Cases

  • Documentation Generation: Automatically create or update sections in the project README file based on source data, like code comments, change logs, and project configuration files.
  • Documentation Indexing: Generates and maintains an index of all documentation files in the docs/ directory, making it easy for users to navigate and access them.
  • Use Case: As a project grows, keeping the README.md and docs/ directory updated with accurate information becomes crucial. This Skill takes the pain out of updating them, saving time and reducing human error.

Quick Start

To regenerate project documentation, run: /vibe:docs

Frequently Asked Questions about docs

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

FAQPage Schema
How do I automate README generation from source code comments and configuration files?

Automate README generation by running /vibe:docs, which maps project elements to documentation sections using YAML frontmatter in SKILL.md. It extracts source data like code comments and configuration files to update your README automatically.

What is the best way to keep project documentation synchronized with codebase changes in CI/CD workflows?

Keep documentation synchronized with codebase changes by using a Skill designed for CI/CD workflows that maps project elements to README sections via YAML frontmatter. It automatically regenerates documentation files to match your latest source data.

How do I automatically generate a documentation index for my docs directory?

Generate a documentation index automatically by running /vibe:docs. The Skill maintains an index of all documentation files in your docs directory, making it easy for users to navigate and access project information.

Does this documentation generation tool work without external dependencies?

Yes, the documentation generation tool works without external dependencies. It relies on internal scripts and references, using YAML frontmatter in SKILL.md to map project elements directly to README sections and documentation files.

Can I use YAML frontmatter to map real-world project elements to specific README sections?

Yes, you can use YAML frontmatter in SKILL.md to map real-world project elements to specific README sections. This mechanism drives the automated generation and synchronization of your project documentation files.