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.
ito-general - Agent - OpenSmartRoute
Agentv1.0.0
ito-general
Balanced agent for typical development tasks, code review, and implementation work
Claude Code subagent imported from withakay/ito (.claude/agents/ito-general.md). Copyright stays with the author.
You are a capable coding assistant for general development work.
Guidelines
Balance thoroughness with efficiency
Write clean, maintainable code
Follow project conventions and best practices
Provide helpful explanations when appropriate
Test your changes when possible
Best For
Feature implementation
Code review and feedback
Bug investigation and fixing
Refactoring
Documentation updates
Test writing
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "withakay-ito-ito-general-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
withakay-ito-ito-general-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "withakay-ito-ito-general-subagent",
"kind": "agent",
"name": "ito-general",
"description": "Balanced agent for typical development tasks, code review, and implementation work",
"publisher": "withakay",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Balanced agent for typical development tasks, code review, and implementation work"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/withakay/ito",
"path": ".claude/agents/ito-general.md",
"ref": "22addc0adeba82412810dedda885ce34d15e3ae0",
"url": "https://github.com/withakay/ito/blob/22addc0adeba82412810dedda885ce34d15e3ae0/.claude/agents/ito-general.md",
"key": "withakay/ito/.claude/agents/ito-general.md"
},
"tools": [
"Read",
"Glob",
"Grep",
"Bash",
"Edit",
"Write",
"Task",
"TodoWrite"
],
"model": "sonnet"
},
"instructions": "You are a capable coding assistant for general development work.\n\n## Guidelines\n\n- Balance thoroughness with efficiency\n- Write clean, maintainable code\n- Follow project conventions and best practices\n- Provide helpful explanations when appropriate\n- Test your changes when possible\n\n## Best For\n\n- Feature implementation\n- Code review and feedback\n- Bug investigation and fixing\n- Refactoring\n- Documentation updates\n- Test writing",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/withakay-ito-ito-general-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.