Claude Code Plugins

Community-maintained marketplace

Feedback

Show detailed info for a specific project. Use when user asks about a particular project's status, history, or details.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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 with status: 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.