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.
dev - Skill - OpenSmartRoute
Skillv1.0.0
dev
Whenever you make a code change make sure you run the following commands:
Instruction file imported from chmouel/snazy (.github/instructions/dev.instructions.md). Copyright stays with the author.
Whenever you make a code change make sure you run the following commands:
cargo fmtcargo clippy --all-targets --all-features -- -D warningscargo test --all-features
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/chmouel-snazy-dev-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.
chmouel-snazy-dev-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "chmouel-snazy-dev-instructions",
"kind": "skill",
"name": "dev",
"description": "Whenever you make a code change make sure you run the following commands:",
"publisher": "chmouel",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Whenever you make a code change make sure you run the following commands:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/chmouel/snazy",
"path": ".github/instructions/dev.instructions.md",
"ref": "61aa22a4a4592b247e591797242a0359c97595e0",
"url": "https://github.com/chmouel/snazy/blob/61aa22a4a4592b247e591797242a0359c97595e0/.github/instructions/dev.instructions.md",
"key": "chmouel/snazy/.github/instructions/dev.instructions.md"
},
"applies_to": "**/*.rs"
},
"instructions": "Whenever you make a code change make sure you run the following commands:\n\n```bash\ncargo fmt\ncargo clippy --all-targets --all-features -- -D warnings \ncargo test --all-features\n```",
"cost": {
"context_tokens": 45
}
}
Fetch it by URL: GET /api/v1/registry/chmouel-snazy-dev-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.