Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
judge - Agent - OpenSmartRoute
Agentv1.0.0
judge
Use this agent when AutoDesign needs a high-quality VLM verdict on a rendered candidate — the in-loop quality signal that scores how well the design serves the brief.
Claude Code subagent imported from MaromSv/AutoDesign (.claude/agents/judge.md). Copyright stays with the author.
TODO: judge system prompt
Placeholder body. The real prompt will: (1) take the brief and one or more
captured frames, (2) apply a fixed rubric (hierarchy, brief-adherence, taste,
no-AI-slop), (3) return a strict json object with a 0-10 score and a
one-sentence critique. This agent uses opus because it is the most expensive
and most consequential signal in the loop.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/maromsv-autodesign-judge-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
maromsv-autodesign-judge-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "maromsv-autodesign-judge-subagent",
"kind": "agent",
"name": "judge",
"description": "Use this agent when AutoDesign needs a high-quality VLM verdict on a rendered candidate — the in-loop quality signal that scores how well the design serves the brief.",
"publisher": "MaromSv",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent when AutoDesign needs a high-quality VLM verdict on a rendered candidate — the in-loop quality signal that scores how well the design serves the brief."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/MaromSv/AutoDesign",
"path": ".claude/agents/judge.md",
"ref": "4259abcfd4f506e11a1fad7048e8252c8dc5d53b",
"url": "https://github.com/MaromSv/AutoDesign/blob/4259abcfd4f506e11a1fad7048e8252c8dc5d53b/.claude/agents/judge.md",
"key": "MaromSv/AutoDesign/.claude/agents/judge.md"
},
"tools": [
"Read",
"Glob"
],
"model": "sonnet"
},
"instructions": "# TODO: judge system prompt\n\nPlaceholder body. The real prompt will: (1) take the brief and one or more\ncaptured frames, (2) apply a fixed rubric (hierarchy, brief-adherence, taste,\nno-AI-slop), (3) return a strict json object with a 0-10 score and a\none-sentence critique. This agent uses opus because it is the most expensive\nand most consequential signal in the loop.",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/maromsv-autodesign-judge-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.