Stats
Links
Categories
Sam Green's Claude Code plugins
npx claudepluginhub samgreendev/claude-code-environmentVisual dashboard for viewing and configuring your Claude Code environment
A web-based visualization tool for exploring and managing your Claude Code configuration, featuring real-time agent activity tracking, mission orchestration, and a Jedi Archives theme.
Plugin Name: environment Author: Sam Green Version: 1.1.10
/plugin in Claude Codehttps://github.com/SamGreenDev/claude-code-environmentgit clone https://github.com/SamGreenDev/claude-code-environment.git
cd claude-code-environment
./install.sh
curl -fsSL https://raw.githubusercontent.com/SamGreenDev/claude-code-environment/main/bootstrap.sh | bash
install-mac.command (Mac) or install-windows.bat (Windows)Invoke via: /environment:ui to launch the dashboard
Browser (SPA) ──HTTP/WS──> Node.js Server (port 3848) ──File I/O──> ~/.claude/
┌─────────────────────────────────────────────────────────────┐
│ BROWSER (SPA) │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ index.html (22 templates) + app.js (router/state) │ │
│ └─────────────────────────────────────────────────────┘ │
└────────────────────────┬────────────────────────────────────┘
│ HTTP + WebSocket
▼
┌─────────────────────────────────────────────────────────────┐
│ NODE.JS SERVER │
│ ┌──────────────┐ ┌───────────────┐ ┌────────────────┐ │
│ │ server.js │ │ router.js │ │ api-handlers │ │
│ │ (HTTP+WS) │ │ (URL match) │ │ (48+ routes) │ │
│ └──────────────┘ └───────────────┘ └────────────────┘ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ mission-engine │ activity-handler │ session-handler │ │
│ └──────────────────────────────────────────────────────┘ │
└────────────────────────┬────────────────────────────────────┘
│ File I/O
▼
┌─────────────────────────────────────────────────────────────┐
│ FILESYSTEM │
│ ~/.claude/ │
│ ├── agents/ ├── skills/ ├── commands/ │
│ ├── knowledge/ ├── rules/ ├── memory/ │
│ └── settings.json │
└─────────────────────────────────────────────────────────────┘