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.
BIOME - Skill - OpenSmartRoute
Skillv1.0.0
BIOME
When the Copilot cloud agent edits any JavaScript, TypeScript, or JSON(-like) file, it must always run:
This command auto-fixes supported issues and displays any remaining errors.
The agent should review unresolved errors and, if needed, file them for further attention.
If the file is a configuration or script file, ensure formatting and linting are applied before committing.
Trust these instructions and do not search for alternative linting commands unless this fails.
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/savvy-web-github-biome-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.
savvy-web-github-biome-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "savvy-web-github-biome-instructions",
"kind": "skill",
"name": "BIOME",
"description": "When the Copilot cloud agent edits any JavaScript, TypeScript, or JSON(-like) file, it must always run:",
"publisher": "savvy-web",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When the Copilot cloud agent edits any JavaScript, TypeScript, or JSON(-like) file, it must always run:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/savvy-web/.github",
"path": ".github/instructions/BIOME.instructions.md",
"ref": "544056318152e4bd1d2f1c5d35a0f55b075560c4",
"url": "https://github.com/savvy-web/.github/blob/544056318152e4bd1d2f1c5d35a0f55b075560c4/.github/instructions/BIOME.instructions.md",
"key": "savvy-web/.github/.github/instructions/BIOME.instructions.md"
},
"applies_to": "**/*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
},
"instructions": "# Copilot Agent Linting Instructions for Biome\n\nWhen the Copilot cloud agent edits any JavaScript, TypeScript, or JSON(-like) file, it must always run:\n\n```bash\npnpm exec biome check --write --no-errors-on-unmatched <file>\n```\n\n- This command auto-fixes supported issues and displays any remaining errors.\n- The agent should review unresolved errors and, if needed, file them for further attention.\n- If the file is a configuration or script file, ensure formatting and linting are applied before committing.\n- Trust these instructions and do not search for alternative linting commands unless this f",
"cost": {
"context_tokens": 151
}
}
Fetch it by URL: GET /api/v1/registry/savvy-web-github-biome-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.