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.
therkiller-ship - Skill - OpenSmartRoute
Skillv1.0.0
therkiller-ship
Verify, commit, push, and prepare completed project work for a manually created pull request. Use after implementation, when asked to ship, or before declaring delivery prepared.
Imported from killer-r2d2/therkiller (.claude/skills/therkiller-ship/SKILL.md). Install upstream with npx skills add killer-r2d2/therkiller --skill therkiller-ship. Copyright stays with the author.
therkiller Ship
Follow the shared workflow in ../../../.agent-workflows/ship.md.
Use repository instructions from AGENTS.md as the project baseline. Run the PR-readiness workflow as the delivery gate.
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.
{
"ocm": "1",
"id": "killer-r2d2-therkiller-therkiller-ship",
"kind": "skill",
"name": "therkiller-ship",
"description": "Verify, commit, push, and prepare completed project work for a manually created pull request. Use after implementation, when asked to ship, or before declaring delivery prepared.",
"publisher": "killer-r2d2",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"customer_support"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Verify, commit, push, and prepare completed project work for a manually created pull request. Use after implementation, when asked to ship, or before declaring delivery prepared."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/killer-r2d2/therkiller",
"path": ".claude/skills/therkiller-ship/SKILL.md",
"ref": "eae5c144eff6396fe938253aa7eaf9ac697bd583",
"url": "https://github.com/killer-r2d2/therkiller/blob/eae5c144eff6396fe938253aa7eaf9ac697bd583/.claude/skills/therkiller-ship/SKILL.md",
"key": "killer-r2d2/therkiller/.claude/skills/therkiller-ship/SKILL.md"
}
},
"instructions": "# therkiller Ship\n\nFollow the shared workflow in `../../../.agent-workflows/ship.md`.\n\nUse repository instructions from `AGENTS.md` as the project baseline. Run the PR-readiness workflow as the delivery gate.",
"cost": {
"context_tokens": 52
}
}
Fetch it by URL: GET /api/v1/registry/killer-r2d2-therkiller-therkiller-ship/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.