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.
fallow - Skill - OpenSmartRoute
Skillv1.0.0
fallow
Optional codebase intelligence via Fallow MCP and CLI. Use for PR audit, dead code traces, duplication, health score, guard boundaries, or fallow commands.
Imported from wadehammes/filtermydiscogs (.cursor/skills/fallow/SKILL.md). Install upstream with npx skills add wadehammes/filtermydiscogs --skill fallow. Copyright stays with the author.
Fallow (this repo)
MCP:.cursor/mcp.json — use fallow namespace tools in agent sessions.
Config:.fallowrc.jsonc. CI dead-code gate stays pnpm knip:ci, not Fallow.
Full skill + CLI flags:node_modules/fallow/skills/fallow/SKILL.md after pnpm install — read before non-trivial analysis; resolve flags from fallow --help, not memory.
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.
wadehammes-filtermydiscogs-fallow.ocm.jsonjson
{
"ocm": "1",
"id": "wadehammes-filtermydiscogs-fallow",
"kind": "skill",
"name": "fallow",
"description": "Optional codebase intelligence via Fallow MCP and CLI. Use for PR audit, dead code traces, duplication, health score, guard boundaries, or fallow commands.",
"publisher": "wadehammes",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"observability"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Optional codebase intelligence via Fallow MCP and CLI. Use for PR audit, dead code traces, duplication, health score, guard boundaries, or fallow commands."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/wadehammes/filtermydiscogs",
"path": ".cursor/skills/fallow/SKILL.md",
"ref": "4ab9f8da872a96be146b1dd88a5869e060e1d33d",
"url": "https://github.com/wadehammes/filtermydiscogs/blob/4ab9f8da872a96be146b1dd88a5869e060e1d33d/.cursor/skills/fallow/SKILL.md",
"key": "wadehammes/filtermydiscogs/.cursor/skills/fallow/SKILL.md"
}
},
"instructions": "# Fallow (this repo)\n\n- **MCP:** [`.cursor/mcp.json`](../../.cursor/mcp.json) — use **`fallow`** namespace tools in agent sessions.\n- **Config:** [`.fallowrc.jsonc`](../../.fallowrc.jsonc). **CI dead-code gate** stays **`pnpm knip:ci`**, not Fallow.\n- **Task map:** [`AGENTS.md`](../../AGENTS.md) (also in session hooks).\n- **Full skill + CLI flags:** `node_modules/fallow/skills/fallow/SKILL.md` after **`pnpm install`** — read before non-trivial analysis; resolve flags from `fallow --help`, not memory.\n- **Refresh MCP after upgrade:** `pnpm exec fallow agent install --harness cursor --without ho",
"cost": {
"context_tokens": 179
}
}
Fetch it by URL: GET /api/v1/registry/wadehammes-filtermydiscogs-fallow/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.