with one click
slay-projects
Manage projects via the slay CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage projects via the slay CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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-projects |
| description | Manage projects via the slay CLI |
| trigger | auto |
Projects group tasks, tags, templates, and automations. Each project can optionally be linked to a directory on disk.
Project names are resolved via case-insensitive substring matching — slay tasks list --project my matches "My Project". If multiple projects match, the CLI errors with all matching names to prevent ambiguity.
slay projects list [--json] — list all projects with task counts and paths.
slay projects create <name> [--path <path>] [--color <hex>] [--json] — create a project.
--path is optional — projects can exist without a directoryslay projects update <name|id> [--name <n>] [--color <hex>] [--path <path>] [--json] — update a project.
--path also auto-creates the directory