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.
sprint - Agent - OpenSmartRoute
Agentv1.0.0
sprint
Read the repository root `CLAUDE.md`, then `sprints/METHOD.md`, then adopt the role contract at `.agents/skills/sprint/SKILL.md`.
Read the repository root CLAUDE.md, then sprints/METHOD.md, then adopt the
role contract at .agents/skills/sprint/SKILL.md.
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": "alilee-cranelisp-sprint-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
alilee-cranelisp-sprint-agent.ocm.jsonjson
{
"ocm": "1",
"id": "alilee-cranelisp-sprint-agent",
"kind": "agent",
"name": "sprint",
"description": "Read the repository root `CLAUDE.md`, then `sprints/METHOD.md`, then adopt the role contract at `.agents/skills/sprint/SKILL.md`.",
"publisher": "alilee",
"version": "1.0.0",
"capabilities": {
"domains": [
"legal"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read the repository root `CLAUDE.md`, then `sprints/METHOD.md`, then adopt the role contract at `.agents/skills/sprint/SKILL.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/alilee/cranelisp",
"path": ".github/agents/sprint.agent.md",
"ref": "dc78ddbee3107043925505531798667dc61f7a03",
"url": "https://github.com/alilee/cranelisp/blob/dc78ddbee3107043925505531798667dc61f7a03/.github/agents/sprint.agent.md",
"key": "alilee/cranelisp/.github/agents/sprint.agent.md"
}
},
"instructions": "---\nname: sprint\ndescription: Coordinate the increment: phases, waves, gates, dispatch, closure\n---\n\nRead the repository root `CLAUDE.md`, then `sprints/METHOD.md`, then adopt the\nrole contract at `.agents/skills/sprint/SKILL.md`.",
"cost": {
"context_tokens": 57
}
}
Fetch it by URL: GET /api/v1/registry/alilee-cranelisp-sprint-agent/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.