General rules for all languages are in libs/ai-rules/general.md — read them before starting work. TypeScript rules are in libs/ai-rules/ts.md — read them before working in a TypeScript project. Fronte
Imported from bullyrom/che-nuxt-modules (AGENTS.md). Install upstream with npx skills add bullyrom/che-nuxt-modules. Copyright stays with the author.
Project rules
General rules for all languages are in libs/ai-rules/general.md — read them before starting work. TypeScript rules are in libs/ai-rules/ts.md — read them before working in a TypeScript project. Frontend patterns (API, stores, pages, loading) are in libs/ai-rules/frontend-patterns.md — read them when implementing stores, API wrappers, or pages.
After making changes, run yarn build to verify the build succeeds.
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/bullyrom-che-nuxt-modules-che-nuxt-modules/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": "bullyrom-che-nuxt-modules-che-nuxt-modules",
"kind": "skill",
"name": "che-nuxt-modules",
"description": "General rules for all languages are in libs/ai-rules/general.md — read them before starting work. TypeScript rules are in libs/ai-rules/ts.md — read them before working in a TypeScript project. Frontend patterns (API, stores, pages, loading) are in libs/ai-rules/frontend-patterns.md — read them when implementing stores, API wrappers, or pages.",
"publisher": "bullyrom",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"General rules for all languages are in libs/ai-rules/general.md — read them before starting work. TypeScript rules are in libs/ai-rules/ts.md — read them before working in a TypeScript project. Frontend patterns (API, stores, pages, loading) are in libs/ai-rules/frontend-patterns.md — read them when implementing stores, API wrappers, or pages."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bullyrom/che-nuxt-modules",
"path": "AGENTS.md",
"ref": "b72de8a758be6e77aa30a54677088acddb147cff",
"url": "https://github.com/bullyrom/che-nuxt-modules/blob/b72de8a758be6e77aa30a54677088acddb147cff/AGENTS.md",
"key": "bullyrom/che-nuxt-modules/AGENTS.md"
}
},
"instructions": "# Project rules\n\nGeneral rules for all languages are in libs/ai-rules/general.md — read them before starting work. TypeScript rules are in libs/ai-rules/ts.md — read them before working in a TypeScript project. Frontend patterns (API, stores, pages, loading) are in libs/ai-rules/frontend-patterns.md — read them when implementing stores, API wrappers, or pages.\n\nAfter making changes, run `yarn build` to verify the build succeeds.",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/bullyrom-che-nuxt-modules-che-nuxt-modules/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.