tracker

Launch a local web server to display a project tracker dashboard.

1|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/cinjoff/fhhs-skills --skill tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tracker
Source: https://github.com/cinjoff/fhhs-skills/tree/main/.claude/skills/tracker
Command: npx skills add https://github.com/cinjoff/fhhs-skills --skill tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a live, visual dashboard for project progress, helping users understand project status at a glance and ensuring alignment with project plans.

Core Features & Use Cases

  • Project Dashboard: Launches a local web server to display a project tracker dashboard.
  • Status Visualization: Shows project overview, phase progress, and plan details.
  • Use Case: After setting up a new project with /fh:new-project, you can use the tracker to monitor the development phases and see the progress of tasks defined in your roadmap.

Quick Start

Launch the project tracker dashboard by running the tracker skill.

Frequently Asked Questions about tracker

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

FAQPage Schema
How do I visualize project progress from markdown files?

To visualize project progress from markdown files, this tool launches a local web server to display a dashboard. It synchronizes status by reading directly from your PROJECT.md, ROADMAP.md, and STATE.md files.

What is the best way to display a project roadmap dashboard locally?

The best way to display a project roadmap dashboard locally is by running a Node.js server-side script. This launches a visual tracker showing phase progress and plan details synced from your markdown files.

Do I need Node.js to run a local project tracker dashboard?

Yes, you need Node.js to run this local project tracker dashboard. The visualization tool requires the Node.js environment to execute the server-side script that hosts the visual interface.

Can I track development phases defined in a ROADMAP.md file?

Yes, you can track development phases defined in a ROADMAP.md file. The dashboard reads this roadmap data to visualize phase progress and plan details for your project at a glance.

How does status synchronization work for a markdown-based project tracker?

Status synchronization for this markdown-based project tracker works by reading your PROJECT.md, ROADMAP.md, and STATE.md files. The local server parses these documents to update the visual dashboard.