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.
Imported from Spawn2018/OmniRoute (.cursor/skills/refaktor-pass/SKILL.md). Install upstream with npx skills add Spawn2018/OmniRoute --skill refaktor-pass. Copyright stays with the author.
Refaktor pass
Uruchom: just complexity, just dup, just dead, python scripts/quality/refactor_ratio.py
Cel: stosunek przeniesionego/dodanego ≥ 10% w oknie tygodnia; nota 4,4 na Grupie A (PLAN-REALIZACJA.md § Cel jakości)
Trzecie powtórzenie → wyodrębnij helper. Drugie nie. Tablice-odczyty nie idą na 5,0.
Max 3 zmiany na sesję. Po każdej: just test.
NIE zmieniaj zachowania. Testy bez modyfikacji.
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.
spawn2018-omniroute-refaktor-pass.ocm.jsonjson
{
"ocm": "1",
"id": "spawn2018-omniroute-refaktor-pass",
"kind": "skill",
"name": "refaktor-pass",
"description": "Cotygodniowy slot refaktoryzacji z metrykami",
"publisher": "Spawn2018",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Cotygodniowy slot refaktoryzacji z metrykami"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Spawn2018/OmniRoute",
"path": ".cursor/skills/refaktor-pass/SKILL.md",
"ref": "30ee37d42860ad583fd8706d5716ae078545ef51",
"url": "https://github.com/Spawn2018/OmniRoute/blob/30ee37d42860ad583fd8706d5716ae078545ef51/.cursor/skills/refaktor-pass/SKILL.md",
"key": "Spawn2018/OmniRoute/.cursor/skills/refaktor-pass/SKILL.md"
}
},
"instructions": "# Refaktor pass\n\n1. Uruchom: `just complexity`, `just dup`, `just dead`, `python scripts/quality/refactor_ratio.py`\n2. Cel: stosunek przeniesionego/dodanego ≥ 10% w oknie tygodnia; nota 4,4 na Grupie A ([PLAN-REALIZACJA.md](../../docs/PLAN-REALIZACJA.md) § Cel jakości)\n3. Trzecie powtórzenie → wyodrębnij helper. Drugie nie. Tablice-odczyty nie idą na 5,0.\n4. Max 3 zmiany na sesję. Po każdej: `just test`.\n5. NIE zmieniaj zachowania. Testy bez modyfikacji.",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/spawn2018-omniroute-refaktor-pass/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.