← Back to list

projects
by thekevinscott
⭐ 0🍴 0📅 Jan 8, 2026
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.
/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)".
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon