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.
effect-services - Skill - OpenSmartRoute
Skillv1.0.0
effect-services
Effect services and Layers for backend code—Context Tag, Layer composition, injecting SQL/clients and dependencies.
Imported from acoBOYZ/monrep (packages/agent-skills/skills/effect-services/SKILL.md). Install upstream with npx skills add acoBOYZ/monrep --skill effect-services. Copyright stays with the author.
Effect services & Layers (backend only)
Backend only (services/*, @core/*). Do not edit
packages/effect-solutions/upstream/.
Use Tags + Layers for injectable dependencies (SQL pools, Redis, clients)
instead of threading globals through every handler.
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.
acoboyz-monrep-effect-services.ocm.jsonjson
{
"ocm": "1",
"id": "acoboyz-monrep-effect-services",
"kind": "skill",
"name": "effect-services",
"description": "Effect services and Layers for backend code—Context Tag, Layer composition, injecting SQL/clients and dependencies. Use when wiring services, Layers, or when the user mentions effect-services, Context.Tag, or Layer. Backend only.",
"publisher": "acoBOYZ",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"data_analysis"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Effect services and Layers for backend code—Context Tag, Layer composition, injecting SQL/clients and dependencies. Use when wiring services, Layers, or when the user mentions effect-services, Context.Tag, or Layer. Backend only."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/acoBOYZ/monrep",
"path": "packages/agent-skills/skills/effect-services/SKILL.md",
"ref": "41758553ae101738710bd6a657065192a443a991",
"url": "https://github.com/acoBOYZ/monrep/blob/41758553ae101738710bd6a657065192a443a991/packages/agent-skills/skills/effect-services/SKILL.md",
"key": "acoBOYZ/monrep/packages/agent-skills/skills/effect-services/SKILL.md"
}
},
"instructions": "# Effect services & Layers (backend only)\n\n**Backend only** (`services/*`, `@core/*`). Do not edit\n`packages/effect-solutions/upstream/`.\n\nAfter load, read **one** doc:\n\n[`packages/effect-solutions/upstream/packages/website/docs/04-services-and-layers.md`](packages/effect-solutions/upstream/packages/website/docs/04-services-and-layers.md)\n\nUse Tags + Layers for injectable dependencies (SQL pools, Redis, clients)\ninstead of threading globals through every handler.",
"cost": {
"context_tokens": 116
}
}
Fetch it by URL: GET /api/v1/registry/acoboyz-monrep-effect-services/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.