From speaktojade-nclaude
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/speaktojade-nclaude:chatThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to send and receive messages between Claude Code sessions.
Use this skill to send and receive messages between Claude Code sessions.
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/nclaude.py send "SESSION_ID" "Your message here"
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/nclaude.py read "SESSION_ID"
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/nclaude.py read "SESSION_ID" --all
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/nclaude.py status
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 agentOr use the NCLAUDE_ID environment variable if set.
Messages are logged as: [TIMESTAMP] [SESSION_ID] MESSAGE
send "claude-api" "Starting API endpoint implementation for /users"read "claude-frontend" to see the messagesend "claude-frontend" "API ready at /api/users, please integrate"read "claude-api" to see the replyGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin speaktojade-nclaude