agent-browser
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Scan active projects for status, blockers and next actions. Use when the user says 'how are my projects', 'what's stuck', 'project status'. Also use proactively when projects have gone quiet. Not for writing a spec for a new product idea; use `product-brief`.
$ npx -y skills add davekilleen/Dex --skill project-health --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/project-healthContext preview
The summary Claude sees to decide when to auto-load this skill.
Scan active projects for status, blockers and next actions. Use when the user says 'how are my projects', 'what's stuck', 'project status'. Also use proactively when projects have gone quiet. Not for writing a spec for a new product idea; use `product-brief`.
name: project-health description: "Scan active projects for status, blockers and next actions. Use when the user says 'how are my projects', 'what's stuck', 'project status'. Also use proactively when projects have gone quiet. Not for writing a spec for a new product idea; use `product-brief`."
Quick scan of all active projects to see what's stalled, blocked, or needs attention.
Checks each project in `04-Projects/` for: 1. Activity levels (when was project last touched?) 2. Week Priorities presence (does project have active tasks?) 3. Blockers (anything blocking progress?) 4. Next steps clarity (is the next action clear?)
List all projects in `04-Projects/`:
ls -la 04-Projects/
For each project folder or file:
**Activity Check:**
**Week Priorities Presence:**
**Blocker Check:**
**Next Step Clarity:**
### Project Health Dashboard | Project | Status | Issue | Days Since Activity | |---------|--------|-------|---------------------| | [Project A] | 🟢 | On track | 2 | | [Project B] | 🟡 | No active tasks | 8 | | [Project C] | 🔴 | Blocked - waiting on [X] | 15 | **Summary:** [N] projects ([X] 🟢 / [Y] 🟡 / [Z] 🔴)
For yellow projects:
For red projects:
---
Update `System/usage_log.md` to mark project health check as used.
**Analytics (Silent):**
Call `track_event` with event_name `project_health_checked` and properties:
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".
A personal operating system for your work. Strategic work management, meeting intelligence, relationship tracking, daily planning — all configured for your specific role.
Repo: davekilleen/Dex
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to…
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying…
This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring…
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design…
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Expert guidance for creating, writing, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills,…