create-docs

Generate documentation sites with templates and AI integrations for monorepos.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of complete documentation sites for software projects, saving time and ensuring consistency.

Core Features & Use Cases

  • Analyze project structure to detect monorepos and package managers
  • Initialize a docs scaffold, write docs pages from templates, and configure AI integrations
  • Support multi-language-ready documentation and monorepo workflows
  • Generate production-ready sites with templates, search, and AI-assisted content

Quick Start

Run the create-docs skill at the root of your project to generate a production-ready docs site. If a monorepo is detected or multiple docs locations exist, target the appropriate docs directory (./docs or app/docs). Install dependencies and start the local server to preview it locally.

Frequently Asked Questions about create-docs

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

FAQPage Schema
How do I generate a documentation site for a monorepo?

Run the skill at your project root to generate a documentation site for a monorepo. It analyzes the project structure, detects monorepos and package managers, and initializes a docs scaffold in the appropriate directory like ./docs or app/docs.

What is llms.txt and how does it help AI integrations for docs?

llms.txt is an AI integration file generated for your docs site. It enables AI integrations by providing a standardized way for AI systems and MCP servers to access and understand your project's documentation content seamlessly.

Can I use this to write docs pages from templates automatically?

Yes, you can write docs pages from templates automatically. The skill initializes a docs scaffold and generates content across standard layouts, producing production-ready sites with templates, search, and AI-assisted content features.

Does this documentation generator support multi-language content?

Yes, this documentation generator supports multi-language-ready documentation. It configures templates and generates content within monorepo workflows to ensure your docs site can handle multiple languages effectively.

What is the best way to scaffold docs for multiple package managers?

The best way to scaffold docs for multiple package managers is to run the skill at the project root. It analyzes your package managers, configures templates accordingly, and targets the correct docs directory if multiple locations exist.