¿Puedo vibecodear Skribbl?
PARCIAL · un fin de semanaThe canvas is the easy half. React Flow plus xterm.js plus node-pty gets you panning, zooming and half a dozen live agent terminals in a weekend, and it is a genuinely nice way to watch a fleet work. The gaps are all in the boring layer underneath: knowing when an agent is actually blocked on you rather than just quiet, keeping sessions alive across a restart or a crash, and counting tokens accurately enough that the number can be trusted. Each of those is days of work on its own, and the weekend build reads as finished until the first agent silently dies behind a tab you were not looking at.
Build me a canvas for running several coding agents at once, like Skribbl. Requirements: - Electron plus React, with React Flow for the pan/zoom canvas and xterm.js plus node-pty for the terminals. No web version, this is a desktop app. - Each node is a real shell in its own process, spawned with node-pty in a working directory I pick per node. Double click empty canvas to add one, and let me type in it exactly like a normal terminal. - Node position, size, title and cwd persist to a JSON file in the Electron userData folder, restored on launch. The shells themselves do not survive, say so in the UI rather than pretending they do. - Spawn each shell inside `tmux new-session -A -s <nodeId>` so a crashed window can reattach to the running agent instead of killing it. Budget real time for this, the reattach and scrollback restore is the fiddly part of the whole build. - Drag from one node to another to draw a link, and store the links with a direction. Right click a link to delete it. Links are just recorded relationships for now, no message passing between agents. - A top bar counting tokens per node, parsed from each agent CLI's own usage output. Keep input, output, cache write and cache read as four separate counters, never sum them into one number, a cache read costs about a tenth of an input token. - Out of scope: multiplayer, cloud sync, code signing, and any status indicator you would have to infer by scraping terminal output. Guessing wrong there is worse than showing nothing. - README with the node-pty rebuild step for your Electron version, which is the one thing that will break on a fresh machine.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Not for the canvas. For the layer that keeps twelve child processes honest: status that comes from the agent itself instead of scraped output, sessions that come back after a reboot, and a spend number accurate enough to act on before the bill arrives.
xhook-driven agent status, so a blocked agent looks the same as an idle one
xsession survival across restarts and crashes
xan accurate token meter, cache reads price nothing like input tokens
xa signed and notarized Mac build, so Gatekeeper blocks what you ship to anyone else
Precio de Skribbl
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| founding infinity | $29/usuario | $8.25/usuario | 3 concurrent agents; founding-plan access while licenses remain available. |
plan gratisno free tier; 14-day trial only
facturaciónmonthly or annual
costos ocultosThe plan does not include Claude Code, model API or other agent-provider subscriptions; the trial requires a card from day 2 and charges on day 15 unless cancelled.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Skribbl?
Parcial. El núcleo de Skribbl se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: hook-driven agent status, so a blocked agent looks the same as an idle one, session survival across restarts and crashes. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Skribbl?
Skribbl cuesta unos $8.25/mes (Pro, revisado 2026-08-03), o sea $99 al año.
¿Qué pierdo si reemplazo Skribbl?
Con honestidad: hook-driven agent status, so a blocked agent looks the same as an idle one; session survival across restarts and crashes; an accurate token meter, cache reads price nothing like input tokens; a signed and notarized Mac build, so Gatekeeper blocks what you ship to anyone else. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Skribbl?
Sí: claude-squad (open-source terminal manager for multiple agents in tmux and git worktrees), Crystal (open-source desktop app running parallel agent sessions in worktrees), vibe-kanban (open-source board for queueing and reviewing coding agent tasks). Usar arte previo también es vibecodear; el prompt es para cuando la quieres exactamente a tu modo.