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.
Imported from chethanp11/Agentic_BA (.claude/skills/meta-continuous-improvement/SKILL.md). Install upstream with npx skills add chethanp11/Agentic_BA --skill meta-continuous-improvement. Copyright stays with the author.
Purpose
Improve the workflow without corrupting the active product iteration.
When to use
When repeated issues reveal workflow friction.
When the process itself needs revision.
When a workflow should stay generic across projects.
Do
Separate workflow improvement from product work.
Optimize for reuse.
Capture feedback loops explicitly.
Keep improvements small and practical.
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": "chethanp11-agentic-ba-meta-continuous-improvement",
"kind": "skill",
"name": "meta-continuous-improvement",
"description": "Evaluate the workflow itself, improve feedback loops, and keep the system reusable across projects.",
"publisher": "chethanp11",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Evaluate the workflow itself, improve feedback loops, and keep the system reusable across projects."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/chethanp11/Agentic_BA",
"path": ".claude/skills/meta-continuous-improvement/SKILL.md",
"ref": "b98210a434b1aa5e9c46a416e82672ddbd343166",
"url": "https://github.com/chethanp11/Agentic_BA/blob/b98210a434b1aa5e9c46a416e82672ddbd343166/.claude/skills/meta-continuous-improvement/SKILL.md",
"key": "chethanp11/Agentic_BA/.claude/skills/meta-continuous-improvement/SKILL.md"
}
},
"instructions": "## Purpose\nImprove the workflow without corrupting the active product iteration.\n\n## When to use\n- When repeated issues reveal workflow friction.\n- When the process itself needs revision.\n- When a workflow should stay generic across projects.\n\n## Do\n1. Separate workflow improvement from product work.\n2. Optimize for reuse.\n3. Capture feedback loops explicitly.\n4. Keep improvements small and practical.",
"cost": {
"context_tokens": 101
}
}
Fetch it by URL: GET /api/v1/registry/chethanp11-agentic-ba-meta-continuous-improvement/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.