← スキル一覧に戻る

create-documentation
by eqtylab
EQTY's design system - striving for a componentized design system equally applied across all our projects!
⭐ 0🍴 1📅 2026年1月22日
SKILL.md
name: create-documentation description: Document a new or existing design system component
Create Documentation
After creating a component in the "ui" package, always create a corresponding docs MDX file with the following structure. Comments in this example are instructions for you to fill in information.
## Overview
<!-- Provide a brief description about what the component is and where it might be used. -->
## Usage
Import the component:
```ts
import { COMPONENTNAME } from '@eqtylab/equality';
```
Basic usage with required properties:
// Give a minimal example of the component's usage with all required properties
Variants
Variant Subheadings
Slots
| Name | Description |
|---|
Props
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
propname | Concise one line description | boolean | True | ✅ |
enumexample | If a prop is an enum | neutral, primary, success, etc | neutral | ❌ |
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です