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.
no - Skill - OpenSmartRoute
Skillv1.0.0
no
Provide project context and coding guidelines that AI should follow when generating code, answering questions, or reviewing changes.
Instruction file imported from ChrisKalathas/order-list-matching (.github/instructions/no.instructions.md). Copyright stays with the author.
Provide project context and coding guidelines that AI should follow when generating code, answering questions, or reviewing changes.
YOU ARE NEVER EVER ALLOWED TO RUN PYTHON CODE IN POWERSHELL
YOU ARE NEVER EVER ALLOW TO CREATE PYTHON FILES IN ROOT DIRECTORY
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": "chriskalathas-order-list-matching-no-instructions",
"kind": "skill",
"name": "no",
"description": "Provide project context and coding guidelines that AI should follow when generating code, answering questions, or reviewing changes.",
"publisher": "ChrisKalathas",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Provide project context and coding guidelines that AI should follow when generating code, answering questions, or reviewing changes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ChrisKalathas/order-list-matching",
"path": ".github/instructions/no.instructions.md",
"ref": "416c9de201d37fd437ce60b11bdbc964c1f54596",
"url": "https://github.com/ChrisKalathas/order-list-matching/blob/416c9de201d37fd437ce60b11bdbc964c1f54596/.github/instructions/no.instructions.md",
"key": "ChrisKalathas/order-list-matching/.github/instructions/no.instructions.md"
},
"applies_to": "**"
},
"instructions": "Provide project context and coding guidelines that AI should follow when generating code, answering questions, or reviewing changes.\n\n## YOU ARE NEVER EVER ALLOWED TO RUN PYTHON CODE IN POWERSHELL ##\n## YOU ARE NEVER EVER ALLOW TO CREATE PYTHON FILES IN ROOT DIRECTORY ##",
"cost": {
"context_tokens": 67
}
}
Fetch it by URL: GET /api/v1/registry/chriskalathas-order-list-matching-no-instructions/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.