dot-dash
SkillWeb & browsingUse when starting, stopping, or checking the dot-dash live session dashboard — a real-time browser UI that monitors all active Claude Code sessions, streams transcripts, and supports prompt injection
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the dot-dash skill
What this skill tells your AI
The instructions your AI receives, as published by jamie-bitflight/claude_skills in plugins/dot-dash/skills/dot-dash/SKILL.md and read by ahel’s review.
Start the dot-dash server and open the browser dashboard.
Usage
/dot-dash [start|stop|status|token]
Commands
start— Start the dot-dash server (port 7765 by default, set DOT_DASH_PORT to override)stop— Stop the running serverstatus— Check if server is running and show active sessionstoken— Print the bearer token for dashboard access
Setup
- Start the server: run
bash plugins/dot-dash/scripts/start-server.sh - Open browser at
http://localhost:7765(or LAN IP) - Token is auto-generated at
~/.claude/dot-dash/tokenon first start
How it works
- SessionStart and SessionEnd hooks auto-register every Claude Code session
- Server tails
~/.claude/projects/*/*.jsonlfiles and broadcasts events via WebSocket - React dashboard shows all sessions with live transcripts
- UserPromptSubmit hook checks the injection queue before every user message
Signals
- GitHub stars
- 66
- Forks
- 10
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
dot-dash- Source
- github.com/jamie-bitflight/claude_skills