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.
sanitycheck - Skill - OpenSmartRoute
Skillv1.0.0
sanitycheck
Talk to me in plain language and gut check where we are at.
Imported from sterlingcrispin/claude_slash_commands (sanitycheck/SKILL.md). Install upstream with npx skills add sterlingcrispin/claude_slash_commands --skill sanitycheck. Copyright stays with the author.
Talk to me in plain language and gut check where we are at.
What is your understanding of what we are building?
Why are we building it?
What is the telos of it?
How are we approaching it?
What have we done so far?
How close are we to being done?
Do you have a clearly defined way of knowing you are done?
What is your current assessment of our approach, and progress?
What do you think we should keep doing, and change, if anything?
Any additional feedback or reflections or questions.
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": "sterlingcrispin-claude-slash-commands-sanitycheck",
"kind": "skill",
"name": "sanitycheck",
"description": "Talk to me in plain language and gut check where we are at.",
"publisher": "sterlingcrispin",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Talk to me in plain language and gut check where we are at."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/sterlingcrispin/claude_slash_commands",
"path": "sanitycheck/SKILL.md",
"ref": "624cb17170ba5c3a1a5f86a27e179c0c70b914fc",
"url": "https://github.com/sterlingcrispin/claude_slash_commands/blob/624cb17170ba5c3a1a5f86a27e179c0c70b914fc/sanitycheck/SKILL.md",
"key": "sterlingcrispin/claude_slash_commands/sanitycheck/SKILL.md"
}
},
"instructions": "Talk to me in plain language and gut check where we are at.\n\n1) What is your understanding of what we are building?\n2) Why are we building it?\n3) What is the telos of it?\n4) How are we approaching it?\n5) What have we done so far?\n6) How close are we to being done?\n7) Do you have a clearly defined way of knowing you are done?\n8) What is your current assessment of our approach, and progress?\n9) What do you think we should keep doing, and change, if anything?\n10) Any additional feedback or reflections or questions.",
"cost": {
"context_tokens": 129
}
}
Fetch it by URL: GET /api/v1/registry/sterlingcrispin-claude-slash-commands-sanitycheck/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.