---
name: Spec Kitty Admin Dashboard
slug: spec-kitty-admin-dashboard
category: DevOps
description: Spec Kitty Admin Dashboard opens the Spec Kitty dashboard and reports daemon metadata, URL, and status. Use it to validate the project, token, and daemon health, or to stop the daemon when needed.
github: "https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-dashboard"
language: Python
stars: 1521
forks: 147
install: "npx degit https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-dashboard ~/.claude/skills/spk-admin-dashboard"
installs_to: ~/.claude/skills/spk-admin-dashboard
source_path: src/doctrine/skills/spk-admin-dashboard/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/Priivacy-ai/spec-kitty"
added: 2026-08-19T07:26:42.823Z
last_synced: 2026-08-19T07:26:42.823Z
canonical_url: "https://dirskills.com/skills/spec-kitty-admin-dashboard"
---

# Spec Kitty Admin Dashboard

Spec Kitty Admin Dashboard opens the Spec Kitty dashboard and reports daemon metadata, URL, and status. Use it to validate the project, token, and daemon health, or to stop the daemon when needed.

**Install:**

```bash
npx degit https://github.com/Priivacy-ai/spec-kitty/tree/main/src/doctrine/skills/spk-admin-dashboard ~/.claude/skills/spk-admin-dashboard
```

## README

# spk-admin-dashboard

Open the dashboard directly or show the user its URL. Do not treat the
dashboard as a generic status abstraction.

## Flow

1. Prefer `spec-kitty dashboard --open` so lifecycle validation checks project,
   token, health, and daemon state before showing a URL.
2. If `.kittify/.dashboard` exists, treat it as diagnostic metadata only; do
   not show the URL until validation succeeds.
3. Use `spec-kitty dashboard --json` only for machine-readable mission rows.
4. Use `spec-kitty dashboard --kill` only when the user asks to stop it.
5. When presenting `/spec-kitty.status` in a text TUI, load
   `spk-doctrine-show-me` and follow its status rendering contract.

## Reference

Read `references/dashboard-daemon.md` before diagnosing dashboard metadata,
ports, tokens, or stale PID behavior.

## Rule

The dashboard is a localhost daemon, not a cloud page. Prefer
`spec-kitty dashboard --open` over manually trusting recorded metadata.
