Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado today

spk-admin-dashboard

The spk-admin-dashboard skill manages the Spec Kitty dashboard daemon, a localhost service for monitoring project status. Use this to retrieve the dashboard URL from cached metadata, launch the dashboard with automatic browser opening, display JSON-formatted mission data for programmatic access, or terminate the daemon process when requested. It prioritizes using stored metadata over repeated initialization.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-admin-dashboard && cp -r /tmp/spk-admin-dashboard/src/doctrine/skills/spk-admin-dashboard ~/.claude/skills/spk-admin-dashboard
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# 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. If `.kittify/.dashboard` exists, read it and show the URL.
2. If metadata is missing or stale, run `spec-kitty dashboard --open`.
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.

## 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 the recorded URL
or `spec-kitty dashboard --open`.