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.
frontend - Skill - OpenSmartRoute
Skillv1.0.0
frontend
Follow root `AGENTS.md`, `src/Frontend/Blazor/AGENTS.md`, and `docs/design/VPP-PULSE-BLAZOR-UI-RENOVATION-PLAN.md`. Use `.agents/skills/gtas-vpp-ui-system/` for UI work. Keep route business state sepa
Instruction file imported from Miikey24s/gtas_vpp (.github/instructions/frontend.instructions.md). Copyright stays with the author.
Follow root AGENTS.md, src/Frontend/Blazor/AGENTS.md, and docs/design/VPP-PULSE-BLAZOR-UI-RENOVATION-PLAN.md. Use .agents/skills/gtas-vpp-ui-system/ for UI work. Keep route business state separate from reusable layout patterns, query Radzen by exact component/API, and validate the real authenticated Blazor route.
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/miikey24s-gtas-vpp-frontend-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": "miikey24s-gtas-vpp-frontend-instructions",
"kind": "skill",
"name": "frontend",
"description": "Follow root `AGENTS.md`, `src/Frontend/Blazor/AGENTS.md`, and `docs/design/VPP-PULSE-BLAZOR-UI-RENOVATION-PLAN.md`. Use `.agents/skills/gtas-vpp-ui-system/` for UI work. Keep route business state separate from reusable layout patterns, query Radzen by exact component/API, and validate the real authenticated Blazor route.",
"publisher": "Miikey24s",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"data_analysis"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Follow root `AGENTS.md`, `src/Frontend/Blazor/AGENTS.md`, and `docs/design/VPP-PULSE-BLAZOR-UI-RENOVATION-PLAN.md`. Use `.agents/skills/gtas-vpp-ui-system/` for UI work. Keep route business state separate from reusable layout patterns, query Radzen by exact component/API, and validate the real authenticated Blazor route."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Miikey24s/gtas_vpp",
"path": ".github/instructions/frontend.instructions.md",
"ref": "30c3e950b5a7bfb2573c4e6c68f713e74eb56c59",
"url": "https://github.com/Miikey24s/gtas_vpp/blob/30c3e950b5a7bfb2573c4e6c68f713e74eb56c59/.github/instructions/frontend.instructions.md",
"key": "Miikey24s/gtas_vpp/.github/instructions/frontend.instructions.md"
},
"applies_to": "src/Frontend/Blazor/**"
},
"instructions": "Follow root `AGENTS.md`, `src/Frontend/Blazor/AGENTS.md`, and `docs/design/VPP-PULSE-BLAZOR-UI-RENOVATION-PLAN.md`. Use `.agents/skills/gtas-vpp-ui-system/` for UI work. Keep route business state separate from reusable layout patterns, query Radzen by exact component/API, and validate the real authenticated Blazor route.",
"cost": {
"context_tokens": 80
}
}
Fetch it by URL: GET /api/v1/registry/miikey24s-gtas-vpp-frontend-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.