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.
typescript - Skill - OpenSmartRoute
Skillv1.0.0
typescript
When working with TypeScript files in this project: - Use explicit return types on functions - Prefer `const` over `let` - Use type guards for narrowing
Instruction file imported from ekroon/opencode-copilot-instructions (.github/instructions/typescript.instructions.md). Copyright stays with the author.
TypeScript File Instructions
When working with TypeScript files in this project:
Use explicit return types on functions
Prefer const over let
Use type guards for narrowing
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/ekroon-opencode-copilot-instructions-typescript-instructions/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": "ekroon-opencode-copilot-instructions-typescript-instructions",
"kind": "skill",
"name": "typescript",
"description": "When working with TypeScript files in this project: - Use explicit return types on functions - Prefer `const` over `let` - Use type guards for narrowing",
"publisher": "ekroon",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When working with TypeScript files in this project: - Use explicit return types on functions - Prefer `const` over `let` - Use type guards for narrowing"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ekroon/opencode-copilot-instructions",
"path": ".github/instructions/typescript.instructions.md",
"ref": "f697944f1cfe320dd12aaef5b61577c9e3e723c9",
"url": "https://github.com/ekroon/opencode-copilot-instructions/blob/f697944f1cfe320dd12aaef5b61577c9e3e723c9/.github/instructions/typescript.instructions.md",
"key": "ekroon/opencode-copilot-instructions/.github/instructions/typescript.instructions.md"
},
"applies_to": "**/*.ts"
},
"instructions": "# TypeScript File Instructions\n\nWhen working with TypeScript files in this project:\n- Use explicit return types on functions\n- Prefer `const` over `let`\n- Use type guards for narrowing",
"cost": {
"context_tokens": 46
}
}
Fetch it by URL: GET /api/v1/registry/ekroon-opencode-copilot-instructions-typescript-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.