Local-life-manager 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
source · Clone the upstream repo
git clone https://github.com/TaylorHuston/local-life-manager
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TaylorHuston/local-life-manager "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/projects-quick" ~/.claude/skills/taylorhuston-local-life-manager-projects-quick && rm -rf "$T"
manifest:
.claude/skills/projects-quick/SKILL.mdsource content
Show status of all projects from the ideas/ repo.
Data Sources
- Read
for project indexideas/CLAUDE.md - 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.