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
.mdxfile to create (required)- Example:
/create-doc docs/define/new-topic.mdx - Must end with
.mdxextension
- Example:
-
--type or -t: Document type (optional, default: concept)
- Values:
concept,howto,reference,overview - Example:
--type howto
- Values: