claude-code-tools
Productivity tools and skills for Claude Code and Codex agents
All Skills in This Repository (17)
Pure Emerald Level Indicatorstmux-cli
Coordinate cross-pane CLI communication for tmux automations.
recover-context
Extract the most recent parent session context and summarize task state and next steps.
session-search
Search past code agent sessions and summarize matching results with references.
voice-update
Speak concise task summaries via pocket-tts after completion or Stop hook requests.
code-walk-thru
Guide sequential code walkthroughs across multiple files in supported editors.
make-issue-spec
Create markdown issue specifications with acceptance criteria and implementation plans.
log-work
Append timestamped work entries to a daily WORKLOG file.
patterns
Coordinate tool usage and task lifecycles in Langroid multi-agent setups.
add-pattern
Record Langroid design patterns with descriptions and reference links.
msg
Send and receive messages between coding agent sessions in tmux panes.
voxtype-install
Guides installation, configuration, and launch of voxtype on-device voice dictation on macOS.
github-wake
Registers a GitHub issue watch that wakes the current Codex or Claude Code session on the first reply.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-tools?▼
Run `npx skills add pchalasani/claude-code-tools --all -g -y` in your terminal to install all skills in this suite globally.
What does claude-code-tools do?▼
It adds productivity tools to Claude Code and Codex, including searching past sessions, messaging between agents, controlling tmux panes, and running resumable multi-agent workflows.
How to search past Claude Code sessions?▼
Use the session-search skill, which runs the aichat search command to find previous sessions by topic, decision, or code pattern and returns a concise summary.
Does claude-code-tools work with Codex CLI?▼
Yes. Most skills and plugins support both Claude Code and Codex CLI, including dynamic workflows, GitHub reply wakeups, and inter-agent messaging.
Can agents talk to each other with this suite?▼
Yes. The msg skill lets agents register, send, and reply to messages across tmux panes, and tmux-cli lets one agent run commands in another pane.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core