agent-development
Claude Codeを使って、効果的なdescription、ツールアクセスパターン、自己説明型プロンプトを備えたカスタムエージェントを設計・構築します。タスクツールの委譲、モデルの選択、メモリ上限、宣言的命令設計をカバーしています。 カスタムエージェントの作成、自動委譲用のエージェントdescriptionの設計、エージェントメモリの問題解決、エージェントパイプラインの構築時に活用できます。
description の原文を見る
Design and build custom Claude Code agents with effective descriptions, tool access patterns, and self-documenting prompts. Covers Task tool delegation, model selection, memory limits, and declarative instruction design. Use when: creating custom agents, designing agent descriptions for auto-delegation, troubleshooting agent memory issues, or building agent pipelines.
SKILL.md 本文
Claude Code のエージェント開発
proper delegation、tool access、prompt design を用いて、Claude Code 向けの効果的なカスタムエージェントを構築します。
エージェント説明パターン
description フィールドは、Claude が自動的にタスクを委譲するかどうかを決定します。
強力なトリガーパターン
---
name: agent-name
description: |
[Role] specialist. MUST BE USED when [specific triggers].
Use PROACTIVELY for [task category].
Keywords: [trigger words]
tools: Read, Write, Edit, Glob, Grep, Bash
model: sonnet
---
弱い説明 vs 強い説明
| 弱い説明(自動委譲されない) | 強い説明(自動委譲される) |
|---|---|
| "スクリーンショットの問題を分析します" | "Visual QA スペシャリスト。スクリーンショット分析時 |
...
詳細情報
- 作者
- slavochek2
- ライセンス
- AGPL-3.0
- 最終更新
- 2026/5/12
Source: https://github.com/slavochek2/claritypledge / ライセンス: AGPL-3.0