AgentSkillsCN

project

显示特定项目的详细信息。当用户询问某个项目的状态、历史或详情时使用。

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

bash
.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.