create-docs

Generate documentation sites with templates and navigation for monorepos.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/leighayanid/unuxt --skill create-docs-leighayanid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-docs
Source: https://github.com/leighayanid/unuxt/tree/main/.agents/skills/create-docs
Command: npx skills add https://github.com/leighayanid/unuxt --skill create-docs-leighayanid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of complete, production-ready documentation sites for projects, saving time and reducing manual setup.

Core Features & Use Cases

  • Documentation scaffolding: Generates a full docs structure (landing, introduction, installation, guides) with recommended navigation.
  • Template-driven content: Applies templates from references/templates.md to produce consistent docs across projects.
  • Monorepo support: Detects monorepo layouts (apps/packages) and places docs in standard locations for multi-project setups.

Quick Start

Install or run the docs generator on your repository to produce a docs folder using the provided templates, then customize content in docs/content and docs/navigation.

Frequently Asked Questions about create-docs

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

FAQPage Schema
How do I automate documentation site generation for a monorepo?

Automate documentation site generation for a monorepo by using this Skill to detect apps and packages layouts, then scaffold structured content, navigation, and templates for installation and guides. It targets multi-project setups to assemble a complete docs site using frontmatter-driven content.

What is the best way to scaffold a docs structure for multiple projects?

The best way to scaffold a docs structure for multiple projects is to apply template-driven content generation. This Skill creates landing pages, introductions, installation guides, and navigation by relying on predefined templates to ensure consistent documentation across all projects.

Can I generate Nuxt documentation templates automatically?

Yes, you can generate Nuxt documentation templates automatically. The Skill leverages frontmatter-driven content and predefined templates to assemble production-ready documentation sites, placing the generated content and navigation in standard docs folder locations.

Does this docs generator work with multi-project monorepo layouts?

This docs generator works directly with multi-project monorepo layouts. It detects standard monorepo structures like apps and packages directories, automatically placing the generated documentation files in the appropriate standard locations for your setup.

How to create production-ready documentation sites using templates?

Create production-ready documentation sites by running this Skill on your repository to produce a docs folder using provided templates. It generates getting-started guides, installation instructions, and structured navigation, which you can then customize within the docs content directory.

When do I need frontmatter-driven content for documentation scaffolding?

You need frontmatter-driven content for documentation scaffolding when you want to automatically assemble structured docs sites from templates. This approach allows the generator to consistently produce navigation and content layouts across multiple projects in a monorepo.