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.
bmad-core-index-docs - Skill - OpenSmartRoute
Skillv1.0.0
bmad-core-index-docs
Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder
Imported from Compass-Brand/embedding-tests (.kilocode/skills/bmad-core-index-docs/SKILL.md). Install upstream with npx skills add Compass-Brand/embedding-tests --skill bmad-core-index-docs. Copyright stays with the author.
Load and follow the skill at {project-root}/_bmad/core/bmad-index-docs/SKILL.md.
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": "compass-brand-embedding-tests-bmad-core-index-docs",
"kind": "skill",
"name": "bmad-core-index-docs",
"description": "Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder",
"publisher": "Compass-Brand",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Compass-Brand/embedding-tests",
"path": ".kilocode/skills/bmad-core-index-docs/SKILL.md",
"ref": "d0562f0033defeca255e7946842e3565aa97f58f",
"url": "https://github.com/Compass-Brand/embedding-tests/blob/d0562f0033defeca255e7946842e3565aa97f58f/.kilocode/skills/bmad-core-index-docs/SKILL.md",
"key": "Compass-Brand/embedding-tests/.kilocode/skills/bmad-core-index-docs/SKILL.md"
}
},
"instructions": "Load and follow the skill at `{project-root}/_bmad/core/bmad-index-docs/SKILL.md`.",
"cost": {
"context_tokens": 20
}
}
Fetch it by URL: GET /api/v1/registry/compass-brand-embedding-tests-bmad-core-index-docs/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.