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.
react-doctor - Skill - OpenSmartRoute
Skillv1.0.0
react-doctor
The adjacent `SKILL.md` is a project overlay for the shared user-scoped workflow. Keep commands and procedural detail in that shared skill; do not add a second run-after-every-edit rule here.
Imported from saldanaj97/atlaris (.agents/skills/react-doctor/AGENTS.md). Install upstream with npx skills add saldanaj97/atlaris --skill react-doctor. Copyright stays with the author.
React Doctor skill maintenance
The adjacent SKILL.md is a project overlay for the shared user-scoped workflow. Keep commands and procedural detail in that shared skill; do not add a second run-after-every-edit rule here.
Follow the repository root AGENTS.md, ENGINEERING_RULES.md, and .cursor/rules/selective-verification.mdc. Validate skill structure and references when changing this overlay; editing instructions alone does not require a React application scan.
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.
saldanaj97-atlaris-react-doctor.ocm.jsonjson
{
"ocm": "1",
"id": "saldanaj97-atlaris-react-doctor",
"kind": "skill",
"name": "react-doctor",
"description": "The adjacent `SKILL.md` is a project overlay for the shared user-scoped workflow. Keep commands and procedural detail in that shared skill; do not add a second run-after-every-edit rule here.",
"publisher": "saldanaj97",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The adjacent `SKILL.md` is a project overlay for the shared user-scoped workflow. Keep commands and procedural detail in that shared skill; do not add a second run-after-every-edit rule here."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/saldanaj97/atlaris",
"path": ".agents/skills/react-doctor/AGENTS.md",
"ref": "69b4c3759da2189965e128581a73e4259e82b936",
"url": "https://github.com/saldanaj97/atlaris/blob/69b4c3759da2189965e128581a73e4259e82b936/.agents/skills/react-doctor/AGENTS.md",
"key": "saldanaj97/atlaris/.agents/skills/react-doctor/AGENTS.md"
}
},
"instructions": "# React Doctor skill maintenance\n\nThe adjacent `SKILL.md` is a project overlay for the shared user-scoped workflow. Keep commands and procedural detail in that shared skill; do not add a second run-after-every-edit rule here.\n\nFollow the repository root `AGENTS.md`, `ENGINEERING_RULES.md`, and `.cursor/rules/selective-verification.mdc`. Validate skill structure and references when changing this overlay; editing instructions alone does not require a React application scan.",
"cost": {
"context_tokens": 119
}
}
Fetch it by URL: GET /api/v1/registry/saldanaj97-atlaris-react-doctor/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.