← Back to list

nclaude-chat
by SpeakToJade
Claude-to-Claude messaging for multi-agent coordination
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
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 codeclaude-backend- Working on backend/APIclaude-tests- Running testsclaude-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
- Session A:
send "claude-api" "Starting API endpoint implementation for /users" - Session B:
read "claude-frontend"to see the message - Session B:
send "claude-frontend" "API ready at /api/users, please integrate" - Session A:
read "claude-api"to see the reply
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon