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
The frontend uses vue-shadcn for ui components with tailwindcss for styling. Icons are imported from lucide-vue-next as components (always use the ...Icon component for better clarity). Use pnpm as pa
The frontend uses vue-shadcn for ui components with tailwindcss for styling.
Icons are imported from lucide-vue-next as components (always use the ...Icon component for better clarity).
Use pnpm as package manager.
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/blaxzter-fastapi-vue-fullstack-template-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": "blaxzter-fastapi-vue-fullstack-template-frontend-instructions",
"kind": "skill",
"name": "frontend",
"description": "The frontend uses vue-shadcn for ui components with tailwindcss for styling. Icons are imported from lucide-vue-next as components (always use the ...Icon component for better clarity). Use pnpm as package manager.",
"publisher": "Blaxzter",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The frontend uses vue-shadcn for ui components with tailwindcss for styling. Icons are imported from lucide-vue-next as components (always use the ...Icon component for better clarity). Use pnpm as package manager."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Blaxzter/fastapi-vue-fullstack-template",
"path": ".github/instructions/frontend.instructions.md",
"ref": "13f993b20e33c756e939dd5fcae53fbf09e431a1",
"url": "https://github.com/Blaxzter/fastapi-vue-fullstack-template/blob/13f993b20e33c756e939dd5fcae53fbf09e431a1/.github/instructions/frontend.instructions.md",
"key": "Blaxzter/fastapi-vue-fullstack-template/.github/instructions/frontend.instructions.md"
},
"applies_to": "frontend/**"
},
"instructions": "# Frontend Coding Guidelines\n\nThe frontend uses vue-shadcn for ui components with tailwindcss for styling.\nIcons are imported from lucide-vue-next as components (always use the ...Icon component for better clarity).\nUse pnpm as package manager.",
"cost": {
"context_tokens": 61
}
}
Fetch it by URL: GET /api/v1/registry/blaxzter-fastapi-vue-fullstack-template-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.