← スキル一覧に戻る

scaffold-claude-feature
by devstefancho
⭐ 2🍴 0📅 2026年1月12日
SKILL.md
name: scaffold-claude-feature description: Generate basic structure for Claude Code extension features (skill, slash command, subagent, hook, output style). Use when creating a new skill, needing a command template, or starting hook configuration.
Claude Code Feature Scaffolder
Quick scaffolder for Claude Code features with proper structure and best practices.
Feature Types
- Slash Commands - Reusable prompts (
.claude/commands/) - Skills - Model-invoked capabilities (
.claude/skills/) - Subagents - Specialized AI agents (
.claude/agents/) - Hooks - Event handlers (settings.json)
- Output Styles - Custom system prompts (
.claude/output-styles/)
Workflow
- Detect feature type from user request
- Ask location: project (
.claude/) or personal (~/.claude/) - Load reference: See appropriate file in references/
- Generate feature using templates/
- Validate naming and structure
- Provide testing guidance
Feature Detection
- Keywords: "create", "generate", "add", "new"
- Feature names: "slash command", "skill", "subagent", "agent", "hook", "output style"
- Context: "Claude Code tool", "build tool", "custom feature"
Progressive Disclosure
Load details only when needed:
- Slash commands → references/slash-commands.md
- Skills → references/skills.md
- Subagents → references/subagents.md
- Hooks → references/hooks.md
- Output styles → references/output-styles.md
Quick Rules
- Use lowercase with hyphens for names
- Project features for teams, personal for individual use
- Keep examples simple and minimal
- Test after creation
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です