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 Shangmin-Chen/gmiscore (.cursor/rules/gmiscore.mdc). Copyright stays with the author.
GMI Score
B2C: user GitHub OAuth → GraphQL on viewer → raw JSON. Pipeline is Ingest → ETL → Core. Scoring only in Core. First path is output (later).
STAGE is ingest. Implement against spec/ingest.md only. Do not add GitHub Apps, webhooks, Search, Events, ETL, or scores.
Persist GitHub payloads as returned. contributionCalendar is not_a_signal. Do not write is_docs_only or merge identities.
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.
shangmin-chen-gmiscore-gmiscore-rule.ocm.jsonjson
{
"ocm": "1",
"id": "shangmin-chen-gmiscore-gmiscore-rule",
"kind": "skill",
"name": "gmiscore",
"description": "GMI Score stage gate and ingest boundary",
"publisher": "Shangmin-Chen",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"GMI Score stage gate and ingest boundary"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/Shangmin-Chen/gmiscore",
"path": ".cursor/rules/gmiscore.mdc",
"ref": "f27ddc31a2005afea24672a3dc48ba5e6893ab3a",
"url": "https://github.com/Shangmin-Chen/gmiscore/blob/f27ddc31a2005afea24672a3dc48ba5e6893ab3a/.cursor/rules/gmiscore.mdc",
"key": "Shangmin-Chen/gmiscore/.cursor/rules/gmiscore.mdc"
}
},
"instructions": "# GMI Score\n\nB2C: user GitHub OAuth → GraphQL on `viewer` → raw JSON. Pipeline is Ingest → ETL → Core. Scoring only in Core. First path is output (later).\n\n**STAGE is `ingest`.** Implement against `spec/ingest.md` only. Do not add GitHub Apps, webhooks, Search, Events, ETL, or scores.\n\nPersist GitHub payloads as returned. `contributionCalendar` is `not_a_signal`. Do not write `is_docs_only` or merge identities.",
"cost": {
"context_tokens": 103
}
}
Fetch it by URL: GET /api/v1/registry/shangmin-chen-gmiscore-gmiscore-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.