What problem does it solve?
This skill provides a standardized approach to adding new documentation guides and tutorials to the Formisch website, reducing manual setup and ensuring consistency across frameworks.
Core Features & Use Cases
- Guides scaffolding: creates the correct folder structure under website/src/routes/{framework}/guides/ with menu.md and index.mdx patterns.
- Category and metadata enforcement: ensures guides fall into (get-started), (main-concepts), or (advanced-guides) with required front matter like title and description.
- Menu integration: updates website/src/routes/{framework}/guides/menu.md to include new guides with proper routing.
- Documentation patterns: provides MDX content conventions, front matter, and code example templates to accelerate guide creation.
Quick Start
Create a new guide directory using mkdir -p website/src/routes/{framework}/guides/(category)/guide-slug/, add an index.mdx with front matter including title, description, and contributors, and update the corresponding menu in menu.md.