Agent Skills by ALSEL
Anthropic ClaudeLLM・AI開発⭐ リポ 0品質スコア 70/100

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 本文

注意: このスキルのライセンスは AGPL-3.0 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。

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
リポジトリ
slavochek2/claritypledge
ライセンス
AGPL-3.0
最終更新
2026/5/12

Source: https://github.com/slavochek2/claritypledge / ライセンス: AGPL-3.0

本サイトは GitHub 上で公開されているオープンソースの SKILL.md ファイルをクロール・インデックス化したものです。 各スキルの著作権は原作者に帰属します。掲載に問題がある場合は info@alsel.co.jp または /takedown フォームよりご連絡ください。
原作者: slavochek2 · slavochek2/claritypledge · ライセンス: AGPL-3.0