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.
ida-codemode-agent - Skill - OpenSmartRoute
Skillv1.0.0
ida-codemode-agent
Use `just all` to lint and test after every change. We're using `jj` for VCS for this project. Use `gh` to fetch read-only information about the project/issues/etc.
Imported from gencau/test-practices-agent-configurations (dataset/repos/williballenthin§idawilli/ida-codemode/packages/ida-codemode-agent/AGENTS.md). Install upstream with npx skills add gencau/test-practices-agent-configurations --skill ida-codemode-agent. Copyright stays with the author.
Use just all to lint and test after every change.
We're using jj for VCS for this project.
Use gh to fetch read-only information about the project/issues/etc.
User test preferences
Prefer a lean, high-signal test suite over broad/verbose test coverage.
Prioritize behavior/integration tests that validate real runtime contracts.
Prune low-value static/docs/meta/factory/helper tests first when simplifying.
Keep API behavior coverage intact when pruning ida-codemode-api tests.
Keep tests aligned with the current product contract (remove tests for deleted CLI/features).
Do not proactively expand testing-strategy/gap coverage unless explicitly requested.
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": "gencau-test-practices-agent-configurations-ida-codemode-agent",
"kind": "skill",
"name": "ida-codemode-agent",
"description": "Use `just all` to lint and test after every change. We're using `jj` for VCS for this project. Use `gh` to fetch read-only information about the project/issues/etc.",
"publisher": "gencau",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use `just all` to lint and test after every change. We're using `jj` for VCS for this project. Use `gh` to fetch read-only information about the project/issues/etc."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/gencau/test-practices-agent-configurations",
"path": "dataset/repos/williballenthin§idawilli/ida-codemode/packages/ida-codemode-agent/AGENTS.md",
"ref": "65550f32951a2b2a131fafbbac304e138dcc85e4",
"url": "https://github.com/gencau/test-practices-agent-configurations/blob/65550f32951a2b2a131fafbbac304e138dcc85e4/dataset/repos/williballenthin§idawilli/ida-codemode/packages/ida-codemode-agent/AGENTS.md",
"key": "gencau/test-practices-agent-configurations/dataset/repos/williballenthin§idawilli/ida-codemode/packages/ida-codemode-agent/AGENTS.md"
}
},
"instructions": "Use `just all` to lint and test after every change.\nWe're using `jj` for VCS for this project.\nUse `gh` to fetch read-only information about the project/issues/etc.\n\n## User test preferences\n- Prefer a lean, high-signal test suite over broad/verbose test coverage.\n- Prioritize behavior/integration tests that validate real runtime contracts.\n- Prune low-value static/docs/meta/factory/helper tests first when simplifying.\n- Keep API behavior coverage intact when pruning `ida-codemode-api` tests.\n- Keep tests aligned with the current product contract (remove tests for deleted CLI/features).\n- Do n",
"cost": {
"context_tokens": 170
}
}
Fetch it by URL: GET /api/v1/registry/gencau-test-practices-agent-configurations-ida-codemode-agent/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.