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.
npx claudepluginhub speaktojade/nclaudeThis skill is limited to using the following tools:
Use this skill to send and receive messages between Claude Code sessions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 reply