con un clic
slay-projects
Manage projects via the slay CLI
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Manage projects via the slay CLI
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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-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