create-docs
Create professional documentation websites by combining Markdown content with Vue component flexibility. This skill streamlines the entire documentation workflow, from authoring to deployment, letting you focus on content quality rather than infrastructure setup.
create-docs streamlines the entire process of building a professional documentation website. It combines Markdown content with Vue component flexibility, handling everything from initial setup through deployment. The skill automates infrastructure configuration so you can focus on writing quality content rather than managing technical details. You get a complete, production-ready documentation site with minimal manual configuration.
AI-generated summary based on this skill's SKILL.md
Install
nuxt-content/docus/create-docs · repository language: TypeScript
git clone https://github.com/nuxt-content/docus
cp -r docus/docs/skills/create-docs ~/.claude/skills/create-docsFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I create a documentation site for my project?
create-docs streamlines the entire process of building a professional documentation website. It combines Markdown content with Vue component flexibility, handling everything from initial setup through deployment. The skill automates infrastructure configuration so you can focus on writing quality content rather than managing technical details. You get a complete, production-ready documentation site with minimal manual configuration.
Can create-docs generate docs website with search and dark mode?
Yes, create-docs supports setting up documentation with search, dark mode, and AI integration built in. These features are configured as part of the initial setup process, allowing you to launch a fully-featured documentation site without needing to add them separately. The skill handles the integration of these capabilities into your documentation infrastructure automatically.
How do I initialize documentation site structure and configuration?
create-docs handles documentation structure and configuration initialization for you. The skill sets up the complete folder structure, configuration files, and necessary scaffolding required to start writing documentation. This initialization step eliminates the manual work of creating directories and config files, letting you begin authoring content immediately after setup.
Does create-docs support creating docs for monorepo or multi-package projects?
create-docs is designed to handle documentation creation for monorepo and multi-package projects. The skill understands complex project structures and can generate appropriate documentation sites that reflect your project's organization. This makes it ideal for teams managing multiple packages or services that need unified or separate documentation sites.
What customization options does create-docs provide for theme and deployment?
create-docs enables you to deploy and customize your documentation site theme to match your project's branding and requirements. The skill provides flexibility in theme configuration and deployment options, allowing you to tailor the appearance and hosting setup to your specific needs while maintaining the production-ready quality of the generated site.
SKILL.md
rendered from the published skill — quoted content, verbatim
Create Docs
Generate a complete, production-ready documentation site for any project.
Workflow
- Analyze - Detect package manager, monorepo structure, read context
- Initialize - Create docs directory with correct setup
- Generate - Write documentation pages using templates
- Configure - Set up AI integration (MCP, llms.txt)
- Finalize - Provide next steps with correct commands
Package Manager Reference
Detect from lock files, default to npm if none found:
| Lock File | PM | Install | Run | Add |
|---|---|---|---|---|
pnpm-lock.yaml |
pnpm | pnpm install |
pnpm run |
pnpm add |
package-lock.json |
npm | npm install |
npm run |
npm install |
yarn.lock |
yarn | yarn install |
yarn |
yarn add |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 4 files
docs/skills/create-docs/SKILL.md
docs/skills/create-docs/references/mdc-components.md
docs/skills/create-docs/references/templates.md
docs/skills/create-docs/references/writing-guide.md