Skip to content
Skillv1.0.0

isolade

`bun run dev` starts everything in one terminal: UI on http://localhost:5173, API on `:3000`.

by isolade(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from isolade/isolade (AGENTS.md). Install upstream with npx skills add isolade/isolade. Copyright stays with the author.

AGENTS.md

Layout

  • packages/server: Hono API, chat backends, SQLite via Drizzle
  • packages/web: the React + Tailwind frontend
  • packages/shared: types and protocol shared by both
  • packages/sandbox: microVM runtime, runs in-process inside the server
  • app: Tauri (Rust) desktop shell

Running it

bun run dev starts everything in one terminal: UI on http://localhost:5173, API on :3000.

bun run check runs format, lint, typecheck and test.

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/isolade-isolade-isolade/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.

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
  }
}

Fetch it by URL: GET /api/v1/registry/isolade-isolade-isolade/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.