skills/smithery.ai/create-doc

create-doc

Installation
SKILL.md

Create Documentation Skill

Creates new documentation files with proper structure, boilerplate, and frontmatter following WAF documentation standards.

Usage

/create-doc <file-path> [options]

Arguments

  • file-path: Path to the new .mdx file to create (required)

    • Example: /create-doc docs/define/new-topic.mdx
    • Must end with .mdx extension
  • --type or -t: Document type (optional, default: concept)

    • Values: concept, howto, reference, overview
    • Example: --type howto
Installs
2
First Seen
Mar 21, 2026
create-doc from smithery.ai