| name | projects |
| description | Query and list projects in ~/work/. Use when user asks for project overview, status of all projects, or wants to see what projects exist. |
/projects
Query projects from ~/work/ based on their notes/attributes.md files.
Usage
Run the query script:
.claude/skills/projects/query.sh
.claude/skills/projects/query.sh --all
.claude/skills/projects/query.sh --phase development
.claude/skills/projects/query.sh <project-name>
Phases: idea, research, development, deployed, on-hold
Output
The script outputs markdown tables or project details. Display the output directly to the user.
Projects without attributes.md are marked as "(untracked)".