Imported from platformatic/destino (AGENTS.md). Install upstream with npx skills add platformatic/destino. Copyright stays with the author.
AGENTS.md
Non-discoverable command gotchas
Use pnpm for installs and scripts when matching CI/release behavior; README examples may use npm, but release workflows pin pnpm 11 with Node 26.1.0.
pnpm run dependencies is destructive: it removes and recreates deps/. Do not run it if the task needs to preserve local WADs, sound fonts, OpenTUI, or doomgeneric edits under deps/.
Landmines
Treat deps/, dist/, and tmp/ as generated/local artifact areas unless the user explicitly asks to rebuild or inspect them.
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/platformatic-destino-destino/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.
platformatic-destino-destino.ocm.jsonjson
{
"ocm": "1",
"id": "platformatic-destino-destino",
"kind": "skill",
"name": "destino",
"description": "<!-- SPDX-License-Identifier: MIT -->",
"publisher": "platformatic",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"<!-- SPDX-License-Identifier: MIT -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/platformatic/destino",
"path": "AGENTS.md",
"ref": "2d7ef85d6e14e9dd0ddc142352be73a84204d167",
"url": "https://github.com/platformatic/destino/blob/2d7ef85d6e14e9dd0ddc142352be73a84204d167/AGENTS.md",
"key": "platformatic/destino/AGENTS.md"
}
},
"instructions": "<!-- SPDX-License-Identifier: MIT -->\n\n# AGENTS.md\n\n## Non-discoverable command gotchas\n\n- Use `pnpm` for installs and scripts when matching CI/release behavior; README examples may use `npm`, but release workflows pin pnpm 11 with Node 26.1.0.\n- `pnpm run dependencies` is destructive: it removes and recreates `deps/`. Do not run it if the task needs to preserve local WADs, sound fonts, OpenTUI, or doomgeneric edits under `deps/`.\n\n## Landmines\n\n- Treat `deps/`, `dist/`, and `tmp/` as generated/local artifact areas unless the user explicitly asks to rebuild or inspect them.",
"cost": {
"context_tokens": 145
}
}
Fetch it by URL: GET /api/v1/registry/platformatic-destino-destino/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.