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.
zoom-out - Skill - OpenSmartRoute
Skillv1.0.0
zoom-out
Go up a layer of abstraction and map the broader context. Use when unfamiliar with a code area, need to understand how something fits into the bigger picture, or want a high-level overview.
Imported from redpanda-data/ui-harness (zoom-out/SKILL.md). Install upstream with npx skills add redpanda-data/ui-harness --skill zoom-out. Copyright stays with the author.
Don't know this code area. Go up layer of abstraction. Give map of all relevant modules and callers, using the project's domain glossary vocabulary.
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.
redpanda-data-ui-harness-zoom-out.ocm.jsonjson
{
"ocm": "1",
"id": "redpanda-data-ui-harness-zoom-out",
"kind": "skill",
"name": "zoom-out",
"description": "Go up a layer of abstraction and map the broader context. Use when unfamiliar with a code area, need to understand how something fits into the bigger picture, or want a high-level overview.",
"publisher": "redpanda-data",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Go up a layer of abstraction and map the broader context. Use when unfamiliar with a code area, need to understand how something fits into the bigger picture, or want a high-level overview."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/redpanda-data/ui-harness",
"path": "zoom-out/SKILL.md",
"ref": "39515400a7598b01bc91593f0476b79b88643022",
"url": "https://github.com/redpanda-data/ui-harness/blob/39515400a7598b01bc91593f0476b79b88643022/zoom-out/SKILL.md",
"key": "redpanda-data/ui-harness/zoom-out/SKILL.md"
}
},
"instructions": "Don't know this code area. Go up layer of abstraction. Give map of all relevant modules and callers, using the project's domain glossary vocabulary.",
"cost": {
"context_tokens": 37
}
}
Fetch it by URL: GET /api/v1/registry/redpanda-data-ui-harness-zoom-out/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.