| name | project |
| description | Show detailed info for a specific project. Use when user asks about a particular project's status, history, or details. |
/project
Show detailed information for a specific project.
Usage
.claude/skills/project/query.sh <project-name>
Output
The script outputs markdown with:
- Attributes: phase, description from
notes/attributes.md - Open issues: from
notes/issues/(files withstatus: open) - Recent decisions: from
notes/decisions/ - Recent commits: last 10 git commits if project is a git repo
Display the output directly to the user.