pchalasanipchalasaniCommunity·17 Agent Skills Included

claude-code-tools

Productivity tools and skills for Claude Code and Codex agents

Extends Claude Code and Codex CLI with session search, inter-agent messaging, tmux control, voice dictation, and durable multi-agent workflows. Eliminates lost context between sessions, manual coordination between agents, and repetitive terminal supervision. Includes ready-made skills for code walkthroughs, work logging, issue specs, and AI-writing cleanup to speed up daily development.
npx skills add pchalasani/claude-code-tools --all -g -y

All Skills in This Repository (17)

Pure Emerald Level Indicators
📦 In Repo
pchalasanipchalasani

tmux-cli

Coordinate cross-pane CLI communication for tmux automations.

Community
Intermediate
📦 In Repo
pchalasanipchalasani

recover-context

Extract the most recent parent session context and summarize task state and next steps.

Community
Intermediate
📦 In Repo
pchalasanipchalasani

session-search

Search past code agent sessions and summarize matching results with references.

Community
Advanced
📦 In Repo
pchalasanipchalasani

voice-update

Speak concise task summaries via pocket-tts after completion or Stop hook requests.

Community
Intermediate
📦 In Repo
pchalasanipchalasani

code-walk-thru

Guide sequential code walkthroughs across multiple files in supported editors.

Community
Basic
📦 In Repo
pchalasanipchalasani

make-issue-spec

Create markdown issue specifications with acceptance criteria and implementation plans.

Community
Basic
📦 In Repo
pchalasanipchalasani

log-work

Append timestamped work entries to a daily WORKLOG file.

Community
Basic
📦 In Repo
pchalasanipchalasani

patterns

Coordinate tool usage and task lifecycles in Langroid multi-agent setups.

Community
Advanced
📦 In Repo
pchalasanipchalasani

add-pattern

Record Langroid design patterns with descriptions and reference links.

Community
Basic
📦 In Repo
pchalasanipchalasani

msg

Send and receive messages between coding agent sessions in tmux panes.

Community
Basic
📦 In Repo
pchalasanipchalasani

voxtype-install

Guides installation, configuration, and launch of voxtype on-device voice dictation on macOS.

Community
Basic
📦 In Repo
pchalasanipchalasani

github-wake

Registers a GitHub issue watch that wakes the current Codex or Claude Code session on the first reply.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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