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.
app - Skill - OpenSmartRoute
Skillv1.0.0
app
Keep app-wide orchestration in `app-shell`; avoid new global controllers elsewhere. - Use `query/desktop-query.ts` and existing hooks for desktop access; avoid direct `window.piDesktop` calls. - Route
Imported from fahmiirsyadk/march (src/app/AGENTS.md). Install upstream with npx skills add fahmiirsyadk/march --skill app. Copyright stays with the author.
Keep app-wide orchestration in app-shell; avoid new global controllers elsewhere.
Use query/desktop-query.ts and existing hooks for desktop access; avoid direct window.piDesktop calls.
Route mutable desktop actions through app-shell/useDesktopActionHandlers.ts and keep optimistic updates.
Reuse existing components/styles and use features/feature-status.tsx for mock or partial UI states.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/fahmiirsyadk-march-app/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
fahmiirsyadk-march-app.ocm.jsonjson
{
"ocm": "1",
"id": "fahmiirsyadk-march-app",
"kind": "skill",
"name": "app",
"description": "Keep app-wide orchestration in `app-shell`; avoid new global controllers elsewhere. - Use `query/desktop-query.ts` and existing hooks for desktop access; avoid direct `window.piDesktop` calls. - Route mutable desktop actions through `app-shell/useDesktopActionHandlers.ts` and keep optimistic updates. - Reuse existing components/styles and use `features/feature-status.tsx` for mock or partial UI states.",
"publisher": "fahmiirsyadk",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Keep app-wide orchestration in `app-shell`; avoid new global controllers elsewhere. - Use `query/desktop-query.ts` and existing hooks for desktop access; avoid direct `window.piDesktop` calls. - Route mutable desktop actions through `app-shell/useDesktopActionHandlers.ts` and keep optimistic updates. - Reuse existing components/styles and use `features/feature-status.tsx` for mock or partial UI states."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/fahmiirsyadk/march",
"path": "src/app/AGENTS.md",
"ref": "dd0a60ece33c16761f24381dc764cc537f8d70e1",
"url": "https://github.com/fahmiirsyadk/march/blob/dd0a60ece33c16761f24381dc764cc537f8d70e1/src/app/AGENTS.md",
"key": "fahmiirsyadk/march/src/app/AGENTS.md"
}
},
"instructions": "- Keep app-wide orchestration in `app-shell`; avoid new global controllers elsewhere.\n- Use `query/desktop-query.ts` and existing hooks for desktop access; avoid direct `window.piDesktop` calls.\n- Route mutable desktop actions through `app-shell/useDesktopActionHandlers.ts` and keep optimistic updates.\n- Reuse existing components/styles and use `features/feature-status.tsx` for mock or partial UI states.",
"cost": {
"context_tokens": 101
}
}
Fetch it by URL: GET /api/v1/registry/fahmiirsyadk-march-app/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.