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.
Imported from hherb/kastellan (.claude/skills/fixall/SKILL.md). Install upstream with npx skills add hherb/kastellan --skill fixall. Copyright stays with the author.
Address all issues identified in the code review one by one. If fixing them appears manageable within this session, fix them now. If not, lodge the issue on github. Once all issues have been addressed, review the code changes thoroughly. If satisfied no issues left open, update HANDOVER.md and ROADMAP.md ONY if necessary to reflect these changes. Then commit and push the changes into the PR.
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 - a plan picks it for its slot
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
hherb-kastellan-fixall.ocm.jsonjson
{
"ocm": "1",
"id": "hherb-kastellan-fixall",
"kind": "skill",
"name": "fixall",
"description": "instructions to cleanup after code review",
"publisher": "hherb",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"instructions to cleanup after code review"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/hherb/kastellan",
"path": ".claude/skills/fixall/SKILL.md",
"ref": "ec9a2e941f6b71c2615e5ad64e7939ede8c94abf",
"url": "https://github.com/hherb/kastellan/blob/ec9a2e941f6b71c2615e5ad64e7939ede8c94abf/.claude/skills/fixall/SKILL.md",
"key": "hherb/kastellan/.claude/skills/fixall/SKILL.md"
},
"allowed_tools": [
"Bash(git",
"*)",
"Bash(cargo",
"test",
"*)",
"Bash(uv",
"run",
"pytest",
"*)"
]
},
"instructions": "Address all issues identified in the code review one by one. If fixing them appears manageable within this session, fix them now. If not, lodge the issue on github. Once all issues have been addressed, review the code changes thoroughly. If satisfied no issues left open, update HANDOVER.md and ROADMAP.md ONY if necessary to reflect these changes. Then commit and push the changes into the PR.",
"cost": {
"context_tokens": 98
}
}
Fetch it by URL: GET /api/v1/registry/hherb-kastellan-fixall/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.