From claude-pulse
Show Claude Pulse tracking status — session counts, events, lines written, database health
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-pulse:pulse-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show a quick summary of Claude Pulse tracking data.
Show a quick summary of Claude Pulse tracking data.
Run this command to display the current tracking status:
sqlite3 ~/.claude-pulse/tracker.db "
SELECT
(SELECT COUNT(*) FROM sessions) as total_sessions,
(SELECT COUNT(*) FROM sessions WHERE date(started_at) = date('now')) as today_sessions,
(SELECT COUNT(*) FROM tool_events) as total_events,
(SELECT COUNT(DISTINCT project) FROM sessions) as projects,
(SELECT COUNT(*) FROM insights) as total_insights;
"
Then format the output as a clean status report showing:
~/.claude-pulse/tracker.db)npx claudepluginhub bolivar1234/claude-pulseGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
2plugins reuse this skill
First indexed Jul 8, 2026