Agent Skill
2/7/2026projects
Query and list projects in ~/work/. Use when user asks for project overview, status of all projects, or wants to see what projects exist.
T
thekevinscott
0GitHub Stars
1Views
npx skills add thekevinscott/chief-of-staff
SKILL.md
| 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. |
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:
# List recent projects (default: 10)
.claude/skills/projects/query.sh
# List all projects
.claude/skills/projects/query.sh --all
# Filter by phase
.claude/skills/projects/query.sh --phase development
# Show specific project details
.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)".
Skills Info
Original Name:projectsAuthor:thekevinscott
Download