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.
diagrams - Skill - OpenSmartRoute
Skillv1.0.0
diagrams
Guidelines for Mermaid diagrams in repositories used in Programación II
Instruction file imported from MatteoCianelli/PII_Game_Of_Life (.github/instructions/diagrams.instructions.md). Copyright stays with the author.
Guidelines for Mermaid diagrams in repositories used in Programación II
Diagrams should include only public members, but it's okay if there are private members.
Visibility it's not required, but it's okay if it's present.
Diagrams can be reverse engineered from code
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": "matteocianelli-pii-game-of-life-diagrams-instructions",
"kind": "skill",
"name": "diagrams",
"description": "Guidelines for Mermaid diagrams in repositories used in Programación II",
"publisher": "MatteoCianelli",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Guidelines for Mermaid diagrams in repositories used in Programación II"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/MatteoCianelli/PII_Game_Of_Life",
"path": ".github/instructions/diagrams.instructions.md",
"ref": "96ab63cfc3fdbffa279f9cbf86e46e26d5287424",
"url": "https://github.com/MatteoCianelli/PII_Game_Of_Life/blob/96ab63cfc3fdbffa279f9cbf86e46e26d5287424/.github/instructions/diagrams.instructions.md",
"key": "MatteoCianelli/PII_Game_Of_Life/.github/instructions/diagrams.instructions.md"
},
"applies_to": "*.md"
},
"instructions": "# Guidelines for Mermaid diagrams in repositories used in Programación II\n\n* Diagrams should include only public members, but it's okay if there are private members.\n\n* Visibility it's not required, but it's okay if it's present.\n\n* Diagrams can be reverse engineered from code",
"cost": {
"context_tokens": 69
}
}
Fetch it by URL: GET /api/v1/registry/matteocianelli-pii-game-of-life-diagrams-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.