コンテンツ制作
#agent
agent-evaluator
Deterministic custom subagent selection helper. Use when you need a reproducible, auditable decision on which custom subagents to activate for a user query (runs scripts/agent_evaluator.py).
DeepseekModel
キュレーション済みスキル
品質 良好 · 64
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=arisng-github-copilot-fc-skills-archived-agent-evaluator-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name agent-evaluator description Deterministic custom subagent selection helper. Use when you need a reproducible, auditable decision on which custom subagents to activate for a user query (runs scripts/agent_evaluator.py). Agent Evaluator Evaluate a user query against the workspace's available subagents and return a JSON decision payload (activated/required/suggested agents and scoring). Mechanism Run the evaluator script (located in scripts folder relative this skill file) with the user query as an argument.: python scripts/agent_evaluator.py "YOUR_QUERY_HERE" Optional: include a contextual file path as the second argument: python scripts/agent_evaluator.py "YOUR_QUERY_HERE" "path/to/file.ext" Output Writes a JSON object to stdout. Key fields include: activated_agents required_agents suggested_agents evaluations (per-agent score + reasoning) Examples Evaluate a query: python scripts/agent_evaluator.py "Please help refine our custom instruction file" Evaluate a query with file context: python scripts/agent_evaluator.py "Update this instruction" "instructions/agent-forced-eval.instructions.md"
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |