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.
psm - Skill - OpenSmartRoute
Skillv1.0.0
psm
Project Session Manager - isolated dev environments with git worktrees and tmux
Imported from realsigridjin/oh-my-codex (skills/psm/SKILL.md). Install upstream with npx skills add realsigridjin/oh-my-codex --skill psm. Copyright stays with the author.
PSM (Project Session Manager Alias)
PSM is a shorthand alias for /oh-my-codex:project-session-manager.
Usage
/oh-my-codex:psm <arguments>
Behavior
This skill is identical to /oh-my-codex:project-session-manager. Invoke the Project Session Manager skill with the same arguments.
Follow the Project Session Manager skill's full documentation for worktree management, tmux session handling, and template usage.
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.
realsigridjin-oh-my-codex-psm.ocm.jsonjson
{
"ocm": "1",
"id": "realsigridjin-oh-my-codex-psm",
"kind": "skill",
"name": "psm",
"description": "Project Session Manager - isolated dev environments with git worktrees and tmux",
"publisher": "realsigridjin",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Project Session Manager - isolated dev environments with git worktrees and tmux"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/realsigridjin/oh-my-codex",
"path": "skills/psm/SKILL.md",
"ref": "cce1fda696a1b2fe1680a2faf69bae4c4077c821",
"url": "https://github.com/realsigridjin/oh-my-codex/blob/cce1fda696a1b2fe1680a2faf69bae4c4077c821/skills/psm/SKILL.md",
"key": "realsigridjin/oh-my-codex/skills/psm/SKILL.md"
}
},
"instructions": "# PSM (Project Session Manager Alias)\n\nPSM is a shorthand alias for `/oh-my-codex:project-session-manager`.\n\n## Usage\n\n```\n/oh-my-codex:psm <arguments>\n```\n\n## Behavior\n\nThis skill is identical to `/oh-my-codex:project-session-manager`. Invoke the Project Session Manager skill with the same arguments.\n\nFollow the Project Session Manager skill's full documentation for worktree management, tmux session handling, and template usage.",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/realsigridjin-oh-my-codex-psm/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.