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.
Instruction file imported from mirekholec/skoleni-copilot-online (.github/instructions/tasks.instructions.md). Copyright stays with the author.
Task Management
pokud implementuješ task z tasks a úkol dokončíš, vždy automaticky přesuneš tento task do podsložky tasks/completed
k dokončenému taskz připojíš soubor, do kterého vložíš informace o implementaci. Název souboru bude vycházet z původního, například pokud implementuješ: X-01-nazev-feature.md tak název komplementárního souboru bude X-01-nazev-feature-IMPL.md.
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/mirekholec-skoleni-copilot-online-tasks-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": "mirekholec-skoleni-copilot-online-tasks-instructions",
"kind": "skill",
"name": "tasks",
"description": "Task Management",
"publisher": "mirekholec",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Task Management"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/mirekholec/skoleni-copilot-online",
"path": ".github/instructions/tasks.instructions.md",
"ref": "53d8b179d5daa7eb444274c902dbe1a0786aa068",
"url": "https://github.com/mirekholec/skoleni-copilot-online/blob/53d8b179d5daa7eb444274c902dbe1a0786aa068/.github/instructions/tasks.instructions.md",
"key": "mirekholec/skoleni-copilot-online/.github/instructions/tasks.instructions.md"
},
"applies_to": "tasks/**"
},
"instructions": "## Task Management\n\n- pokud implementuješ task z `tasks` a úkol dokončíš, vždy automaticky přesuneš tento task do podsložky `tasks/completed` \n- k dokončenému taskz připojíš soubor, do kterého vložíš informace o implementaci. Název souboru bude vycházet z původního, například pokud implementuješ: `X-01-nazev-feature.md` tak název komplementárního souboru bude `X-01-nazev-feature-IMPL.md`.",
"cost": {
"context_tokens": 97
}
}
Fetch it by URL: GET /api/v1/registry/mirekholec-skoleni-copilot-online-tasks-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.