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.
validate - Skill - OpenSmartRoute
Skillv1.0.0
validate
Run the repo's full validation suite (format, build, size, tests, e2e). Invoke after any important change — finishing a feature, fix, refactor, or dependency bump — and always before committing.
Imported from ItsBenCodes/cookies (.claude/skills/validate/SKILL.md). Install upstream with npx skills add ItsBenCodes/cookies --skill validate. Copyright stays with the author.
Validate
Run every step.
npm run formatnpm run buildnpm run sizenpm testnpx playwright installnpx playwright test
If a step fails, fix the cause and re-run the full suite from the top — earlier steps may now produce different output (formatting, generated files, etc.). Repeat until a clean pass with no intervening changes.
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.
itsbencodes-cookies-validate.ocm.jsonjson
{
"ocm": "1",
"id": "itsbencodes-cookies-validate",
"kind": "skill",
"name": "validate",
"description": "Run the repo's full validation suite (format, build, size, tests, e2e). Invoke after any important change — finishing a feature, fix, refactor, or dependency bump — and always before committing.",
"publisher": "ItsBenCodes",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run the repo's full validation suite (format, build, size, tests, e2e). Invoke after any important change — finishing a feature, fix, refactor, or dependency bump — and always before committing."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ItsBenCodes/cookies",
"path": ".claude/skills/validate/SKILL.md",
"ref": "486cb66a286a4cbb8d6a629efd7b89d22e6e478d",
"url": "https://github.com/ItsBenCodes/cookies/blob/486cb66a286a4cbb8d6a629efd7b89d22e6e478d/.claude/skills/validate/SKILL.md",
"key": "ItsBenCodes/cookies/.claude/skills/validate/SKILL.md"
}
},
"instructions": "# Validate\n\nRun every step.\n\n```bash\nnpm run format\nnpm run build\nnpm run size\nnpm test\nnpx playwright install\nnpx playwright test\n```\n\nIf a step fails, fix the cause and **re-run the full suite from the top** — earlier steps may now produce different output (formatting, generated files, etc.). Repeat until a clean pass with no intervening changes.",
"cost": {
"context_tokens": 87
}
}
Fetch it by URL: GET /api/v1/registry/itsbencodes-cookies-validate/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.