
Speaktojade Nclaude
- Updated January 27, 2026
- SpeakToJade/nclaude
speaktojade-nclaude is a Claude Code plugin that provides Claude-to-Claude messaging for multi-session and multi-agent coordination.
About
speaktojade-nclaude is a Claude Code plugin that enables Claude-to-Claude messaging so developers can coordinate multiple agent sessions instead of manually shuttling context between windows. When you split work across researcher, implementer, and reviewer roles—or run long-running background tasks—lack of inter-session channels forces brittle prompts and lost state. nclaude targets that gap with explicit messaging and multi-session coordination primitives wired for Claude Code. It suits advanced indies experimenting with small agent teams on one machine or repo, not enterprises needing formal job queues. Complexity is advanced because you must design roles, handoffs, and failure modes. The plugin is coordination infrastructure, not a feature generator: you still own tasks, repos, and safety boundaries. Pair it with clear session naming and scoped permissions for each agent.
- Claude-to-Claude messaging for multi-agent workflows
- Supports multi-session coordination without manual copy-paste
- Single-plugin bundle (nclaude) from SpeakToJade/nclaude
- Keywords: coordination, messaging, multisession, claudetoclaude
- Fits parallel specialist agents (research, implement, review) on one codebase
Speaktojade Nclaude by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install speaktojade-nclaude@SpeakToJade/nclaudeAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | January 27, 2026 |
|---|---|
| Repository | SpeakToJade/nclaude ↗ |
What it does
Install when you run multiple Claude sessions or agents that need direct Claude-to-Claude messaging and coordination.
Who is it for?
Power users orchestrating multiple Claude Code agents on one project with defined roles and handoffs.
Skip if: Skip if you only use a single Claude chat or teams that need production-grade orchestration with auth, quotas, and audit logs out of the box.
What you get
After install, separate Claude sessions can exchange messages so coordinated multi-agent workflows need less manual bridging.
- Working Claude-to-Claude message channel between sessions
- Reduced manual context relay for multi-agent build workflows
By the numbers
- Plugin count: 1
- Repository: SpeakToJade/nclaude
- Primary plugin keyword: nclaude
Recommended Plugins
How it compares
Agent coordination messaging plugin, not a skills marketplace or a single-task codegen skill.
FAQ
Who is Speaktojade Nclaude for?
Developers using Claude Code who run multiple concurrent sessions or sub-agents and want native Claude-to-Claude messaging.
When should I use Speaktojade Nclaude?
Use it when parallel agents must share status, delegate subtasks, or coordinate without you acting as the only message bus.
How do I add Speaktojade Nclaude to my agent?
Register SpeakToJade/nclaude as a Claude Code plugin source, install the nclaude plugin, and follow the repo setup for enabling inter-session messaging.