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.
query-core-not-adapter - Skill - OpenSmartRoute
Skillv1.0.0
query-core-not-adapter
Shared behavior belongs in query.ts so MCP and browse inherit it. Adapter-only heuristics are a smell.
{
"ocm": "1",
"id": "tikoci-rosetta-query-core-not-adapter-instructions",
"kind": "skill",
"name": "query-core-not-adapter",
"description": "Shared behavior belongs in query.ts so MCP and browse inherit it. Adapter-only heuristics are a smell.",
"publisher": "tikoci",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Shared behavior belongs in query.ts so MCP and browse inherit it. Adapter-only heuristics are a smell."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/tikoci/rosetta",
"path": ".github/instructions/query-core-not-adapter.instructions.md",
"ref": "c6177da2e6d274fc7a31f679e1e8fa681c25a6c3",
"url": "https://github.com/tikoci/rosetta/blob/c6177da2e6d274fc7a31f679e1e8fa681c25a6c3/.github/instructions/query-core-not-adapter.instructions.md",
"key": "tikoci/rosetta/.github/instructions/query-core-not-adapter.instructions.md"
},
"applies_to": "src/query.ts, src/mcp.ts, src/browse.ts, src/search.ts, src/classify.ts"
},
"instructions": "# Query core, not adapter\n\nDefault to landing behavior in shared query logic.\n\n- If a heuristic can help both MCP and browse, put it in `src/query.ts` (or a shared pure helper), not only in `mcp.ts` or `browse.ts`.\n- Treat MCP-only or TUI-only heuristics as a smell unless the surface truly has unique needs.\n- Keep adapters thin: formatting, transport wiring, and UI affordances belong there; retrieval logic usually does not.",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/tikoci-rosetta-query-core-not-adapter-instructions/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.