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.
session-start - Skill - OpenSmartRoute
Skillv1.0.0
session-start
At session start, read the session baton (docs/session/baton.md) and orient: restate this session's goal and the single next task, then open any doc listed under "Read first" before starting work. Doe
Imported from NagareNegishi/NagareNegishi.github.io (.claude/skills/session-start/SKILL.md). Install upstream with npx skills add NagareNegishi/NagareNegishi.github.io --skill session-start. Copyright stays with the author.
Session Start
Orient from the baton the previous session left.
Steps
Read docs/session/baton.md. If it is missing, say so and offer to start fresh
(a session-end run creates it).
If Read first names a doc (not None), read that doc before anything else.
Restate to the user, in 2–3 lines: the Goal and the Next task.
Stop and confirm the next task with the user before acting — never auto-start it.
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": "nagarenegishi-nagarenegishi-github-io-session-start",
"kind": "skill",
"name": "session-start",
"description": "At session start, read the session baton (docs/session/baton.md) and orient: restate this session's goal and the single next task, then open any doc listed under \"Read first\" before starting work. Does not start the task automatically.",
"publisher": "NagareNegishi",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"At session start, read the session baton (docs/session/baton.md) and orient: restate this session's goal and the single next task, then open any doc listed under \"Read first\" before starting work. Does not start the task automatically."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/NagareNegishi/NagareNegishi.github.io",
"path": ".claude/skills/session-start/SKILL.md",
"ref": "3300ceee15a7c125dfaa7c3f3cc37faa969fec6f",
"url": "https://github.com/NagareNegishi/NagareNegishi.github.io/blob/3300ceee15a7c125dfaa7c3f3cc37faa969fec6f/.claude/skills/session-start/SKILL.md",
"key": "NagareNegishi/NagareNegishi.github.io/.claude/skills/session-start/SKILL.md"
}
},
"instructions": "# Session Start\n\nOrient from the baton the previous session left.\n\n## Steps\n\n1. Read `docs/session/baton.md`. If it is missing, say so and offer to start fresh\n (a `session-end` run creates it).\n2. If **Read first** names a doc (not `None`), read that doc before anything else.\n3. Restate to the user, in 2–3 lines: the **Goal** and the **Next task**.\n4. Stop and confirm the next task with the user before acting — never auto-start it.",
"cost": {
"context_tokens": 109
}
}
Fetch it by URL: GET /api/v1/registry/nagarenegishi-nagarenegishi-github-io-session-start/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.