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.
Instruction file imported from rahalio/ai-iot-botlens (.cursor/rules/no-commit-codegen.mdc). Copyright stays with the author.
Do not commit .codegen
.codegen/ is a local copy of the code-generation tool. It must never be committed or pushed to GitHub.
Do not git add.codegen, zero_codegen, or generated OpenAPI bundles under packages/openapi-core/src/.bundled/.
Do not copy the codegen tool to a second path that is not gitignored.
.gitignore already excludes .codegen/. Treat that ignore as mandatory, not optional.
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": "rahalio-ai-iot-botlens-no-commit-codegen-rule",
"kind": "skill",
"name": "no-commit-codegen",
"description": "Never commit or push the local codegen tool",
"publisher": "rahalio",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Never commit or push the local codegen tool"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/rahalio/ai-iot-botlens",
"path": ".cursor/rules/no-commit-codegen.mdc",
"ref": "0f93a0d7ca0d444ac7438b94f6481263ed607763",
"url": "https://github.com/rahalio/ai-iot-botlens/blob/0f93a0d7ca0d444ac7438b94f6481263ed607763/.cursor/rules/no-commit-codegen.mdc",
"key": "rahalio/ai-iot-botlens/.cursor/rules/no-commit-codegen.mdc"
}
},
"instructions": "# Do not commit .codegen\n\n`.codegen/` is a local copy of the code-generation tool. It must never be committed or pushed to GitHub.\n\n- Do not `git add` `.codegen`, `zero_codegen`, or generated OpenAPI bundles under `packages/openapi-core/src/.bundled/`.\n- Do not copy the codegen tool to a second path that is not gitignored.\n- `.gitignore` already excludes `.codegen/`. Treat that ignore as mandatory, not optional.",
"cost": {
"context_tokens": 103
}
}
Fetch it by URL: GET /api/v1/registry/rahalio-ai-iot-botlens-no-commit-codegen-rule/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.