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.
Use when a task spans both backend and frontend in Sprintly (route/DTO/response contract changes). Enforces strict cross-stack compatibility between Rust API and public UI.
Keep error compatibility strict: backend errors must continue to come from ApiError and remain parseable by frontend flows.
Do not merge changes that leave backend and frontend out of sync.
For Now We Only work with the backend/api. (DO NOT GENERATE FRONTEND CODE YET UNTIL I ASK YOU TO DO SO)
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": "kavinda-100-sprintly-sprintly-api-instructions",
"kind": "skill",
"name": "Sprintly Cross-Stack Integration Rules",
"description": "Use when a task spans both backend and frontend in Sprintly (route/DTO/response contract changes). Enforces strict cross-stack compatibility between Rust API and public UI.",
"publisher": "kavinda-100",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"legal"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when a task spans both backend and frontend in Sprintly (route/DTO/response contract changes). Enforces strict cross-stack compatibility between Rust API and public UI."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/kavinda-100/Sprintly",
"path": ".github/instructions/sprintly-api.instructions.md",
"ref": "3b28900d96ac64f315fbe8587ba51ee23b05e350",
"url": "https://github.com/kavinda-100/Sprintly/blob/3b28900d96ac64f315fbe8587ba51ee23b05e350/.github/instructions/sprintly-api.instructions.md",
"key": "kavinda-100/Sprintly/.github/instructions/sprintly-api.instructions.md"
}
},
"instructions": "# Sprintly Cross-Stack Integration Rules\n\n- Treat every rule in this file as a strict requirement, not a suggestion.\n- If backend DTOs/routes/response fields change, update frontend API usage in `public/` within the same task.\n- If frontend behavior requires contract changes, update controllers/routes/DTOs in the same task.\n- Keep response compatibility strict: frontend must consume `ApiResponse<T>` shape (`success`, `status_code`, `message`, `data`).\n- Keep error compatibility strict: backend errors must continue to come from `ApiError` and remain parseable by frontend flows.\n- Do not merge c",
"cost": {
"context_tokens": 189
}
}
Fetch it by URL: GET /api/v1/registry/kavinda-100-sprintly-sprintly-api-instructions/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.