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.
Imported from HkHacker22/Matdata-Mitra (.agents/skills/gsd/commands/add-phase/SKILL.md). Install upstream with npx skills add HkHacker22/Matdata-Mitra --skill add-phase. Copyright stays with the author.
GSD Add Phase
Adds a new phase to the project roadmap.
When to Use
Adding new phase to project
Expanding roadmap scope
Process
Identify phase position
Create phase documentation
Update roadmap
Success Criteria
Phase added to project.
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.
hkhacker22-matdata-mitra-add-phase.ocm.jsonjson
{
"ocm": "1",
"id": "hkhacker22-matdata-mitra-add-phase",
"kind": "skill",
"name": "gsd:add-phase",
"description": "Add a new phase to the project",
"publisher": "HkHacker22",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Add a new phase to the project"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/HkHacker22/Matdata-Mitra",
"path": ".agents/skills/gsd/commands/add-phase/SKILL.md",
"ref": "eaee2aac02c5370a7e4a0eb9fe2d2403bb1334f1",
"url": "https://github.com/HkHacker22/Matdata-Mitra/blob/eaee2aac02c5370a7e4a0eb9fe2d2403bb1334f1/.agents/skills/gsd/commands/add-phase/SKILL.md",
"key": "HkHacker22/Matdata-Mitra/.agents/skills/gsd/commands/add-phase/SKILL.md"
}
},
"instructions": "# GSD Add Phase\n\nAdds a new phase to the project roadmap.\n\n## When to Use\n\n- Adding new phase to project\n- Expanding roadmap scope\n\n## Process\n\n1. Identify phase position\n2. Create phase documentation\n3. Update roadmap\n\n## Success Criteria\n\nPhase added to project.",
"cost": {
"context_tokens": 66
}
}
Fetch it by URL: GET /api/v1/registry/hkhacker22-matdata-mitra-add-phase/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.