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.
testing - Skill - OpenSmartRoute
Skillv1.0.0
testing
Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.
Imported from bearcove/dodeca (libs/pikru/.claude/skills/testing/SKILL.md). Install upstream with npx skills add bearcove/dodeca --skill testing. Copyright stays with the author.
Testing
DO NOT run the full test suite with cargo test - it times out and hangs.
Run specific tests only:
cargo test test01 -- --nocapturecargo test test12 -- --nocapture
Never try to count/grep test results from the full suite - it will hang.
Why This Matters
The pikru test suite runs pikchr rendering comparisons which can be slow. Running all tests at once exceeds reasonable timeout limits.
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.
bearcove-dodeca-testing.ocm.jsonjson
{
"ocm": "1",
"id": "bearcove-dodeca-testing",
"kind": "skill",
"name": "testing",
"description": "Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.",
"publisher": "bearcove",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/bearcove/dodeca",
"path": "libs/pikru/.claude/skills/testing/SKILL.md",
"ref": "b092d9350cc8936fbcbe24ac271650c3d6294799",
"url": "https://github.com/bearcove/dodeca/blob/b092d9350cc8936fbcbe24ac271650c3d6294799/libs/pikru/.claude/skills/testing/SKILL.md",
"key": "bearcove/dodeca/libs/pikru/.claude/skills/testing/SKILL.md"
}
},
"instructions": "# Testing\n\n**DO NOT** run the full test suite with `cargo test` - it times out and hangs.\n\nRun specific tests only:\n\n```bash\ncargo test test01 -- --nocapture\ncargo test test12 -- --nocapture\n```\n\nNever try to count/grep test results from the full suite - it will hang.\n\n## Why This Matters\n\nThe pikru test suite runs pikchr rendering comparisons which can be slow. Running all tests at once exceeds reasonable timeout limits.",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/bearcove-dodeca-testing/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.