How to add a new built-in island to the OpenIslands monorepo end to end — first the interface/API design discipline and the .describe() copy conventions (the island is authored by an agent reading the schema, so the interface IS the product), then the exact file-by-file wiring: the schema registration points, the…
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines…
Build and maintain OpenIslands data dashboards — typed manifests of visual islands bound to local files (CSV / JSON / Parquet / SQLite / markdown), edited safely over the OpenIslands MCP server in Code Mode (one execute tool you drive with JavaScript). Use whenever a project has apps/ /manifest.json or an .mcp.json…