view-tracking

Opens the charts dashboard and today's key-prompts file from the .claude/tracking directory.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill view-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: view-tracking
Source: https://github.com/kelsi-andrewss/claude-multi-agent-pipeline/tree/main/skills/view-tracking
Command: npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill view-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open the project tracking charts and today’s key-prompts file for quick situational awareness across the current Claude project.

Core Features & Use Cases

  • Open the project charts dashboard located under the .claude/tracking/ directory.
  • Retrieve today's key-prompts file from .claude/tracking/key-prompts/YYYY-MM-DD.md or gracefully report if missing, with a fallback to the most recent prompts.
  • Provide clear error messaging when the tracking directory or files are not present, enabling fast diagnostics.

Quick Start

Run the view-tracking command to open the charts dashboard and today’s key-prompts for the current project.

Frequently Asked Questions about view-tracking

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

FAQPage Schema
How do I open today's project tracking prompts and dashboards quickly?

The view-tracking command opens your project charts dashboard and today's key-prompts file by locating the .claude/tracking/ directory and executing open commands, providing immediate situational awareness.

What happens if today's key-prompts tracking file is missing?

If today's key-prompts tracking file is missing, the tool gracefully recovers by locating and displaying the most recent prompts file available in the directory, accompanied by clear error messaging for fast diagnostics.

Do I need a specific directory structure to track project prompts?

Yes, tracking project prompts requires the .claude/tracking directory structure. The tool relies on this path to locate charts dashboards and YYYY-MM-DD.md formatted key-prompts files.

Can I use bash to open dashboards across multiple active projects?

Yes, the tool uses the Bash tool to execute open and ls commands across active projects. It fetches the current tracking directory for each project to open the respective charts dashboard and prompt files.

Why are my project tracking prompts not showing up when I run the command?

Project tracking prompts fail to appear when the .claude/tracking directory or files are not present. The tool provides clear error messaging when these structures are missing to enable fast diagnostics.