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 egorkaway/portugal-north (.cursor/rules/no-em-dashes.mdc). Copyright stays with the author.
No em dashes
Never use the em dash (—) or en dash (–) in user-facing copy, store listings, docs, commits, or chat replies.
Use commas, periods, parentheses, colons, or a plain hyphen (-) instead.
Examples:
Bad: departures — and arrivals — at each station
Good: departures (and arrivals) at each station
Bad: widget — Portugal & Spain
Good: widget for Portugal & Spain
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": "egorkaway-portugal-north-no-em-dashes-rule",
"kind": "skill",
"name": "no-em-dashes",
"description": "Never use em dashes or en dashes in copy",
"publisher": "egorkaway",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Never use em dashes or en dashes in copy"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/egorkaway/portugal-north",
"path": ".cursor/rules/no-em-dashes.mdc",
"ref": "93f2703e9726307cf33083fdcebc4c53d8535e93",
"url": "https://github.com/egorkaway/portugal-north/blob/93f2703e9726307cf33083fdcebc4c53d8535e93/.cursor/rules/no-em-dashes.mdc",
"key": "egorkaway/portugal-north/.cursor/rules/no-em-dashes.mdc"
}
},
"instructions": "# No em dashes\n\nNever use the em dash (`—`) or en dash (`–`) in user-facing copy, store listings, docs, commits, or chat replies.\n\nUse commas, periods, parentheses, colons, or a plain hyphen (`-`) instead.\n\nExamples:\n- Bad: `departures — and arrivals — at each station`\n- Good: `departures (and arrivals) at each station`\n- Bad: `widget — Portugal & Spain`\n- Good: `widget for Portugal & Spain`",
"cost": {
"context_tokens": 98
}
}
Fetch it by URL: GET /api/v1/registry/egorkaway-portugal-north-no-em-dashes-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.