update-component-reference

Community

Effortlessly document Claude Code components.

AuthorNikiforovAll
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: update-component-reference
Download link: https://github.com/NikiforovAll/claude-code-rules/archive/main.zip#update-component-reference

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository