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.
ship - Skill - OpenSmartRoute
Skillv1.0.0
ship
1. Run `npm run typecheck` and fix any TypeScript errors 2. Run `npm test` and fix any test failures 3. Run `git status` to review changes 4. Create a descriptive commit with conventional commit forma
Imported from Jasrags/ShadowMaster (.claude/skills/ship/SKILL.md). Install upstream with npx skills add Jasrags/ShadowMaster --skill ship. Copyright stays with the author.
Ship Current Work
Run npm run typecheck and fix any TypeScript errors
Run npm test and fix any test failures
Run git status to review changes
Create a descriptive commit with conventional commit format (feat:, fix:, etc.)
Push to the current feature branch
Create a PR using gh pr create with a descriptive title and body referencing the GitHub issue
Report the PR URL
Never commit to main. If on main, ask the user for a branch name first.
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.
jasrags-shadowmaster-ship.ocm.jsonjson
{
"ocm": "1",
"id": "jasrags-shadowmaster-ship",
"kind": "skill",
"name": "ship",
"description": "1. Run `npm run typecheck` and fix any TypeScript errors 2. Run `npm test` and fix any test failures 3. Run `git status` to review changes 4. Create a descriptive commit with conventional commit format (feat:, fix:, etc.) 5. Push to the current feature branch 6. Create a PR using `gh pr create` with a descriptive title and body referencing the GitHub issue 7. Report the PR URL",
"publisher": "Jasrags",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"1. Run `npm run typecheck` and fix any TypeScript errors 2. Run `npm test` and fix any test failures 3. Run `git status` to review changes 4. Create a descriptive commit with conventional commit format (feat:, fix:, etc.) 5. Push to the current feature branch 6. Create a PR using `gh pr create` with a descriptive title and body referencing the GitHub issue 7. Report the PR URL"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Jasrags/ShadowMaster",
"path": ".claude/skills/ship/SKILL.md",
"ref": "9657a180de9698f24190d80259acd983b07ce169",
"url": "https://github.com/Jasrags/ShadowMaster/blob/9657a180de9698f24190d80259acd983b07ce169/.claude/skills/ship/SKILL.md",
"key": "Jasrags/ShadowMaster/.claude/skills/ship/SKILL.md"
}
},
"instructions": "# Ship Current Work\n\n1. Run `npm run typecheck` and fix any TypeScript errors\n2. Run `npm test` and fix any test failures\n3. Run `git status` to review changes\n4. Create a descriptive commit with conventional commit format (feat:, fix:, etc.)\n5. Push to the current feature branch\n6. Create a PR using `gh pr create` with a descriptive title and body referencing the GitHub issue\n7. Report the PR URL\n\nNever commit to main. If on main, ask the user for a branch name first.",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/jasrags-shadowmaster-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.