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.
ts5 - Skill - OpenSmartRoute
Skillv1.0.0
ts5
TS5 namespace for Netsnek e.U. TypeScript full-stack starter kit. Monorepo template with shared types, CI/CD pipelines, and one-click deployment.
Imported from modbender/skill-library-mcp (data/ts5/SKILL.md). Install upstream with npx skills add modbender/skill-library-mcp --skill ts5. Copyright stays with the author.
The TS5 Approach
TS5 is the Netsnek e.U. full-stack TypeScript starter. One monorepo: shared types, frontend, backend, CI/CD, and deployment.
Monorepo Structure
packages/
shared/ # Types and utilities
web/ # Frontend (TSX)
api/ # Backend (TS3)
tools/ # Scripts and CI
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.
modbender-skill-library-mcp-ts5.ocm.jsonjson
{
"ocm": "1",
"id": "modbender-skill-library-mcp-ts5",
"kind": "skill",
"name": "ts5",
"description": "TS5 namespace for Netsnek e.U. TypeScript full-stack starter kit. Monorepo template with shared types, CI/CD pipelines, and one-click deployment.",
"publisher": "modbender",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"TS5 namespace for Netsnek e.U. TypeScript full-stack starter kit. Monorepo template with shared types, CI/CD pipelines, and one-click deployment."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/modbender/skill-library-mcp",
"path": "data/ts5/SKILL.md",
"ref": "5934c483768f9f8c792b8b7c0bb6f45a77df3edf",
"url": "https://github.com/modbender/skill-library-mcp/blob/5934c483768f9f8c792b8b7c0bb6f45a77df3edf/data/ts5/SKILL.md",
"key": "modbender/skill-library-mcp/data/ts5/SKILL.md"
}
},
"instructions": "# The TS5 Approach\r\n\r\nTS5 is the Netsnek e.U. full-stack TypeScript starter. One monorepo: shared types, frontend, backend, CI/CD, and deployment.\r\n\r\n## Monorepo Structure\r\n\r\n```\r\npackages/\r\n shared/ # Types and utilities\r\n web/ # Frontend (TSX)\r\n api/ # Backend (TS3)\r\ntools/ # Scripts and CI\r\n```\r\n\r\n## Commands\r\n\r\n| Argument | Purpose |\r\n|----------|---------|\r\n| `--init` | Bootstrap monorepo layout |\r\n| `--packages` | Manage or list workspace packages |\r\n| `--deploy` | Trigger one-click deployment |\r\n\r\n## From Zero to Deploy\r\n\r\n```bash\r\n# Create monorepo\r\n./scripts/mo",
"cost": {
"context_tokens": 184
}
}
Fetch it by URL: GET /api/v1/registry/modbender-skill-library-mcp-ts5/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.