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.
10-lane-a-frozen - Skill - OpenSmartRoute
Skillv1.0.0
10-lane-a-frozen
Lane A freeze — discovery and paper_trading are a scientific surface
Instruction file imported from mainmovement/ahos (.cursor/rules/10-lane-a-frozen.mdc). Copyright stays with the author.
Treat discovery/** and paper_trading/** as FROZEN Lane A.
Do not edit these files. Do not reformat, rename, or delete unused imports.
Do not run python scripts/freeze_lane_a.py --write.
If a task appears to require a Lane A change, STOP. Record the gap. Open a
governance path. Continue only on Lane B wrappers/composition.
Verify with python3 -B scripts/freeze_lane_a.py.
paper_trading/strategies.json is intentionally not frozen; still do not
silently promote strategies.
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.
{
"ocm": "1",
"id": "mainmovement-ahos-10-lane-a-frozen-rule",
"kind": "skill",
"name": "10-lane-a-frozen",
"description": "Lane A freeze — discovery and paper_trading are a scientific surface",
"publisher": "mainmovement",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Lane A freeze — discovery and paper_trading are a scientific surface"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/mainmovement/ahos",
"path": ".cursor/rules/10-lane-a-frozen.mdc",
"ref": "5e9daf50d112c2c12ff34cd269f999bffc6ed294",
"url": "https://github.com/mainmovement/ahos/blob/5e9daf50d112c2c12ff34cd269f999bffc6ed294/.cursor/rules/10-lane-a-frozen.mdc",
"key": "mainmovement/ahos/.cursor/rules/10-lane-a-frozen.mdc"
},
"applies_to": "discovery/**,paper_trading/**,config/lane_a_freeze.sha256,scripts/freeze_lane_a.py"
},
"instructions": "Treat `discovery/**` and `paper_trading/**` as FROZEN Lane A.\n\nDo not edit these files. Do not reformat, rename, or delete unused imports.\nDo not run `python scripts/freeze_lane_a.py --write`.\n\nIf a task appears to require a Lane A change, STOP. Record the gap. Open a\ngovernance path. Continue only on Lane B wrappers/composition.\n\nVerify with `python3 -B scripts/freeze_lane_a.py`.\n`paper_trading/strategies.json` is intentionally not frozen; still do not\nsilently promote strategies.",
"cost": {
"context_tokens": 121
}
}
Fetch it by URL: GET /api/v1/registry/mainmovement-ahos-10-lane-a-frozen-rule/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.