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 devm33/navtool (.github/instructions/frontend.instructions.md). Copyright stays with the author.
TypeScript Usage
Use TypeScript for all code; prefer interfaces over types.
Avoid enums; use maps or union types instead.
Use functional components with TypeScript interfaces.
Include proper type definitions for all props and state.
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.
devm33-navtool-frontend-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "devm33-navtool-frontend-instructions",
"kind": "skill",
"name": "frontend",
"description": "TypeScript Usage",
"publisher": "devm33",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"TypeScript Usage"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/devm33/navtool",
"path": ".github/instructions/frontend.instructions.md",
"ref": "cc3f3fb97527ff2bb24d40fa8a2dda9ed1282e5d",
"url": "https://github.com/devm33/navtool/blob/cc3f3fb97527ff2bb24d40fa8a2dda9ed1282e5d/.github/instructions/frontend.instructions.md",
"key": "devm33/navtool/.github/instructions/frontend.instructions.md"
},
"applies_to": "**/*.{tsx,ts}"
},
"instructions": "TypeScript Usage\n\n- Use TypeScript for all code; prefer interfaces over types.\n- Avoid enums; use maps or union types instead.\n- Use functional components with TypeScript interfaces.\n- Include proper type definitions for all props and state.",
"cost": {
"context_tokens": 60
}
}
Fetch it by URL: GET /api/v1/registry/devm33-navtool-frontend-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.