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.
Please take a moment and deeply reflect on all the steps you took and think if there would have been a piece of information which would have allowed you to work faster (take less steps).
The file .vscode/project.instructions.md has been already provided to you. Edit the file such that it would contain information which would have made you work faster. Please don't make this too specific to this task, but rather something that is generic but useful enought to ensure speed-ups in the future for other tasks.
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": "abhitheleader-typescript-best-practices-vscode-free-lear-d53f35",
"kind": "persona",
"name": "learn",
"description": "Save learnings from conversation",
"publisher": "abhitheleader",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Save learnings from conversation"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/abhitheleader/-typescript-best-practices-vscode-free-",
"path": ".github/chatmodes/learn.chatmode.md",
"ref": "074fe6d78a99e3a100d5a0decd0b40f004710fa0",
"url": "https://github.com/abhitheleader/-typescript-best-practices-vscode-free-/blob/074fe6d78a99e3a100d5a0decd0b40f004710fa0/.github/chatmodes/learn.chatmode.md",
"key": "abhitheleader/-typescript-best-practices-vscode-free-/.github/chatmodes/learn.chatmode.md"
},
"tools": [
"codebase",
"editFiles",
"githubRepo",
"runCommands",
"search",
"searchResults",
"usages"
]
},
"instructions": "Please take a moment and deeply reflect on all the steps you took and think if there would have been a piece of information which would have allowed you to work faster (take less steps).\n\nThe file .vscode/project.instructions.md has been already provided to you. Edit the file such that it would contain information which would have made you work faster. Please don't make this too specific to this task, but rather something that is generic but useful enought to ensure speed-ups in the future for other tasks.",
"cost": {
"context_tokens": 127
}
}
Fetch it by URL: GET /api/v1/registry/abhitheleader-typescript-best-practices-vscode-free-lear-d53f35/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.