By nkmr-jp
Control cmux macOS terminal multiplexer natively from Claude Code via CLI commands and JSON-RPC socket API. Manage windows, workspaces, panes, surfaces, notifications, status bar, and agent browser. Sync Claude status updates (idle, running, awaiting, clear) automatically on 7 lifecycle events like session start/end, tool use, and notifications via shell hooks.
npx claudepluginhub nkmr-jp/setup --plugin cmuxMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.
Battle-tested Claude Code plugin for engineering teams — 53 agents, 203 skills, 69 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Matches all tools
Hooks run on every tool call, not just specific ones
Share bugs, ideas, or general feedback.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install \
ghq peco gh fzf trash-cli terminal-notifier \
jq tig anyenv fx translate-shell tree bat gitmoji coreutils \
procs fd tesseract-lang google-cloud-sdk pre-commit \
tflint buildpacks/tap/pack grep helm \
parallel lefthook htop tmux duckdb deno bottom starship \
font-fira-code-nerd-font zsh-syntax-highlighting zoxide \
ripgrep mpv yq pnpm secretive sleepwatcher aqua gitleaks git-delta \
lazygit
#brew install --cask miniconda warp
brew install --cask rectangle
# brew install --cask hyper@canary
# brew install --cask wezterm
brew tap redis-stack/redis-stack
brew install redis-stack
brew install --cask iterm2
brew install --cask github
brew install --cask licecap
brew install orbstack amazon-q miniserve
brew install --cask ghostty
brew tap manaflow-ai/cmux
brew install --cask cmux
sudo ln -sf "/Applications/cmux.app/Contents/Resources/bin/cmux" /usr/local/bin/cmux
# Install fzf widget
# See: https://junegunn.github.io/fzf/
$(brew --prefix)/opt/fzf/install
starship preset pure-preset -o ~/.config/starship.toml
menu -> Install Shell Integration
ghostty / iTerm2 Scripts / cmux の設定は本リポジトリ配下で管理している。詳細とインストール手順は各 README を参照:
mkdir -p ~/.config/ghostty ~/.config/cmux ~/Library/Application\ Support/iTerm2/Scripts/AutoLaunch
ln -sf ~/ghq/github.com/nkmr-jp/setup/ghostty/config ~/.config/ghostty/config
ln -sf ~/ghq/github.com/nkmr-jp/setup/cmux/settings.json ~/.config/cmux/settings.json
ln -sf ~/ghq/github.com/nkmr-jp/setup/iterm2/PaneCount.py ~/Library/Application\ Support/iTerm2/Scripts/AutoLaunch/PaneCount.py
# https://github.com/sindresorhus/quick-look-plugins
brew install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize suspicious-package quicklookase qlvideo
xattr -r ~/Library/QuickLook
xattr -d -r com.apple.quarantine ~/Library/QuickLook
ghq get -p nkmr-jp/setup
# ~/.gitconfig
[include]
path = ~/ghq/github.com/nkmr-jp/setup/gitconfig
git config --global user.name "username"
git config --global user.email "mailaddress"
ghq get coderabbitai/git-worktree-runner
ln -s "$(pwd)/bin/git-gtr" ~/src/bin/git-gtr
This repository uses a modular approach for Zsh configuration:
setup/
├── .zshrc # Main Zsh configuration (symlinked to ~/.zshrc)
├── zsh/ # Modular Zsh configurations
│ ├── core.zsh # Core Zsh settings and sourcing
│ ├── env_vars.zsh # Environment variables and PATH
│ ├── aliases.zsh # Shell aliases
│ ├── functions.zsh # Utility functions
│ ├── gwt.zsh # Git worktree utilities
│ ├── keybindings.zsh # Key bindings
│ ├── plugins.zsh # Plugin settings
│ └── theme.zsh # Theme settings
├── tools/ # Tool-specific configurations
└── gitconfig # Git configuration
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim