com um clique
cimulity
cimulity contém 2 skills coletadas de zeikar, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Run a fire-and-forget autonomous workflow that loops hyper-auto (plan-loop → implement-loop) → ff merge → push → next task, until context exhausts or a stop condition fires. Two delivery modes — (a) **scheduled** wakes up N hours/minutes from now via `CronCreate`; (b) **immediate** starts right now in this session, no cron. Use when the user says "start work in N hours", "work on it while I'm asleep", "trigger in a few hours", "set up autopilot for later", "autopilot now", "kick off autopilot immediately", "autopilot", or any "leave it running" request. Scheduled mode wraps `CronCreate` with a pre-built autonomous-loop prompt; immediate mode kicks off the same workflow inline.
Drive a Playwright browser session against the Cimulity dev server to visually verify renderer changes (cubes, palette, iso geometry, HUD). Uses the dev injection API at `window.__cimulity` to seed deterministic scenes, position the camera, and force-redraw. Use whenever a render-layer change needs visual confirmation that headless unit tests can't give.