원클릭으로
cimulity
cimulity에는 zeikar에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.