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.
* - Skill - OpenSmartRoute
Skillv1.0.0
*
try to minimize dependencies (especially those that require licesnes). dont add new packages with out asking me first. look for modular code, break tasks out to functions. break similar functikns to l
Instruction file imported from SBFRF/pyDIWASP (.github/instructions/*.instructions.md). Copyright stays with the author.
try to minimize dependencies (especially those that require licesnes). dont add new packages with out asking me first.
look for modular code, break tasks out to functions.
break similar functikns to libraries
prefer data classes to dictionaries.
always run tests before commiting, ensure they run before commiting. if they break, fix before comitting.
Dont take shortcuts, make sure things work.
after a commit and basic functionality validated, re-examine and try to do it in less lines.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/sbfrf-pydiwasp-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
sbfrf-pydiwasp-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "sbfrf-pydiwasp-instructions",
"kind": "skill",
"name": "*",
"description": "try to minimize dependencies (especially those that require licesnes). dont add new packages with out asking me first. look for modular code, break tasks out to functions. break similar functikns to libraries prefer data classes to dictionaries. always run tests before commiting, ensure they run before commiting. if they break, fix before comitting. Dont take shortcuts, make sure things work. after a commit and basic functionality validated, re-examine and try to do it in less lines.",
"publisher": "SBFRF",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"try to minimize dependencies (especially those that require licesnes). dont add new packages with out asking me first. look for modular code, break tasks out to functions. break similar functikns to libraries prefer data classes to dictionaries. always run tests before commiting, ensure they run before commiting. if they break, fix before comitting. Dont take shortcuts, make sure things work. after a commit and basic functionality validated, re-examine and try to do it in less lines."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/SBFRF/pyDIWASP",
"path": ".github/instructions/*.instructions.md",
"ref": "c91c36b7ef2ffda648fac7cdd411fa40ec6b9e18",
"url": "https://github.com/SBFRF/pyDIWASP/blob/c91c36b7ef2ffda648fac7cdd411fa40ec6b9e18/.github/instructions/*.instructions.md",
"key": "SBFRF/pyDIWASP/.github/instructions/*.instructions.md"
}
},
"instructions": "try to minimize dependencies (especially those that require licesnes). dont add new packages with out asking me first. \nlook for modular code, break tasks out to functions. \nbreak similar functikns to libraries\nprefer data classes to dictionaries. \nalways run tests before commiting, ensure they run before commiting. if they break, fix before comitting.\nDont take shortcuts, make sure things work.\nafter a commit and basic functionality validated, re-examine and try to do it in less lines.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/sbfrf-pydiwasp-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.