Imported from luckyfoxdesign/donutsvg (AGENTS.md). Install upstream with npx skills add luckyfoxdesign/donutsvg. Copyright stays with the author.
Agent Instructions
Command Execution
All project-related commands must be run inside the Docker Compose container.
This includes package manager commands, dependency installation, dev server startup, builds, tests, linting, formatting, and any other project tooling.
Use the existing Compose service:
docker compose run --rm s_svelteapp <command>
Examples:
docker compose run --rm s_svelteapp npm cidocker compose run --rm s_svelteapp npm run builddocker compose run --rm s_svelteapp npm run dev
Do not run npm, node, vite, or other project tooling directly on the host machine.
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/luckyfoxdesign-donutsvg-donutsvg/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.
luckyfoxdesign-donutsvg-donutsvg.ocm.jsonjson
{
"ocm": "1",
"id": "luckyfoxdesign-donutsvg-donutsvg",
"kind": "skill",
"name": "donutsvg",
"description": "All project-related commands must be run inside the Docker Compose container.",
"publisher": "luckyfoxdesign",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"All project-related commands must be run inside the Docker Compose container."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/luckyfoxdesign/donutsvg",
"path": "AGENTS.md",
"ref": "ded1baf36f3d177428f4c7545b242152023c67f3",
"url": "https://github.com/luckyfoxdesign/donutsvg/blob/ded1baf36f3d177428f4c7545b242152023c67f3/AGENTS.md",
"key": "luckyfoxdesign/donutsvg/AGENTS.md"
}
},
"instructions": "# Agent Instructions\n\n## Command Execution\n\nAll project-related commands must be run inside the Docker Compose container.\n\nThis includes package manager commands, dependency installation, dev server startup, builds, tests, linting, formatting, and any other project tooling.\n\nUse the existing Compose service:\n\n```sh\ndocker compose run --rm s_svelteapp <command>\n```\n\nExamples:\n\n```sh\ndocker compose run --rm s_svelteapp npm ci\ndocker compose run --rm s_svelteapp npm run build\ndocker compose run --rm s_svelteapp npm run dev\n```\n\nDo not run `npm`, `node`, `vite`, or other project tooling directly o",
"cost": {
"context_tokens": 154
}
}
Fetch it by URL: GET /api/v1/registry/luckyfoxdesign-donutsvg-donutsvg/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.