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.
Comments are for things that cannot be expressed as code
Comments which restate code must be deleted
If the comment says what the code could say, then the code must change to make the comment redundant
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/nkdagility-azure-devops-migration-tools-src-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.
{
"ocm": "1",
"id": "nkdagility-azure-devops-migration-tools-src-instructions",
"kind": "skill",
"name": "src",
"description": "General rules that apply to all code.",
"publisher": "nkdAgility",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"General rules that apply to all code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/nkdAgility/azure-devops-migration-tools",
"path": ".github/instructions/src.instructions.md",
"ref": "e46a165e733e22ed9c9bf364b57c7aae2919e2b8",
"url": "https://github.com/nkdAgility/azure-devops-migration-tools/blob/e46a165e733e22ed9c9bf364b57c7aae2919e2b8/.github/instructions/src.instructions.md",
"key": "nkdAgility/azure-devops-migration-tools/.github/instructions/src.instructions.md"
},
"applies_to": "src/**"
},
"instructions": "General rules that apply to all code.\n\nRules for commenting code:\n\n1. Comments are for things that cannot be expressed as code\n2. Comments which restate code must be deleted\n3. If the comment says what the code could say, then the code must change to make the comment redundant",
"cost": {
"context_tokens": 69
}
}
Fetch it by URL: GET /api/v1/registry/nkdagility-azure-devops-migration-tools-src-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.