{library}

Generate library documentation from SKILL.md frontmatter and templates.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/884js/agent-skills --skill library-884js
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {library}
Source: https://github.com/884js/agent-skills/tree/main/skills/lib-docs-generator/templates
Command: npx skills add https://github.com/884js/agent-skills --skill library-884js

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates library documentation generation by parsing SKILL.md frontmatter and the provided templates, reducing manual drafting and ensuring consistent structure across docs.

Core Features & Use Cases

  • Extracts metadata from SKILL.md (name, description, context, and related exports) to assemble a comprehensive documentation layout.
  • Produces a complete docs.md-style structure with sections like Getting Started, Core Concepts, API Reference, Guides, and Examples.
  • Useful for maintaining up-to-date, reference-ready docs for libraries and their ecosystems.

Quick Start

Run the docs generator on the templates to produce a ready-to-use library documentation layout.

Frequently Asked Questions about {library}

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

FAQPage Schema
How do I auto-generate library documentation from templates?

Auto-generate library documentation by parsing SKILL.md frontmatter and templates to assemble a complete docs.md structure with sections like Getting Started, Core Concepts, and API Reference. This validates safety and consistency while reducing manual drafting.

What sections are included when generating docs from frontmatter?

Generating docs from frontmatter produces a comprehensive layout including Getting Started, Core Concepts, API Reference, Guides, and Examples. It extracts canonical fields like name, description, code examples, and API signatures to ensure reference-ready output.

How does frontmatter parsing extract API signatures for documentation?

Frontmatter parsing extracts metadata like name, description, context, and related exports to assemble a documentation layout. It validates safety and consistency while populating sections with canonical fields including API signatures and code examples.

Can I use this docs generator for maintaining ecosystem documentation?

Use this docs generator for maintaining up-to-date, reference-ready documentation for libraries and their ecosystems. It parses provided templates to ensure a consistent structure across all generated documentation outputs.

Do I need dependencies to run the library docs generator?

No dependencies are required to run the library docs generator. It analyzes SKILL.md templates directly to produce a ready-to-use library documentation layout without needing external packages or component installations.

What is the best way to ensure consistent structure across library docs?

Ensure consistent structure across library docs by running the docs generator on templates to produce a standardized docs.md-style layout. This automates section extraction and validates canonical fields for safety and consistency.