원클릭으로
slay
Full CLI reference for slay — orchestrates all slay domain skills
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Full CLI reference for slay — orchestrates all slay domain skills
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create a new release for SlayZone
Commit changes, mark the current task as done, and close its tab
Supervise a set of slay tasks through planning, execution, and verification
Manage tasks, subtasks, tags, and templates via the slay CLI
Automatically title tasks based on conversation context
Manage task artifacts (files, folders) via the slay CLI
| name | slay |
| description | Full CLI reference for slay — orchestrates all slay domain skills |
| depends_on | ["slay-context","slay-tasks","slay-browser","slay-artifacts","slay-automations","slay-projects","slay-processes","slay-pty","slay-panels","slay-auto-title"] |
| trigger | auto |
Use the slay CLI to interact with the SlayZone task management system. The current task ID is available via $SLAYZONE_TASK_ID and the current project via $SLAYZONE_PROJECT_ID (both set automatically in task terminals).
All ID arguments support prefix matching (e.g., a1b2 matches the full UUID starting with a1b2).
| Skill | Commands | Purpose |
|---|---|---|
| slay-context | — | Ensure root instruction files include SlayZone context |
| slay-tasks | slay tasks, slay tags, slay templates | Task lifecycle, subtasks, tags, templates |
| slay-browser | slay tasks browser | Control the task browser panel |
| slay-artifacts | slay tasks artifacts | Manage files and folders attached to tasks |
| slay-automations | slay automations | Event-driven and cron automations |
| slay-projects | slay projects | Project CRUD |
| slay-processes | slay processes | Inspect and control running processes |
| slay-pty | slay pty | Interact with PTY terminal sessions |
| slay-panels | slay panels | Manage custom web panels |
| slay-auto-title | — | Auto-title tasks from conversation context |
slay init — bootstrap agent config (append instructions to root file + install skills) for the cwd's projectslay init instructions — print SlayZone agent configuration templateslay init skills — install all built-in slay skills from the marketplace registryslay completions <shell> — generate shell completions (fish | zsh | bash)