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.
vitest - Skill - OpenSmartRoute
Skillv1.0.0
vitest
Minimal Vitest guardrails; delegate detailed guidance to the vitest skill
Instruction file imported from ngx-vest-forms/ngx-vest-forms (.github/instructions/vitest.instructions.md). Copyright stays with the author.
Vitest testing instructions (minimal)
Use a dedicated Vitest skill if one is installed in the active agent client. This repository currently keeps only the minimal Vitest guardrails in this file.
Non-negotiables for this repository:
Write tests in TypeScript and test user-visible behavior (not internals).
Do not invent APIs or features that do not exist.
Prefer fakes for app-owned services; mock hard boundaries only.
For Angular async behavior, await TestBed.inject(ApplicationRef).whenStable() after triggering effects/signals.
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/ngx-vest-forms-ngx-vest-forms-vitest-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": "ngx-vest-forms-ngx-vest-forms-vitest-instructions",
"kind": "skill",
"name": "vitest",
"description": "Minimal Vitest guardrails; delegate detailed guidance to the vitest skill",
"publisher": "ngx-vest-forms",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Minimal Vitest guardrails; delegate detailed guidance to the vitest skill"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ngx-vest-forms/ngx-vest-forms",
"path": ".github/instructions/vitest.instructions.md",
"ref": "8b13b829eeec436cd3cdcedfa369a093dee39f35",
"url": "https://github.com/ngx-vest-forms/ngx-vest-forms/blob/8b13b829eeec436cd3cdcedfa369a093dee39f35/.github/instructions/vitest.instructions.md",
"key": "ngx-vest-forms/ngx-vest-forms/.github/instructions/vitest.instructions.md"
},
"applies_to": "projects/**/*.{spec,test}.{ts,tsx,js,jsx}, tests/**/*.{spec,test}.{ts,tsx,js,jsx}"
},
"instructions": "# Vitest testing instructions (minimal)\n\nUse a dedicated Vitest skill if one is installed in the active agent client. This repository currently keeps only the minimal Vitest guardrails in this file.\n\nNon-negotiables for this repository:\n\n- Write tests in TypeScript and test user-visible behavior (not internals).\n- Do not invent APIs or features that do not exist.\n- Prefer fakes for app-owned services; mock hard boundaries only.\n- For Angular async behavior, await `TestBed.inject(ApplicationRef).whenStable()` after triggering effects/signals.",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/ngx-vest-forms-ngx-vest-forms-vitest-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.