recover-context
Extract full context of the last task from the most recent parent session
Inter-agent communication via the msg CLI. Use this when you need to send messages to other agent sessions, read incoming messages, or coordinate with other agents in tmux panes.
$ npx -y skills add pchalasani/claude-code-tools --skill msg --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/msgContext preview
The summary Claude sees to decide when to auto-load this skill.
Inter-agent communication via the msg CLI. Use this when you need to send messages to other agent sessions, read incoming messages, or coordinate with other agents in tmux panes.
name: msg description: >- Inter-agent communication via the msg CLI. Use this when you need to send messages to other agent sessions, read incoming messages, or coordinate with other agents in tmux panes.
You can communicate with other coding agent sessions (Claude Code or Codex CLI) using the `msg` CLI tool.
Before sending or receiving messages, register yourself:
msg register <your-name>
This auto-detects your tmux pane. You only need to do this once per session.
Send a message directly to another agent:
msg send <agent-name> "Your message here"
Send to multiple agents:
msg send agent1,agent2 "Message for both of you"
msg reply <agent-name> "Your reply here"
Check your inbox:
msg inbox
This shows all unread messages grouped by thread and marks them as read.
msg list # List registered agents msg threads # List active threads msg status # Check system health
receiving agent's session.
recipient understands without re-reading the full thread.
them in the message text rather than pasting large blocks.
Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents.
Repo: pchalasani/claude-code-tools
Extract full context of the last task from the most recent parent session
For CLI agents WITHOUT subagent support (e.g., Codex CLI). Search previous code agent sessions for specific work, decisions, or code patterns.
Create, review, run, inspect, pause, resume, and cancel durable JavaScript workflows that coordinate multiple headless Codex agents. Use for dynamic fan-out…
Register an existing GitHub issue so the current Codex or Claude Code session is woken when its first future comment arrives. Use when work is genuinely…