skill-developer
✓Anthropic のベスト プラクティスに従って、Claude Code スキルを作成および管理します。新しいスキルの作成、skill-rules.jsonの変更、トリガーパターンの理解、フックの操作、スキルアクティベーションのデバッグ、またはプログレッシブ開示の実装時に使用します。スキル構造、YAML フロントマター、トリガー タイプ (キーワード、インテント パターン、ファイル パス、コンテンツ パターン)、適用レベル (ブロック、提案、警告)、フック メカニズム (UserPromptSubmit、PreToolUse)、セッション トラッキング、および 500 行ルールについて説明します。
SKILL.md
Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern.
Philosophy Change (2025-10-27): We moved away from blocking PreToolUse for Sentry/error handling. Instead, use gentle post-response reminders that don't block workflow but maintain code quality awareness.
✅ Keep SKILL.md under 500 lines ✅ Use progressive disclosure with reference files ✅ Add table of contents to reference files > 100 lines ✅ Write detailed description with trigger keywords ✅ Test with 3+ real scenarios before documenting ✅ Iterate based on actual usage
Anthropic のベスト プラクティスに従って、Claude Code スキルを作成および管理します。新しいスキルの作成、skill-rules.jsonの変更、トリガーパターンの理解、フックの操作、スキルアクティベーションのデバッグ、またはプログレッシブ開示の実装時に使用します。スキル構造、YAML フロントマター、トリガー タイプ (キーワード、インテント パターン、ファイル パス、コンテンツ パターン)、適用レベル (ブロック、提案、警告)、フック メカニズム (UserPromptSubmit、PreToolUse)、セッション トラッキング、および 500 行ルールについて説明します。 ソース: diet103/claude-code-infrastructure-showcase。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/diet103/claude-code-infrastructure-showcase --skill skill-developer- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
skill-developer とは?
Anthropic のベスト プラクティスに従って、Claude Code スキルを作成および管理します。新しいスキルの作成、skill-rules.jsonの変更、トリガーパターンの理解、フックの操作、スキルアクティベーションのデバッグ、またはプログレッシブ開示の実装時に使用します。スキル構造、YAML フロントマター、トリガー タイプ (キーワード、インテント パターン、ファイル パス、コンテンツ パターン)、適用レベル (ブロック、提案、警告)、フック メカニズム (UserPromptSubmit、PreToolUse)、セッション トラッキング、および 500 行ルールについて説明します。 ソース: diet103/claude-code-infrastructure-showcase。
skill-developer のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/diet103/claude-code-infrastructure-showcase --skill skill-developer インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/diet103/claude-code-infrastructure-showcase
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01