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.
review-twix - Skill - OpenSmartRoute
Skillv1.0.0
review-twix
Use this skill for Twix iOS code, diff, PR, and architecture compliance review. Default behavior is report-only unless edits are explicitly requested.
Imported from Keepiluv/Keepiluv-iOS (.claude/skills/review-twix/SKILL.md). Install upstream with npx skills add Keepiluv/Keepiluv-iOS --skill review-twix. Copyright stays with the author.
review-twix
Canonical instructions live at .pi/skills/review-twix/SKILL.md.
When this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.
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.
keepiluv-keepiluv-ios-review-twix.ocm.jsonjson
{
"ocm": "1",
"id": "keepiluv-keepiluv-ios-review-twix",
"kind": "skill",
"name": "review-twix",
"description": "Use this skill for Twix iOS code, diff, PR, and architecture compliance review. Default behavior is report-only unless edits are explicitly requested.",
"publisher": "Keepiluv",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"legal"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this skill for Twix iOS code, diff, PR, and architecture compliance review. Default behavior is report-only unless edits are explicitly requested."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Keepiluv/Keepiluv-iOS",
"path": ".claude/skills/review-twix/SKILL.md",
"ref": "ef863ed5ea93f8157bdbda712f2d17c6a3b37014",
"url": "https://github.com/Keepiluv/Keepiluv-iOS/blob/ef863ed5ea93f8157bdbda712f2d17c6a3b37014/.claude/skills/review-twix/SKILL.md",
"key": "Keepiluv/Keepiluv-iOS/.claude/skills/review-twix/SKILL.md"
}
},
"instructions": "# review-twix\n\nCanonical instructions live at `.pi/skills/review-twix/SKILL.md`.\n\nWhen this skill matches the task, read that file completely and follow it. Do not duplicate or reinterpret the instructions here.",
"cost": {
"context_tokens": 52
}
}
Fetch it by URL: GET /api/v1/registry/keepiluv-keepiluv-ios-review-twix/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.