AgentSkillsCN

projects

查询并列出 ~/work/ 中的项目。当用户询问项目概览、所有项目的状态或想查看有哪些项目时使用。

SKILL.md
--- frontmatter
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:

bash
# 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)".