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.
live-implementer - Skill - OpenSmartRoute
Skillv1.0.0
live-implementer
Use when acting as the SciStudio live implementer persona for owner-directed live implementation sessions under the guided task kind.
Imported from jiazhenz026/SciStudio (.agents/skills/live-implementer/SKILL.md). Install upstream with npx skills add jiazhenz026/SciStudio --skill live-implementer. Copyright stays with the author.
SciStudio Live Implementer Skill
This skill is a hard pointer only. It does not define independent policy.
Before doing live implementer work, load and follow:
The live_implementer persona is not the ordinary implementer. Do not inherit the
ordinary implementer workflow by implication.
Do not continue as live implementer until the persona file and common rules are loaded.
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": "jiazhenz026-scistudio-live-implementer",
"kind": "skill",
"name": "live-implementer",
"description": "Use when acting as the SciStudio live implementer persona for owner-directed live implementation sessions under the guided task kind.",
"publisher": "jiazhenz026",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when acting as the SciStudio live implementer persona for owner-directed live implementation sessions under the guided task kind."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/jiazhenz026/SciStudio",
"path": ".agents/skills/live-implementer/SKILL.md",
"ref": "599659ddafb50c7321627e4b4239f999d37fb49f",
"url": "https://github.com/jiazhenz026/SciStudio/blob/599659ddafb50c7321627e4b4239f999d37fb49f/.agents/skills/live-implementer/SKILL.md",
"key": "jiazhenz026/SciStudio/.agents/skills/live-implementer/SKILL.md"
}
},
"instructions": "# SciStudio Live Implementer Skill\n\nThis skill is a hard pointer only. It does not define independent policy.\n\nBefore doing live implementer work, load and follow:\n\n- @AGENTS.md\n- @docs/ai-developer/rules.md\n- @docs/ai-developer/personas/live-implementer.md\n- @docs/ai-developer/specific_rules/guided-work.md\n- @docs/ai-developer/specific_rules/gated-workflow.md\n\nThe live_implementer persona is not the ordinary implementer. Do not inherit the\nordinary implementer workflow by implication.\nDo not continue as live implementer until the persona file and common rules are loaded.",
"cost": {
"context_tokens": 144
}
}
Fetch it by URL: GET /api/v1/registry/jiazhenz026-scistudio-live-implementer/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.