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.
.agents - Skill - OpenSmartRoute
Skillv1.0.0
.agents
Read this first. Keep this file short - it's loaded every session. Detail lives in linked files; open them only when the situation actually applies.
Imported from jesperronn/dotfiles (link-dir/.agents/AGENTS.md). Install upstream with npx skills add jesperronn/dotfiles --skill .agents. Copyright stays with the author.
Agent Instructions (Always-On)
Read this first. Keep this file short - it's loaded every session. Detail
lives in linked files; open them only when the situation actually applies.
Memory Bank
-> ~/.agents/notes/memory-bank.md
Gotchas index
Terminal background jobs die unexpectedly across tool calls ->
~/.agents/notes/terminal-background-jobs.md
git diff/log/show can hang or garble output via the pager -> always
use GIT_PAGER=cat git ... or git --no-pager ... ->
~/.agents/notes/git-pager.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.
jesperronn-dotfiles-agents.ocm.jsonjson
{
"ocm": "1",
"id": "jesperronn-dotfiles-agents",
"kind": "skill",
"name": ".agents",
"description": "Read this first. Keep this file short - it's loaded every session. Detail lives in linked files; open them only when the situation actually applies.",
"publisher": "jesperronn",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read this first. Keep this file short - it's loaded every session. Detail lives in linked files; open them only when the situation actually applies."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jesperronn/dotfiles",
"path": "link-dir/.agents/AGENTS.md",
"ref": "376d97f520e8bc7610b5b2a677b4a51003e194c5",
"url": "https://github.com/jesperronn/dotfiles/blob/376d97f520e8bc7610b5b2a677b4a51003e194c5/link-dir/.agents/AGENTS.md",
"key": "jesperronn/dotfiles/link-dir/.agents/AGENTS.md"
}
},
"instructions": "# Agent Instructions (Always-On)\n\nRead this first. Keep this file short - it's loaded every session. Detail\nlives in linked files; open them only when the situation actually applies.\n\n## Memory Bank\n\n-> `~/.agents/notes/memory-bank.md`\n\n## Gotchas index\n\n- Terminal background jobs die unexpectedly across tool calls ->\n `~/.agents/notes/terminal-background-jobs.md`\n- `git diff`/`log`/`show` can hang or garble output via the pager -> always\n use `GIT_PAGER=cat git ...` or `git --no-pager ...` ->\n `~/.agents/notes/git-pager.md`",
"cost": {
"context_tokens": 133
}
}
Fetch it by URL: GET /api/v1/registry/jesperronn-dotfiles-agents/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.