ilk-launcherlisted
Install: claude install-skill inluck-net/ilk-skills
# ilk-launcher — independent-window launcher for ilk-loop
A thin Windows wrapper around `run_ilk_loop_claude.ps1` that:
1. **Spawns the loop in a detached desktop PowerShell window** (via
`Start-Process powershell -NoExit`) so the run survives Cursor closing,
session expiry, or agent context resets.
2. **Resolves per-project parameters** (`MaxIterations`, `IterationTimeoutMin`)
from a project-local config, falling back to global defaults.
3. **Tracks running PIDs** so a status command can answer "which projects
currently have a ilk window alive?"
This skill **does not** run the loop inside Cursor's shell session. Doing so
would tie a 15–40h autonomous run to the agent's session lifecycle (see
the design rationale in `<vault>/ai-coding-workflow/tool-evaluations/ilk-launcher.md`).
## When to use
- The user says: `/ilk-launch`, `/ilk-status-all`, `/ilk-stop`,
`start ilk`, `launch ilk`, `跑 ilk`, `启动 ilk`, `ilk 状态`,
`停 ilk`, `关掉 ilk`.
- Codex users may say: "start the ilk loop", "launch ilk",
"check ilk status", "stop ilk" without a slash prefix.
- The user wants to start ilk-loop on the current project (cwd inside
a project with `docs/plans/MASTER-*.md`).
- The user wants to start ilk on a specific named project from the
global registry.
- The user wants a cross-project summary of which ilk windows are
running vs idle.
## Architecture
`<skill-root>` below means the installed skills base directory —
`~/.cursor/skills/` (Cursor), `~/.claude/skills/` (