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.
{
"ocm": "1",
"id": "ncosentino-needlr-file-type-isolation-instructions",
"kind": "skill",
"name": "file-type-isolation",
"description": "File and type isolation",
"publisher": "ncosentino",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"File and type isolation"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ncosentino/needlr",
"path": ".github/instructions/genesis/file-type-isolation.instructions.md",
"ref": "0980bfd8893c741360ccc528bbc14ef98560463c",
"url": "https://github.com/ncosentino/needlr/blob/0980bfd8893c741360ccc528bbc14ef98560463c/.github/instructions/genesis/file-type-isolation.instructions.md",
"key": "ncosentino/needlr/.github/instructions/genesis/file-type-isolation.instructions.md"
},
"applies_to": "**/*.cs"
},
"instructions": "# File and type isolation\n\n- Every public or internal top-level type has its own file named exactly after the\n type. Do not co-locate an interface and implementation.\n- Private nested types are allowed only when they never escape the defining class.\n- Private external-response DTOs may stay inside one HTTP client; private row-mapping\n DTOs may stay inside one repository.\n- Small request/response records may share the Carter module that exclusively owns\n them.\n- If a type appears in a public/internal member signature or is reused elsewhere,\n extract it to its own file.",
"cost": {
"context_tokens": 144
}
}
Fetch it by URL: GET /api/v1/registry/ncosentino-needlr-file-type-isolation-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.