isolade-isolade-isolade.ocm.jsonjson {
"ocm": "1",
"id": "isolade-isolade-isolade",
"kind": "skill",
"name": "isolade",
"description": "`bun run dev` starts everything in one terminal: UI on http://localhost:5173, API on `:3000`.",
"publisher": "isolade",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"`bun run dev` starts everything in one terminal: UI on http://localhost:5173, API on `:3000`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/isolade/isolade",
"path": "AGENTS.md",
"ref": "4af05ad637024396fa9b8ceeedfe6ce97d1075e2",
"url": "https://github.com/isolade/isolade/blob/4af05ad637024396fa9b8ceeedfe6ce97d1075e2/AGENTS.md",
"key": "isolade/isolade/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Layout\n\n- `packages/server`: Hono API, chat backends, SQLite via Drizzle\n- `packages/web`: the React + Tailwind frontend\n- `packages/shared`: types and protocol shared by both\n- `packages/sandbox`: microVM runtime, runs in-process inside the server\n- `app`: Tauri (Rust) desktop shell\n\n## Running it\n\n`bun run dev` starts everything in one terminal: UI on http://localhost:5173,\nAPI on `:3000`.\n\n`bun run check` runs format, lint, typecheck and test.",
"cost": {
"context_tokens": 116
}
}