dot-dash
v0.7.4Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser
By Jamie-BitFlight66 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dot-dash for Codex and Claude Code
codex plugin marketplace add Jamie-BitFlight/claude_skills
codex plugin marketplace upgrade jamie-bitflight-skills
codex plugin add dot-dash@jamie-bitflight-skillsPaste and run these commands in a terminal with Codex. They add and refresh the jamie-bitflight-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “dot-dash” remain stable.
- Codex:
dot-dash@agent-plugin-marketplace→dot-dash@jamie-bitflight-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Jamie-BitFlight/claude_skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dot-dash/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/dot-dash/SKILL.md
Included Skills1
Use 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
Plugin manifests2
{
"name": "dot-dash",
"version": "0.7.4",
"description": "Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser",
"author": {
"name": "Jamie-BitFlight"
},
"skills": "./skills/",
"interface": {
"displayName": "Dot Dash",
"shortDescription": "Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser",
"longDescription": "Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser",
"developerName": "Jamie-BitFlight",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser"
]
}
}{
"name": "dot-dash",
"version": "0.7.5",
"description": "Live multi-session dashboard for Claude Code — real-time visibility and control over every Claude Code session from a browser",
"author": {
"name": "Jamie-BitFlight"
},
"hooks": "./hooks/hooks.json",
"skills": [
"./skills/dot-dash"
],
"mcpServers": {}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dot-dash on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dot-dash)