create-docs

Scaffolds Docus-based documentation sites with starter content and scripts for projects.

2.9k|274|Updated Nov 12, 2020
One-click install
npx skills add https://github.com/nuxt-content/docus --skill create-docs-nuxt-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-docs
Source: https://github.com/nuxt-content/docus/tree/main/skills/create-docs
Command: npx skills add https://github.com/nuxt-content/docus --skill create-docs-nuxt-content

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creating consistent, production-ready documentation sites for projects without manual setup, templates, or boilerplate.

Core Features & Use Cases

  • Automated scaffolding: Generates a Docus-based docs skeleton with starter content.
  • AI-ready integration: Includes MCP server and llms.txt configuration out of the box.
  • Monorepo-aware deployment: Detects project structure and places docs under the right location.

Quick Start

Ask the AI to scaffold a Docus-based docs site for your project.

Frequently Asked Questions about create-docs

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

FAQPage Schema
How do I scaffold a documentation site for a monorepo project?

Scaffolding documentation for a monorepo involves detecting the project structure and automatically generating a Docus template with starter content under the appropriate docs directory.

What is the best way to auto-generate production-ready project docs?

Auto-generating production-ready project docs is done by scaffolding a Docus template that creates configuration files like package.json and nuxt.config.ts along with dev, build, and generate scripts.

Can I add i18n support when creating documentation with Docus?

Adding i18n support during documentation creation is supported. The scaffolding process optionally generates internationalization configuration alongside the starter content and core configuration files.

Does the generated documentation site adapt to my existing package manager?

The generated documentation site adapts to your existing package manager. The tool detects your project environment and existing docs to ensure the output configuration matches your workflow.

How do I run the dev and build workflow for auto-created docs?

Running the dev and build workflow for auto-created docs uses the scripts generated directly in your configuration files during scaffolding, enabling standard documentation development commands.

Why use Docus templates for project documentation instead of manual setup?

Using Docus templates for project documentation eliminates manual setup and boilerplate by providing an AI-ready integration out of the box, including an MCP server and llms.txt configuration for immediate use.