원클릭으로
headless
Driving ikigai interactively from an agent session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Driving ikigai interactively from an agent session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automated quality check loops with escalation and fix sub-agents
JSON-based end-to-end test format, runner, and mock provider
Jujutsu (jj) skill for the ikigai project
How to write effective Ralph goals for Ikigai-driven workflows
Create and manage Ralph goals from Ikigai using the real ralph-pipeline scripts
Create repositories using the real ralph-pipeline repo-create script
| name | headless |
| description | Driving ikigai interactively from an agent session |
How to interact with a running ikigai instance from an agent session. For ikigai-ctl command reference, see /load ikigai-ctl.
bin/ikigai --headless & # Start in background (no TTY required)
Without --headless, ikigai renders to the alternate terminal buffer — no visible output, no way to interact from an agent session.
ikigai-ctl send_keys "hello\r"ikigai-ctl read_framebufferThe read_framebuffer response contains a lines array. Each line has spans with text fields. Concatenate span texts per row to reconstruct what's on screen.
Visual markers:
❯ prefix — user messages sent to the LLM● prefix — LLM responses/model, /clear): wait 0.5 secondsikigai-ctl wait_idle <timeout_ms> to wait for the agent to finish--socket PATH