status

Aggregate checklist progress, git state, agent activity, and dev server health into a dashboard.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/wtyler2505/ProtoPulse --skill status-wtyler2505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/wtyler2505/ProtoPulse/tree/main/.claude/skills/status
Command: npx skills add https://github.com/wtyler2505/ProtoPulse --skill status-wtyler2505

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick project status dashboard. Shows checklist progress, git state, active agents, and dev server health.

Core Features & Use Cases

  • Checklist tracking: aggregate progress across multiple docs and highlight completion.
  • Git & agent visibility: surface current branch, recent commits, and active agent teams.
  • Health overview: present dev server status and any running health checks.

Quick Start

Run the status skill to generate a live dashboard of checklist progress, git state, active agents, and dev server health.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a quick project health dashboard for git and checklists?

A project health dashboard aggregates checklist progress, current git branch, recent commits, active agents, and dev server status into a single concise overview. It surfaces these health metrics so you can monitor ongoing software projects at a glance.

What is the best way to track checklist progress and git state together?

Tracking checklist progress and git state together is done by aggregating multiple docs and running git commands to surface the current branch and recent commits. This provides a unified view of project completion and repository health.

Can I monitor active agents and dev server health in the same dashboard?

Yes, monitoring active agents and dev server health in the same dashboard is supported by detecting agent activity and running health checks. The dashboard presents the dev server status alongside any running health checks for quick visibility.

How do I view recent commits and current branch status for ongoing software projects?

To view recent commits and current branch status, the dashboard applies git commands to your project repository. This surfaces your current git state and highlights recent commit activity alongside checklist progress and agent activity.

Does the project status dashboard require specific dependencies to run?

The project status dashboard requires no external dependencies to run. It relies on native input handling for filesystem globbing, git commands, health checks, and agent activity detection to generate its output formatting.