npx claudepluginhub thoo/claude-code-zellij-status --plugin cc-zjstatusMonitor Claude Code activity across multiple Zellij panes in real-time via zjstatus.

claude plugin marketplace add https://github.com/thoo/claude-code-zellij-status.git
claude plugin install cc-zjstatus
Copy the default.kdl file to your Zellij layouts directory:
cp default.kdl $HOME/.config/zellij/layouts/default.kdl
For more information on zjstatus configuration, see the zjstatus Installation Guide.
Restart your Zellij session or open a new tab to apply the layout changes.
| Symbol | Color | Hex | Meaning |
|---|---|---|---|
● | Yellow | #ffdc00 | Working/Active |
◐ | Gray | #666666 | Thinking |
◍ | Blue | #0074d9 | Web searching |
↓ | Blue | #0074d9 | Web fetching |
◔ | Blue | #0074d9 | Reading file |
◎ | Blue | #0074d9 | Finding (glob/grep) |
✎ | Aqua | #4166F5 | Writing/Editing |
⚡ | Orange | #ff851b | Running bash |
▶ | Purple | #b10dc9 | Agent running |
▷ | Green | #2ecc40 | Agent done |
★ | Purple | #b10dc9 | Skill |
◈ | Purple | #b10dc9 | MCP tool |
◫ | Yellow | #ffdc00 | Planning (todo) |
? | Red | #ff4136 | Asking user |
⚠ | Red | #ff4136 | Permission needed |
! | Red | #ff4136 | Notification |
✓ | Green | #2ecc40 | Done |
◆ | Blue | #0074d9 | Session started |
○ | Gray | #666666 | Idle |
| Color | Hex | Usage |
|---|---|---|
| Green | #2ecc40 | Complete/Done |
| Yellow | #ffdc00 | Active/Working |
| Blue | #0074d9 | Reading/Searching |
| Aqua | #4166F5 | Project name text, Writing |
| Red | #ff4136 | Needs attention |
| Orange | #ff851b | Bash commands |
| Purple | #b10dc9 | Agent/Skill/MCP |
| Gray | #666666 | Thinking/Idle |
flowchart TB
subgraph "Claude Code"
CC[Claude Code CLI]
HookEvents[Hook Events<br/>PreToolUse, PostToolUse,<br/>Stop, Notification, etc.]
end
subgraph "Hook Script"
ActivityHook[claude-activity-hook.sh<br/>Maps events → activity/color/symbol]
end
subgraph "Shared State"
StateFile["/tmp/claude-zellij-status/<br/>{session}.json"]
end
subgraph "Zellij + zjstatus"
ZellijPipe[zellij pipe]
StatusBar[Status Bar Display<br/>symbol project]
end
CC -->|"stdin JSON"| HookEvents
HookEvents -->|"hook_event_name<br/>tool_name"| ActivityHook
ActivityHook -->|"Write state"| StateFile
ActivityHook -->|"pipe command"| ZellijPipe
ZellijPipe --> StatusBar
claude-activity-hook.sh - Hook script that captures Claude Code events and updates zjstatus/tmp/claude-zellij-status/MIT
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Matches all tools
Hooks run on every tool call, not just specific ones
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Persistent memory system for Claude Code - seamlessly preserve context across sessions