What problem does it solve?
This Skill streamlines the process of adding or updating documentation for Claude Code components (commands, agents, skills, hooks, MCP servers) on the skills.rest website. It ensures that new components are consistently documented, correctly formatted, and easily discoverable, eliminating manual documentation overhead.
Core Features & Use Cases
- Automated Documentation Generation: Creates
.mdx files with correct frontmatter, titles, and import paths for various component types.
- Sidebar Position Management: Automatically determines the appropriate
sidebar_position for new entries, maintaining organized navigation.
- Use Case: After developing a new
/refactor command, use this skill to automatically generate its documentation page on the website, ensuring it's properly formatted, linked in the component reference, and immediately accessible to users.
Quick Start
Create a new MDX documentation file for a skill
touch website/docs/component-reference/skills/my-new-skill.mdx
Then, fill the file with the appropriate template content provided by the skill.