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.
personal-agent-home - Skill - OpenSmartRoute
Skillv1.0.0
personal-agent-home
Use to edit the user's personal coding agent home configuration, especially AGENTS.md rules and skills, for Codex, OpenCode, Claude Code.
Imported from Stream29/PersonalSkills (skills/personal-agent-home/SKILL.md). Install upstream with npx skills add Stream29/PersonalSkills --skill personal-agent-home. Copyright stays with the author.
Personal Agent Home
Share rules and skills through symbolic links, not copies, using ~/.agents as the shared local home.
Link repository-managed rules and skills into ~/.agents; store machine-local shared skills directly under ~/.agents/skills.
Link each agent's rules and whole skills directory back to the shared home; discover agent-specific paths when needed.
assets/AGENTS.md is the canonical global rules source; read it when editing rules.
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": "stream29-personalskills-personal-agent-home",
"kind": "skill",
"name": "personal-agent-home",
"description": "Use to edit the user's personal coding agent home configuration, especially AGENTS.md rules and skills, for Codex, OpenCode, Claude Code.",
"publisher": "Stream29",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use to edit the user's personal coding agent home configuration, especially AGENTS.md rules and skills, for Codex, OpenCode, Claude Code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Stream29/PersonalSkills",
"path": "skills/personal-agent-home/SKILL.md",
"ref": "3dc6bebd2f1163bd54c3c833f0760ffdbfe9a705",
"url": "https://github.com/Stream29/PersonalSkills/blob/3dc6bebd2f1163bd54c3c833f0760ffdbfe9a705/skills/personal-agent-home/SKILL.md",
"key": "Stream29/PersonalSkills/skills/personal-agent-home/SKILL.md"
}
},
"instructions": "# Personal Agent Home\n\n- Share rules and skills through symbolic links, not copies, using `~/.agents` as the shared local home.\n- Link repository-managed rules and skills into `~/.agents`; store machine-local shared skills directly under `~/.agents/skills`.\n- Link each agent's rules and whole skills directory back to the shared home; discover agent-specific paths when needed.\n- [assets/AGENTS.md](assets/AGENTS.md) is the canonical global rules source; read it when editing rules.",
"cost": {
"context_tokens": 120
}
}
Fetch it by URL: GET /api/v1/registry/stream29-personalskills-personal-agent-home/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.