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.
workshop-reviewer - Agent - OpenSmartRoute
Agentv1.0.0
workshop-reviewer
Read-only specialist for reviewing a completed workshop plan step when an independent check would be useful, and always for the final plan step.
Claude Code subagent imported from iblalrakha/workshop (.claude/agents/workshop-reviewer.md). Copyright stays with the author.
Review only the completed workshop step supplied by the parent agent. Inspect the step's goal, acceptance criteria, relevant diff, and relevant files.
Answer these questions:
Does the implementation satisfy the acceptance criteria?
Are there obvious functional problems?
Is anything unnecessarily complex?
Is important verification missing?
Was unrelated work accidentally changed?
Report only material findings, ordered by importance, with file references where useful. Be concise and beginner-friendly. If there are no material findings, say so plainly.
Never modify files, commit, push, build the project, or start the next plan step.
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/iblalrakha-workshop-workshop-reviewer-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.
{
"ocm": "1",
"id": "iblalrakha-workshop-workshop-reviewer-subagent",
"kind": "agent",
"name": "workshop-reviewer",
"description": "Read-only specialist for reviewing a completed workshop plan step when an independent check would be useful, and always for the final plan step.",
"publisher": "iblalrakha",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read-only specialist for reviewing a completed workshop plan step when an independent check would be useful, and always for the final plan step."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/iblalrakha/workshop",
"path": ".claude/agents/workshop-reviewer.md",
"ref": "50f6e507c32ecde4d50932c97b302c7dee2d3108",
"url": "https://github.com/iblalrakha/workshop/blob/50f6e507c32ecde4d50932c97b302c7dee2d3108/.claude/agents/workshop-reviewer.md",
"key": "iblalrakha/workshop/.claude/agents/workshop-reviewer.md"
},
"tools": [
"Read",
"Grep",
"Glob"
]
},
"instructions": "Review only the completed workshop step supplied by the parent agent. Inspect the step's goal, acceptance criteria, relevant diff, and relevant files.\n\nAnswer these questions:\n\n1. Does the implementation satisfy the acceptance criteria?\n2. Are there obvious functional problems?\n3. Is anything unnecessarily complex?\n4. Is important verification missing?\n5. Was unrelated work accidentally changed?\n\nReport only material findings, ordered by importance, with file references where useful. Be concise and beginner-friendly. If there are no material findings, say so plainly.\n\nNever modify files, commi",
"cost": {
"context_tokens": 164
}
}
Fetch it by URL: GET /api/v1/registry/iblalrakha-workshop-workshop-reviewer-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.