documentation-router

Routes documentation tasks to the appropriate specialized sub-skill for processing.

7|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Zpankz/mcp-skillset --skill documentation-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-router
Source: https://github.com/Zpankz/mcp-skillset/tree/main/documentation-router
Command: npx skills add https://github.com/Zpankz/mcp-skillset --skill documentation-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation tasks across projects often require manual routing to the correct workflow (code, project, release, or API documentation), causing delays and inconsistency.

Core Features & Use Cases

  • Central routing: automatically directs documentation requests to the appropriate sub-skill (Code Documentation, Project Documentation, Release Documentation, API Documentation).
  • Consistent triggers and outputs: standardizes how documents are created and described across categories.
  • Use Case: route a request to generate a full API reference from an OpenAPI spec, or to add a new README section for a project.

Quick Start

Route a documentation request to the appropriate category (code, project, release, or API documentation) for processing.

Frequently Asked Questions about documentation-router

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

FAQPage Schema
How do I automate routing for different project documentation tasks?

Automated documentation routing directs requests to the appropriate sub-skill for code, project, release, or API documentation, ensuring consistent outputs without manual sorting.

What is the best way to generate consistent API documentation from an OpenAPI spec?

Generating API documentation from an OpenAPI spec is handled by routing the request to the API Documentation sub-skill, which standardizes the creation of full API references and targeted docs.

How do I standardize README generation and release notes across different projects?

Standardizing README generation and release notes is achieved by routing project and release documentation tasks through a central router, which applies consistent triggers and outputs across all categories.

Can I use custom scripts and references to extend documentation routing?

You can extend documentation routing by defining optional resources like scripts, references, and assets in the SKILL.md frontmatter, allowing the router to apply extended functionality to the documentation output.

What do I need to set up before routing a documentation request?

Routing a documentation request requires a defined frontmatter containing a name and description. Optional resources such as scripts, references, or assets can be included to extend the sub-skill's processing functionality.