Create Docs
Generate documentation pages from your Nuxt Content project's markdown files with automated formatting and linking.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-docs npx -- -y @trustedskills/create-docs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-docs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-docs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The create-docs skill automates documentation generation within Nuxt Content projects. It allows AI agents to scaffold new documentation sites by initializing project structures and configuring the necessary content directories for Markdown-based authoring. This tool streamlines the setup process, enabling developers to launch a fully functional documentation environment with minimal manual configuration.
When to use it
- Initialize a fresh documentation repository for a new Nuxt application without manually creating file trees.
- Generate a starter template that includes pre-configured frontmatter and directory structures for content organization.
- Quickly prototype documentation sites during the early stages of software development or product launches.
- Standardize documentation workflows across multiple projects by applying consistent initial configurations.
Key capabilities
- Automatically sets up the required folder structure for Nuxt Content projects.
- Configures essential metadata and frontmatter templates for content files.
- Provides a ready-to-use foundation for Markdown-based documentation authoring.
- Integrates seamlessly with existing Nuxt project workflows.
Example prompts
- "Create a new documentation site using nuxt-content with a standard structure."
- "Scaffold a docs folder for my Nuxt app with proper frontmatter templates."
- "Initialize a documentation project ready for Markdown content ingestion."
Tips & gotchas
Ensure your environment has Node.js and the Nuxt CLI installed before running initialization commands. This skill is specifically designed for Nuxt Content; attempting to use it with static site generators like Hugo or Jekyll will not produce compatible results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.