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.
shea-backlog - Skill - OpenSmartRoute
Skillv1.0.0
shea-backlog
Capture and organize bounded Shea Symphony Backlog memory, deduplicate or review stale seeds, and route operator-selected candidates to Issue Forge without promoting or executing them. Use when an ope
Imported from Alive24/shea-symphony (.claude/skills/shea-backlog/SKILL.md). Install upstream with npx skills add Alive24/shea-symphony --skill shea-backlog. Copyright stays with the author.
Shea Backlog (Claude Code entry point)
This repository keeps one authoritative body for every operational Skill under
.agents/skills/, shared by all supported harnesses. This file only makes that
body discoverable from Claude Code; it adds no policy, permission, lane
authority or step of its own.
Read .agents/skills/shea-backlog/SKILL.md (relative to the repository root) now and
follow it verbatim, including every reference it resolves. Use
docs/README.md to route to the narrowest authoritative repository context.
If this file and the .agents/ body ever disagree, the .agents/ body wins;
report the divergence instead of reconciling it here.
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.
alive24-shea-symphony-shea-backlog.ocm.jsonjson
{
"ocm": "1",
"id": "alive24-shea-symphony-shea-backlog",
"kind": "skill",
"name": "shea-backlog",
"description": "Capture and organize bounded Shea Symphony Backlog memory, deduplicate or review stale seeds, and route operator-selected candidates to Issue Forge without promoting or executing them. Use when an operator wants to remember future work, add a Backlog seed, or organize, prune, or reconsider existing Backlog items.",
"publisher": "Alive24",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Capture and organize bounded Shea Symphony Backlog memory, deduplicate or review stale seeds, and route operator-selected candidates to Issue Forge without promoting or executing them. Use when an operator wants to remember future work, add a Backlog seed, or organize, prune, or reconsider existing Backlog items."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Alive24/shea-symphony",
"path": ".claude/skills/shea-backlog/SKILL.md",
"ref": "f2a547d5a6fd2c936c08f2d2c6cf8ede3ff93150",
"url": "https://github.com/Alive24/shea-symphony/blob/f2a547d5a6fd2c936c08f2d2c6cf8ede3ff93150/.claude/skills/shea-backlog/SKILL.md",
"key": "Alive24/shea-symphony/.claude/skills/shea-backlog/SKILL.md"
}
},
"instructions": "# Shea Backlog (Claude Code entry point)\n\nThis repository keeps one authoritative body for every operational Skill under\n`.agents/skills/`, shared by all supported harnesses. This file only makes that\nbody discoverable from Claude Code; it adds no policy, permission, lane\nauthority or step of its own.\n\nRead `.agents/skills/shea-backlog/SKILL.md` (relative to the repository root) now and\nfollow it verbatim, including every reference it resolves. Use\n`docs/README.md` to route to the narrowest authoritative repository context.\n\nIf this file and the `.agents/` body ever disagree, the `.agents/` bo",
"cost": {
"context_tokens": 165
}
}
Fetch it by URL: GET /api/v1/registry/alive24-shea-symphony-shea-backlog/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.