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.
jkvithanage-portfolio - Skill - OpenSmartRoute
Skillv1.0.0
jkvithanage-portfolio
Implement each GitHub issue on an `implement/issue-<number>` branch based on `master`. Commit the work on that branch and create a pull request against `master` for the user to review and merge.
Imported from jkvithanage/jkvithanage-portfolio (AGENTS.md). Install upstream with npx skills add jkvithanage/jkvithanage-portfolio. Copyright stays with the author.
Agent skills
Implementation branches
Implement each GitHub issue on an implement/issue-<number> branch based on
master. Commit the work on that branch and create a pull request against
master for the user to review and merge.
Issue tracker
Specs and tickets live in GitHub Issues. Before tracker operations, read
docs/agents/issue-tracker.md.
Triage labels
Use the five canonical triage labels. Before triaging or labeling issues,
read docs/agents/triage-labels.md.
Domain docs
This repository uses a root CONTEXT.md and docs/adr/.
Before exploring domain concepts or architectural decisions, read
docs/agents/domain.md.
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": "jkvithanage-jkvithanage-portfolio-jkvithanage-portfolio",
"kind": "skill",
"name": "jkvithanage-portfolio",
"description": "Implement each GitHub issue on an `implement/issue-<number>` branch based on `master`. Commit the work on that branch and create a pull request against `master` for the user to review and merge.",
"publisher": "jkvithanage",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"finance"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implement each GitHub issue on an `implement/issue-<number>` branch based on `master`. Commit the work on that branch and create a pull request against `master` for the user to review and merge."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jkvithanage/jkvithanage-portfolio",
"path": "AGENTS.md",
"ref": "dceac0b9266a983c1000858ebd81a4952a0d5188",
"url": "https://github.com/jkvithanage/jkvithanage-portfolio/blob/dceac0b9266a983c1000858ebd81a4952a0d5188/AGENTS.md",
"key": "jkvithanage/jkvithanage-portfolio/AGENTS.md"
}
},
"instructions": "## Agent skills\n\n### Implementation branches\n\nImplement each GitHub issue on an `implement/issue-<number>` branch based on\n`master`. Commit the work on that branch and create a pull request against\n`master` for the user to review and merge.\n\n### Issue tracker\n\nSpecs and tickets live in GitHub Issues. Before tracker operations, read\ndocs/agents/issue-tracker.md.\n\n### Triage labels\n\nUse the five canonical triage labels. Before triaging or labeling issues,\nread docs/agents/triage-labels.md.\n\n### Domain docs\n\nThis repository uses a root CONTEXT.md and docs/adr/.\nBefore exploring domain concepts or",
"cost": {
"context_tokens": 163
}
}
Fetch it by URL: GET /api/v1/registry/jkvithanage-jkvithanage-portfolio-jkvithanage-portfolio/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.