Skip to content

zfc20/claude-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚡ claude-panel

Terminal split panel + agent marketplace for Claude Code

Stop working blind. See your context limit, git status, and every installed skill/agent — live, right next to Claude.

┌──────────────────────────────────┬──────────────────────────────┐
│                                  │  ⚡ CLAUDE CODE PANEL         │
│   claude (your session)          │  16:22  13.03.2026  [TR]     │
│                                  │  E:\my-project               │
│   > ask claude anything          │  ──────────────────────────  │
│                                  │  CONTEXT / LIMIT             │
│                                  │  [========............]       │
│                                  │  72 KB / 40 KB (180%)        │
│                                  │  !! LIMIT EXCEEDED           │
│                                  │  ──────────────────────────  │
│                                  │  GIT  branch: master         │
│                                  │  Pending: 3 files            │
│                                  │  ──────────────────────────  │
│                                  │  SKILLS (8)                  │
│                                  │  ★ /docker-expert   Docker   │
│                                  │    /senior-backend  Backend  │
│                                  │  ──────────────────────────  │
│                                  │  AGENTS (35)                 │
│                                  │    golang-pro   Go expert    │
│                                  │    rust-pro     Rust/systems │
└──────────────────────────────────┴──────────────────────────────┘

Install

npx claude-panel

Open a new terminal. Type claude. Done.


Platform support

Platform Terminal split How
Windows Windows Terminal wt split-pane
macOS Any terminal tmux split
Linux Any terminal tmux split

macOS / Linux: requires tmux

brew install tmux          # macOS
sudo apt install tmux      # Ubuntu/Debian

What's in the panel

Section What it shows
CONTEXT CLAUDE.md size vs 40 KB limit — turns red when exceeded
GIT Branch, pending files, last commit message
MEMORY How many memory files are in ~/.claude/.../memory/
SKILLS All installed skills — invoke with /skill-name
AGENTS All installed agents with one-line descriptions
FAVORITES Pinned items (★) shown first

Panel refreshes every 30 seconds automatically.


Agent Marketplace

418 agents. 28 categories. Pick, preview, install — without leaving the terminal.

marketplace
  ⚡ CLAUDE CODE MARKETPLACE
  Kategori sec

    1. ai-specialists          8 agent
    2. api-graphql             8 agent
    3. development-team       17 agent
    4. development-tools      34 agent
    5. security               20 agent
    ...28 categories total

  s = ara  |  q = cik  |  r = yenile

Select a category → browse agents → read description → press k to install. Already-installed agents show .


Commands

Command What it does
claude Open Claude Code with live panel side by side
marketplace Browse + install 418+ agents interactively
panel-lang tr Switch panel to Turkish
panel-lang en Switch panel to English
panel-fav /skill-name Pin a skill to top of panel
panel-fav agent-name Pin an agent to top of panel

How it works

npx claude-panel does a one-time setup:

Windows:

  1. Installs terminal-panel.ps1~/.claude/
  2. Adds claude, marketplace, panel-lang, panel-fav to your PowerShell $PROFILE
  3. Creates ~/.claude/claude.cmd so it also works from CMD

macOS / Linux:

  1. Installs panel.sh~/.claude/ (bash, runs in right tmux pane)
  2. Installs marketplace.js~/.claude/
  3. Adds claude, marketplace, panel-lang, panel-fav to ~/.zshrc (or ~/.bashrc)

After setup, every claude invocation opens a split — your session on the left, the live panel on the right.


Favorites

panel-fav /docker-expert      # pin a skill
panel-fav golang-pro          # pin an agent

Pinned items appear at the top of the panel with a mark.


Requirements

Windows macOS Linux
Node.js 16+
Claude Code
Windows Terminal
tmux

Install Claude Code: npm install -g @anthropic-ai/claude-code Install Windows Terminal: winget install Microsoft.WindowsTerminal


Built for Claude Code power users — runs entirely in your terminal.

About

Terminal split panel + agent marketplace for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors