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.
providers - Skill - OpenSmartRoute
Skillv1.0.0
providers
Adding or changing a provider backend (build / storage / credentials / submit / compute).
Instruction file imported from YosefHayim/launch-store (.cursor/rules/providers.mdc). Copyright stays with the author.
Adding a backend = implement one of the five interfaces from src/core/types/providers.ts as a named object and register it in src/providers/index.ts, which wires into src/core/services/registry.ts.
The pipeline resolves a provider by its name (the value users put in launch.config.ts), so you never edit src/core/build/pipeline.ts to add a backend.
Lazy-load heavy / optional SDKs (AWS, the native keyring) through requireOptional in src/core/services/optionalDep.ts, so a missing package becomes an actionable install hint instead of a stack trace.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/yosefhayim-launch-store-providers-rule/manifest # or paste the manifest below
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": "yosefhayim-launch-store-providers-rule",
"kind": "skill",
"name": "providers",
"description": "Adding or changing a provider backend (build / storage / credentials / submit / compute).",
"publisher": "YosefHayim",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Adding or changing a provider backend (build / storage / credentials / submit / compute)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/YosefHayim/launch-store",
"path": ".cursor/rules/providers.mdc",
"ref": "9abc774c7d8280ea20cb4f546bd44b0684148fb6",
"url": "https://github.com/YosefHayim/launch-store/blob/9abc774c7d8280ea20cb4f546bd44b0684148fb6/.cursor/rules/providers.mdc",
"key": "YosefHayim/launch-store/.cursor/rules/providers.mdc"
},
"applies_to": "src/providers/**"
},
"instructions": "Adding a backend = implement one of the five interfaces from `src/core/types/providers.ts` as a named object and register it in `src/providers/index.ts`, which wires into `src/core/services/registry.ts`.\n\n- The pipeline resolves a provider by its `name` (the value users put in `launch.config.ts`), so you **never** edit `src/core/build/pipeline.ts` to add a backend.\n- Lazy-load heavy / optional SDKs (AWS, the native keyring) through `requireOptional` in `src/core/services/optionalDep.ts`, so a missing package becomes an actionable install hint instead of a stack trace.",
"cost": {
"context_tokens": 143
}
}
Fetch it by URL: GET /api/v1/registry/yosefhayim-launch-store-providers-rule/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.