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.
gdc-sdk-front-ts - Skill - OpenSmartRoute
Skillv1.0.0
gdc-sdk-front-ts
Use red-green-refactor TDD for every behavior or flow change. Write and run the smallest executable contract test first; it must fail for the intended reason before implementation begins. Then impleme
Imported from Global-DataCare/gdc-sdk-front-ts (AGENTS.md). Install upstream with npx skills add Global-DataCare/gdc-sdk-front-ts. Copyright stays with the author.
AGENTS.md
Mandatory TDD
Use red-green-refactor TDD for every behavior or flow change. Write and run the
smallest executable contract test first; it must fail for the intended reason
before implementation begins. Then implement the minimum change and make
focused, integration and affected end-to-end tests green. Begin every new or
modified test suite with a flow-contract comment. Begin every Playwright or
other E2E file with the complete numbered journey and its authorization and
persistence invariants. Mocks may isolate units but never replace real boundary
proof. Never make a test green by accepting an incomplete terminal state.
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.
{
"ocm": "1",
"id": "global-datacare-gdc-sdk-front-ts-gdc-sdk-front-ts",
"kind": "skill",
"name": "gdc-sdk-front-ts",
"description": "Use red-green-refactor TDD for every behavior or flow change. Write and run the smallest executable contract test first; it must fail for the intended reason before implementation begins. Then implement the minimum change and make focused, integration and affected end-to-end tests green. Begin every new or modified test suite with a flow-contract comment. Begin every Playwright or other E2E file with the complete numbered journey and its authorization and persistence invariants. Mocks may isolate units but never replace real boundary proof. Never make a test green by accepting an incomplete terminal state.",
"publisher": "Global-DataCare",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"legal"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use red-green-refactor TDD for every behavior or flow change. Write and run the smallest executable contract test first; it must fail for the intended reason before implementation begins. Then implement the minimum change and make focused, integration and affected end-to-end tests green. Begin every new or modified test suite with a flow-contract comment. Begin every Playwright or other E2E file with the complete numbered journey and its authorization and persistence invariants. Mocks may isolate units but never replace real boundary proof. Never make a test green by accepting an incomplete terminal state."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Global-DataCare/gdc-sdk-front-ts",
"path": "AGENTS.md",
"ref": "562d9f06761ead634e8b4ba75537225026153833",
"url": "https://github.com/Global-DataCare/gdc-sdk-front-ts/blob/562d9f06761ead634e8b4ba75537225026153833/AGENTS.md",
"key": "Global-DataCare/gdc-sdk-front-ts/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Mandatory TDD\n\nUse red-green-refactor TDD for every behavior or flow change. Write and run the\nsmallest executable contract test first; it must fail for the intended reason\nbefore implementation begins. Then implement the minimum change and make\nfocused, integration and affected end-to-end tests green. Begin every new or\nmodified test suite with a flow-contract comment. Begin every Playwright or\nother E2E file with the complete numbered journey and its authorization and\npersistence invariants. Mocks may isolate units but never replace real boundary\nproof. Never make a test gree",
"cost": {
"context_tokens": 161
}
}
Fetch it by URL: GET /api/v1/registry/global-datacare-gdc-sdk-front-ts-gdc-sdk-front-ts/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.