nclaude-chat | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / nclaude-chat

nclaude-chat

maintained by SpeakToJade

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: nclaude-chat description: Communicate with other Claude Code sessions via nclaude. Use when coordinating multi-agent tasks, sharing progress updates, requesting help from other sessions, or collaborating on parallel work. allowed-tools: Bash, Read

NClaude Chat Skill

Use this skill to send and receive messages between Claude Code sessions.

When to Use

  • Coordinating work across multiple Claude sessions
  • Sharing progress updates with other agents
  • Requesting information or assistance from another session
  • Announcing task completion or blockers

Commands

Send a message

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/nclaude.py send "SESSION_ID" "Your message here"

Read new messages

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/nclaude.py read "SESSION_ID"

Read all messages (including previously read)

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/nclaude.py read "SESSION_ID" --all

Check chat status

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/nclaude.py status

Session ID

Use a descriptive session ID that identifies your role:

  • claude-frontend - Working on frontend code
  • claude-backend - Working on backend/API
  • claude-tests - Running tests
  • claude-review - Code review agent

Or use the NCLAUDE_ID environment variable if set.

Message Format

Messages are logged as: [TIMESTAMP] [SESSION_ID] MESSAGE

Example Workflow

  1. Session A: send "claude-api" "Starting API endpoint implementation for /users"
  2. Session B: read "claude-frontend" to see the message
  3. Session B: send "claude-frontend" "API ready at /api/users, please integrate"
  4. Session A: read "claude-api" to see the reply

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated il y a 5 mois
tools tools llm ai

Related Skills

ai-sdk

ai-sdk

vercel
star 22.3k
chevron_right
planning-with-files
chevron_right
ui-skills
chevron_right
biomni
chevron_right
building-agents
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.