plugins marketplace
← All plugins

claude-code-cockpit

v1.1.4

Next-generation real-time dashboard for Claude Code with 5 themes, smart alerts, and zero dependencies

Claude Code

by baeseokjaeMIT1updated 2 months ago

Source

git clone https://github.com/baeseokjae/claude-code-cockpit

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

claude-code-cockpit/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "claude-code-cockpit",
  "version": "1.1.4",
  "description": "Next-generation real-time dashboard for Claude Code with 5 themes, smart alerts, and zero dependencies",
  "author": {
    "name": "baeseokjae",
    "email": "bsjp9400@gmail.com",
    "url": "https://github.com/baeseokjae"
  },
  "homepage": "https://github.com/baeseokjae/claude-code-cockpit",
  "repository": "https://github.com/baeseokjae/claude-code-cockpit",
  "license": "MIT",
  "keywords": [
    "statusline",
    "hud",
    "dashboard",
    "themes",
    "monitoring",
    "context",
    "tools",
    "agents",
    "todos",
    "skills",
    "alerts"
  ],
  "commands": "./commands/"
}