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.
graft - Skill - OpenSmartRoute
Skillv1.0.0
graft
Query graft before grepping or reading source. Use the MCP tool `graft_find_code` to locate a symbol's definition, `graft_trace_calls` to see what calls it or what it calls, and `graft_find_all` for e
Imported from 6r1zzlyB/net-koth (.claude/skills/graft/SKILL.md). Install upstream with npx skills add 6r1zzlyB/net-koth --skill graft. Copyright stays with the author.
name: graft
description: Use for code-navigation questions in this repo: where a symbol is defined, what calls it, what a change would break. Query graft before grepping or reading source.
graft
Query graft before grepping or reading source. Use the MCP tool
graft_find_code to locate a symbol's definition, graft_trace_calls to see
what calls it or what it calls, and graft_find_all for exhaustive pattern
search. Fall back to plain grep/ripgrep only when graft has no match (the
index may be stale or the code unindexed) or when you already know the exact
file:line and just need to read it.
graft/ is the local graph cache. It is git-ignored and regenerable via
graft build — never edit or commit it.
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.
6r1zzlyb-net-koth-graft.ocm.jsonjson
{
"ocm": "1",
"id": "6r1zzlyb-net-koth-graft",
"kind": "skill",
"name": "graft",
"description": "Query graft before grepping or reading source. Use the MCP tool `graft_find_code` to locate a symbol's definition, `graft_trace_calls` to see what calls it or what it calls, and `graft_find_all` for exhaustive pattern search. Fall back to plain `grep`/`ripgrep` only when graft has no match (the index may be stale or the code unindexed) or when you already know the exact `file:line` and just need to read it.",
"publisher": "6r1zzlyB",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"data_analysis"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Query graft before grepping or reading source. Use the MCP tool `graft_find_code` to locate a symbol's definition, `graft_trace_calls` to see what calls it or what it calls, and `graft_find_all` for exhaustive pattern search. Fall back to plain `grep`/`ripgrep` only when graft has no match (the index may be stale or the code unindexed) or when you already know the exact `file:line` and just need to read it."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/6r1zzlyB/net-koth",
"path": ".claude/skills/graft/SKILL.md",
"ref": "a5fc74f3be76ffa26e36f17ebf4f0f759d530ebb",
"url": "https://github.com/6r1zzlyB/net-koth/blob/a5fc74f3be76ffa26e36f17ebf4f0f759d530ebb/.claude/skills/graft/SKILL.md",
"key": "6r1zzlyB/net-koth/.claude/skills/graft/SKILL.md"
}
},
"instructions": "---\nname: graft\ndescription: Use for code-navigation questions in this repo: where a symbol is defined, what calls it, what a change would break. Query graft before grepping or reading source.\n---\n\n# graft\n\nQuery graft before grepping or reading source. Use the MCP tool\n`graft_find_code` to locate a symbol's definition, `graft_trace_calls` to see\nwhat calls it or what it calls, and `graft_find_all` for exhaustive pattern\nsearch. Fall back to plain `grep`/`ripgrep` only when graft has no match (the\nindex may be stale or the code unindexed) or when you already know the exact\n`file:line` and just",
"cost": {
"context_tokens": 183
}
}
Fetch it by URL: GET /api/v1/registry/6r1zzlyb-net-koth-graft/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.