Agent skill
projects-quick
Quick overview of all projects (lightweight, Haiku-powered). Use to check project statuses, see what's active, or get a summary of all work. Triggers on "project status", "show projects", "what projects", "project overview".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/projects-quick
SKILL.md
Show status of all projects from the ideas/ repo.
Data Sources
- Read
ideas/CLAUDE.mdfor project index - For each active project, read
ideas/ideas/[project]/README.md
Output Format
Active Projects
| Project | Phase | Last Activity | Next Step |
|---|---|---|---|
| CareerBrain | MVP | [date] | [from README] |
| ... | ... | ... | ... |
On Hold
| Project | Reason | Resume When |
|---|---|---|
| YourBench | Job search priority | After job secured |
| ... | ... | ... |
Quick Stats
- Total active: X
- Total on hold: Y
- Open issues: Z (scan issues/ directories)
Optional Deep Dive
If Taylor asks about a specific project:
- Read its
project-brief.md - List open issues from
issues/ - Show recent WORKLOG entries
- Suggest next steps
Keep the overview scannable - details on request.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?