# Spec Kitty Dashboard

> Open the Spec Kitty dashboard in your browser.

- Skill: `richfrem/spec-kitty-dashboard` (Agent Skill, multi-file: 21 files)
- Install (CLI): `npx skillmds@latest add richfrem/spec-kitty-dashboard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/richfrem/spec-kitty-dashboard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: richfrem (https://skillmd.com/u/richfrem)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/richfrem/spec-kitty-dashboard

---


## Dashboard Access

This command launches the Spec Kitty dashboard in your browser using the spec-kitty CLI.

## What to do

Simply run the `spec-kitty dashboard` command to:
- Start the dashboard if it's not already running
- Open it in your default web browser
- Display the dashboard URL

If you need to stop the dashboard, you can use `spec-kitty dashboard --kill`.

## Implementation

Execute the following terminal command:

```bash
spec-kitty dashboard
```

## Additional Options

- To specify a preferred port: `spec-kitty dashboard --port 8080`
- To stop the dashboard: `spec-kitty dashboard --kill`

## Success Criteria

- User sees the dashboard URL clearly displayed
- Browser opens automatically to the dashboard
- If browser doesn't open, user gets clear instructions
- Error messages are helpful and actionable

