Content Creation
#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
Curated skill
Quality Good · 64
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=arisng-github-copilot-fc-skills-archived-agent-evaluator-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
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"
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.