Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add TaylorHuston/local-life-manager --skill "projects-quick"
Install specific skill from multi-skill repository
# Description
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".
# SKILL.md
name: projects-quick
description: 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".
model: claude-haiku-4-5-20251001
allowed-tools: Read, Glob
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:
1. Read its project-brief.md
2. List open issues from issues/
3. Show recent WORKLOG entries
4. Suggest next steps
Keep the overview scannable - details on request.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.