slay-projects
SkillDev toolsManage projects via the slay CLI
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the slay-projects skill
What this skill tells your AI
The instructions your AI receives, as published by debuglebowski/slayzone in .agents/skills/slay-projects/SKILL.md and read by ahel’s review.
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.
Commands
-
slay projects list [--json]— list all projects with task counts and paths. -
slay projects create <name> [--path <path>] [--color <hex>] [--json]— create a project.--pathis optional — projects can exist without a directory- Relative paths are resolved from the current working directory; directory is created recursively if it doesn't exist
- Color defaults to #3b82f6
-
slay projects update <name|id> [--name <n>] [--color <hex>] [--path <path>] [--json]— update a project.- At least one option required
- Setting
--pathalso auto-creates the directory
Signals
- GitHub stars
- 192
- Forks
- 42
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
slay-projects- Source
- github.com/debuglebowski/slayzone