Claude Code Plugins

Community-maintained marketplace

Feedback

Generate Component Documentation

@longbridge/gpui-component
9.5k
0

Based on existing docs styles and specific API implementations, and referencing same name stories, generate comprehensive documentation for the new component.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Generate Component Documentation
description Based on existing docs styles and specific API implementations, and referencing same name stories, generate comprehensive documentation for the new component.

Rules

  • Based on existing documentation styles in the docs folder, examples: button.md, accordion.md, etc.
  • Based on same name story implementation in crates/story/src/stories, and refer the component API accurately.
  • Use markdown code with link to reference the component API to docs.rs if applicable.