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 TerryMinn/ONEA (.cursor/rules/mobile-arch/mobile-arch.mdc). Copyright stays with the author.
Expo Mobile Architecture
Route files live in apps/mobile/app/** and stay thin.
Feature code lives under apps/mobile/src/features/<feature>.
Use MVVM-style hooks in hooks/ for tRPC calls, form orchestration, uploads, and navigation side effects.
Screens and components should stay presentational.
Use React Native StyleSheet only for UI styling in this scaffold.
Do not add mobile UI libraries unless the project deliberately changes that rule.
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.
terryminn-onea-mobile-arch-rule.ocm.jsonjson
{
"ocm": "1",
"id": "terryminn-onea-mobile-arch-rule",
"kind": "skill",
"name": "mobile-arch",
"description": "Expo Mobile Architecture",
"publisher": "TerryMinn",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Expo Mobile Architecture"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/TerryMinn/ONEA",
"path": ".cursor/rules/mobile-arch/mobile-arch.mdc",
"ref": "b0b34d8c007e63c7737da714518b8463e0b6e4bd",
"url": "https://github.com/TerryMinn/ONEA/blob/b0b34d8c007e63c7737da714518b8463e0b6e4bd/.cursor/rules/mobile-arch/mobile-arch.mdc",
"key": "TerryMinn/ONEA/.cursor/rules/mobile-arch/mobile-arch.mdc"
}
},
"instructions": "# Expo Mobile Architecture\n\n- Route files live in `apps/mobile/app/**` and stay thin.\n- Feature code lives under `apps/mobile/src/features/<feature>`.\n- Use MVVM-style hooks in `hooks/` for tRPC calls, form orchestration, uploads, and navigation side effects.\n- Screens and components should stay presentational.\n- Use React Native `StyleSheet` only for UI styling in this scaffold.\n- Do not add mobile UI libraries unless the project deliberately changes that rule.",
"cost": {
"context_tokens": 116
}
}
Fetch it by URL: GET /api/v1/registry/terryminn-onea-mobile-arch-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.