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.
astro-only - Skill - OpenSmartRoute
Skillv1.0.0
astro-only
Use when working on frontend, styling, templates, layouts, panel UI, login views, dashboard views, or other visual layers in this repository. Enforces Astro-first development with selective React isla
Instruction file imported from Webisko/natalia-potocka (.github/instructions/astro-only.instructions.md). Copyright stays with the author.
Astro-First Frontend Policy
Implement active UI work in the Astro app.
New public pages, product templates, landing pages, auth views, dashboard views, and admin views should be built in src/.
React islands are allowed when they are the most pragmatic way to keep or migrate interactive behavior.
Direct dependency on frontend/ should be avoided.
If React must remain active, keep it inside an Astro-owned location in src/, preferably src/components/panel/, rather than in the archived app workspace.
Do not add new product features to frontend/.
When migrating old UI, prefer moving behavior into Astro-native components step by step.
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/webisko-natalia-potocka-astro-only-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": "webisko-natalia-potocka-astro-only-instructions",
"kind": "skill",
"name": "astro-only",
"description": "Use when working on frontend, styling, templates, layouts, panel UI, login views, dashboard views, or other visual layers in this repository. Enforces Astro-first development with selective React islands allowed.",
"publisher": "Webisko",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when working on frontend, styling, templates, layouts, panel UI, login views, dashboard views, or other visual layers in this repository. Enforces Astro-first development with selective React islands allowed."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Webisko/natalia-potocka",
"path": ".github/instructions/astro-only.instructions.md",
"ref": "a355aa1f928f6849d881839a5505122b5a17648f",
"url": "https://github.com/Webisko/natalia-potocka/blob/a355aa1f928f6849d881839a5505122b5a17648f/.github/instructions/astro-only.instructions.md",
"key": "Webisko/natalia-potocka/.github/instructions/astro-only.instructions.md"
},
"applies_to": "src/**/*,public/**/*,astro.config.mjs,tailwind.config.mjs,README.md"
},
"instructions": "# Astro-First Frontend Policy\n\n- Implement active UI work in the Astro app.\n- New public pages, product templates, landing pages, auth views, dashboard views, and admin views should be built in `src/`.\n- React islands are allowed when they are the most pragmatic way to keep or migrate interactive behavior.\n- Direct dependency on `frontend/` should be avoided.\n- If React must remain active, keep it inside an Astro-owned location in `src/`, preferably `src/components/panel/`, rather than in the archived app workspace.\n- Do not add new product features to `frontend/`.\n- When migrating old UI, pre",
"cost": {
"context_tokens": 165
}
}
Fetch it by URL: GET /api/v1/registry/webisko-natalia-potocka-astro-only-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.