ワンクリックで
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