スキル一覧に戻る
masseater

claude-code-features

by masseater

0🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


description: Guide for distinguishing Claude Code features (Commands, Skills, Agents, Hooks, Rules) and selection criteria. Use when decomposing context files, deciding where to add new features, or customizing Claude Code.

Claude Code Features Guide

Guide for choosing between 5 major Claude Code features.

Feature Overview

FeatureTriggerEssenceBest For
CommandsManual (/command)Inject saved prompts instantlyRepeatable standard workflows by user execute
SkillsAuto (Claude decides)Knowledge loaded on demandOn-demand knowledge (tool usage, guidelines)
AgentsManual/delegationSpecialists with independent contextBulk data processing & parallel tasks
HooksEvent-drivenShell scripts auto-executed around toolsDeterministic automation
RulesConditional/alwaysModularized rulesPath-conditional constraints

Decision Flowchart

1. "Should it auto-execute on events like file edits?"
   → Yes: Hooks (implement as shell commands)

2. "Needs independent context for bulk data processing?"
   → Yes: Agents (don't pollute main conversation)

3. "Knowledge not always needed, but should surface when relevant?"
   → Yes: Skills (tool usage guides, domain expertise, patterns)

4. "Standard procedure user explicitly executes?"
   → Yes: Commands (instant /command execution)

5. "Constraints for specific paths or entire project?"
   → Yes: Rules (conditional with paths:)

6. Cannot classify
   → Keep in CLAUDE.md

Feature Details

  • @${CLAUDE_PLUGIN_ROOT}/skills/claude-code-features/commands.md
  • @${CLAUDE_PLUGIN_ROOT}/skills/claude-code-features/skills.md
  • @${CLAUDE_PLUGIN_ROOT}/skills/claude-code-features/agents.md
  • @${CLAUDE_PLUGIN_ROOT}/skills/claude-code-features/hooks.md
  • @${CLAUDE_PLUGIN_ROOT}/skills/claude-code-features/rules.md

References

@${CLAUDE_PLUGIN_ROOT}/skills/claude-code-features/references.md

スコア

総合スコア

50/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

レビュー

💬

レビュー機能は近日公開予定です