gsd-cc-dashboard

Launch a local read-only dashboard for GSD-CC repository state.

3|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/0ui-labs/GSD-CC --skill gsd-cc-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-cc-dashboard
Source: https://github.com/0ui-labs/GSD-CC/tree/main/gsd-cc/skills/dashboard
Command: npx skills add https://github.com/0ui-labs/GSD-CC --skill gsd-cc-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a simple way to view and explain the local GSD-CC repository state via a dashboard.

Core Features & Use Cases

  • Launch the dashboard from the project root with npx gsd-cc dashboard to start a local server.
  • Read-only view of the repository's .gsd/ state, including project progress, auto-mode events, costs, and artifacts.
  • Serves static dashboard assets from the GSD-CC package and respects CLAUDE language settings when present.
  • Supports host/port configuration and reports the URL; does not edit repository files or run workflows.
  • When state is missing, shows an empty project model and suggests starting or resuming with /gsd-cc.

Quick Start

Run the dashboard with npx gsd-cc dashboard from the project root.

Frequently Asked Questions about gsd-cc-dashboard

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

FAQPage Schema
How do I view local Claude Code project state and artifacts in a browser?

Yes, you can monitor Claude Code project costs and auto-mode events by launching the local GSD-CC dashboard. It provides a read-only browser view of the repository's .gsd/ directory to track progress and artifacts without modifying files.

How do I start a local read-only dashboard for my repository?

Yes, the local dashboard server supports host and port customization. You can configure these network settings upon launch, allowing you to bind the read-only project state viewer to a specific address and port as needed.

What happens if I launch the dashboard when project state is missing?

If project state is missing when you launch the dashboard, it displays an empty project model. The read-only view will then suggest starting or resuming your project workflow by using the /gsd-cc command.

Does the local dashboard server modify my repository files?

No, the local dashboard server does not modify your repository files. It operates strictly as a read-only browser view, serving static assets from the package to monitor project state, costs, and artifacts safely.