← スキル一覧に戻る
name: components-generators
description: Guidance for writing

components-generators
by kubb-labs
components-generatorsは、ソフトウェア開発を効率化するスキルです。開発ワークフロー全体をサポートし、チームの生産性向上とコード品質の改善を実現します。
⭐ 1,532🍴 129📅 2026年1月23日
ユースケース
🔗
MCPサーバー連携
Model Context Protocolを活用したAIツール連携。components-generatorsを活用。
⚡
コード生成の効率化
ボイラープレートコードを自動生成し、開発時間を短縮。
🔍
コードレビュー支援
PRのコード変更を分析し、改善点を提案。
🔧
リファクタリング提案
コードの品質向上のためのリファクタリング案を提示。
SKILL.md
name: components-generators
description: Guidance for writing @kubb/react-fabric components and generators (React-based and function-based).
Components & Generators Skill
This skill helps agents answer questions about authoring components and generators using @kubb/react-fabric.
When to Use
- When asked where to place components/generators
- When guiding authors to write React-based generators
What It Does
- Lists common
react-fabriccomponents and where to place them - Explains generator types and recommended patterns
- Provides a small conceptual example for authors
Conceptual Example
import { File, Function } from '@kubb/react-fabric'
export function Query({ name }: Props): KubbNode {
return (
<File.Source name={name} isExportable isIndexable>
<Function name={name} export>
// Generated code
</Function>
</File.Source>
)
}
Tips for Agents
- Recommend small, composable components
- Encourage use of
usePluginManager(),useOas(),useOperationManager()in components - Recommend deterministic output to avoid noisy diffs
Related Skills
| Skill | Use For |
|---|---|
| ../plugin-architecture/SKILL.md | For lifecycle and plugin registration details |
スコア
総合スコア
85/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


