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.
forge-rename - Skill - OpenSmartRoute
Skillv1.0.0
forge-rename
Preview or apply a coordinated repository rename. Trigger: /contextforge:forge-rename [request]
Imported from Yabuku-xD/contextforge (skills/forge-rename/SKILL.md). Install upstream with npx skills add Yabuku-xD/contextforge --skill forge-rename. Copyright stays with the author.
Forge Rename
Use ContextForge for repo-aware rename work.
Instructions
Treat the text after the command as the rename request.
If the current name or new name is missing, ask one concise follow-up question.
Call forge_start when useful.
Call forge_rename, preferring dry-run first unless the user explicitly asks to apply it now.
Present the impacted files and symbols before applying changes.
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.
yabuku-xd-contextforge-forge-rename.ocm.jsonjson
{
"ocm": "1",
"id": "yabuku-xd-contextforge-forge-rename",
"kind": "skill",
"name": "forge-rename",
"description": "Preview or apply a coordinated repository rename. Trigger: /contextforge:forge-rename [request]",
"publisher": "Yabuku-xD",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Preview or apply a coordinated repository rename. Trigger: /contextforge:forge-rename [request]"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Yabuku-xD/contextforge",
"path": "skills/forge-rename/SKILL.md",
"ref": "eddf27a2632cbf72b36b33424e44de65bee7e8c0",
"url": "https://github.com/Yabuku-xD/contextforge/blob/eddf27a2632cbf72b36b33424e44de65bee7e8c0/skills/forge-rename/SKILL.md",
"key": "Yabuku-xD/contextforge/skills/forge-rename/SKILL.md"
}
},
"instructions": "# Forge Rename\n\nUse ContextForge for repo-aware rename work.\n\n## Instructions\n\n1. Treat the text after the command as the rename request.\n2. If the current name or new name is missing, ask one concise follow-up question.\n3. Call `forge_start` when useful.\n4. Call `forge_rename`, preferring dry-run first unless the user explicitly asks to apply it now.\n5. Present the impacted files and symbols before applying changes.",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/yabuku-xd-contextforge-forge-rename/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.