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.
module-focus - Skill - OpenSmartRoute
Skillv1.0.0
module-focus
Use when creating or reviewing modules in the backend. Keep modules focused on a single concept or responsibility. Split modules that cover multiple separable concerns.
{
"ocm": "1",
"id": "nicoviii-full-house-module-focus-instructions",
"kind": "skill",
"name": "module-focus",
"description": "Use when creating or reviewing modules in the backend. Keep modules focused on a single concept or responsibility. Split modules that cover multiple separable concerns.",
"publisher": "NicoVIII",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when creating or reviewing modules in the backend. Keep modules focused on a single concept or responsibility. Split modules that cover multiple separable concerns."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/NicoVIII/full-house",
"path": ".github/instructions/backend/module-focus.instructions.md",
"ref": "889a0db3de48f6920ad918a95121bf793ac69b3f",
"url": "https://github.com/NicoVIII/full-house/blob/889a0db3de48f6920ad918a95121bf793ac69b3f/.github/instructions/backend/module-focus.instructions.md",
"key": "NicoVIII/full-house/.github/instructions/backend/module-focus.instructions.md"
},
"applies_to": "server/src/**/*.gleam"
},
"instructions": "# Backend Module Focus\n\n[Hard Rule] - enforcement\n\nOne module should represent one concept.\n\n## Split When\n\n- The module contains separable concepts or independently evolving types.\n- Consumers regularly use only part of the module.\n- The name needs \"and\" or vague terms like `utils`/`helpers`.\n\n## Keep Together When\n\n- Types/functions are tightly coupled as one concept.\n\n## Review Checklist\n\n1. Can the module be described without \"and\"?\n2. Do all exports belong to one concept?\n3. Would splitting reduce accidental coupling?",
"cost": {
"context_tokens": 132
}
}
Fetch it by URL: GET /api/v1/registry/nicoviii-full-house-module-focus-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.