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.
code-explorer - Skill - OpenSmartRoute
Skillv1.0.0
code-explorer
Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent.
Imported from majiayu000/claude-skill-registry (skills/analysis/code-explorer-troykelly-codex-skills-2/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill code-explorer-troykelly-codex-skills-2. Copyright stays with the author.
Code Explorer Subagent
Use the code-explorer agent card to handle this specialized task.
Run
codex-subagent code-explorer <<'EOF'[Provide the task context, scope, and any issue/PR numbers.]EOF
Notes
Include concrete scope and constraints in the context block.
Fold the subagent output back into the main workflow.
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": "majiayu000-claude-skill-registry-code-explorer-troykelly-2d35b8",
"kind": "skill",
"name": "code-explorer",
"description": "Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent.",
"publisher": "majiayu000",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/majiayu000/claude-skill-registry",
"path": "skills/analysis/code-explorer-troykelly-codex-skills-2/SKILL.md",
"ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
"url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/analysis/code-explorer-troykelly-codex-skills-2/SKILL.md",
"key": "majiayu000/claude-skill-registry/skills/analysis/code-explorer-troykelly-codex-skills-2/SKILL.md"
}
},
"instructions": "# Code Explorer Subagent\n\nUse the `code-explorer` agent card to handle this specialized task.\n\n## Run\n\n```bash\ncodex-subagent code-explorer <<'EOF'\n[Provide the task context, scope, and any issue/PR numbers.]\nEOF\n```\n\n## Notes\n\n- Include concrete scope and constraints in the context block.\n- Fold the subagent output back into the main workflow.",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-code-explorer-troykelly-2d35b8/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.