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
Decision gist · record as of 2026-07-16
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.
Use it when
- Yes, create-docs supports setting up documentation with search, dark mode, and AI integration built in.
- create-docs handles documentation structure and configuration initialization for you.
Verify before relying
Read SKILL.md below before installing (4 files). Open directory: indexed for reading, not audited.
Install
nuxt-content/docus/create-docs · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
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
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Generate a complete, production-ready documentation site”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill enables AI assistants to automatically establish and configure dependency links between packages within an Nx monorepo workspace. It streamlines the process of wiring up package relationships, helping developers maintain clean dependency graphs and avoid manual configuration errors.
This skill equips AI coding assistants with pnpm package management capabilities, enabling streamlined dependency installation and updates across Vue, Nuxt, and NuxtHub environments. Leverage pnpm's efficient workspace handling and disk-space optimization to keep your project dependencies lean and maintainable.
monorepo-setup equips you to architect high-performance monorepo environments using Turborepo and pnpm, enabling efficient dependency management and build orchestration across multiple packages. This skill streamlines workspace configuration, optimizing build times and developer experience for teams managing complex, interconnected projects at scale.
This skill provides a complete framework for initializing and managing monorepo architectures, including configuration templates, dependency strategies, and workspace organization patterns. It integrates with Claude Code's agent ecosystem to automate setup tasks and enforce consistent project structures across multiple packages.
Templates offers ready-to-use project scaffolds for 13 different tech stacks, from full-stack web apps to mobile and desktop applications. Match your project type to the appropriate template—whether you're building a SaaS product, REST API, blog, or CLI tool—and get started with pre-configured structure and dependencies.
project-docs creates a structured 9-part documentation suite tailored for new team members joining a codebase. It explores your project's structure, frameworks, and dependencies, then produces guides covering architecture, design philosophy, language fundamentals, code walkthroughs, runtime behavior, build systems, integration patterns, debugging strategies, and design conventions—all written for readers new to the project.
More skills jsdoc-typescript-docs (MIT)