AndreBaltazar8/andre-marketplace
André's Marketplace for Claude Code — plugins that extend Claude Code with new capabilities
Platform-specific configuration:
{
"mcpServers": {
"andre-marketplace": {
"command": "npx",
"args": [
"-y",
"andre-marketplace"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
This marketplace provides plugins that extend Claude Code.
What's included:
# Add the marketplace
/plugin marketplace add AndreBaltazar8/andre-marketplace
# Install the group chat plugin
/plugin install group-chat@andre-marketplaceAfter installing, launch Claude Code with the channel enabled:
> [!IMPORTANT] > Channels are in research preview. Custom channels are not yet on the approved allowlist, so you must use --dangerously-load-development-channels instead of --channels for now.
# During research preview
claude --dangerously-load-development-channels plugin:group-chat@andre-marketplace
# Once channels are out of research preview
claude --channels plugin:group-chat@andre-marketplaceOpen multiple terminals with the same command. Each instance joins automatically and can communicate with the others.
Plugin ID: group-chat@andre-marketplace
Multi-instance group chat for Claude Code. Multiple sessions communicate through a shared file-based message bus — no external services, no tokens, no network.
Features:
Requirements: Bun runtime
Tools exposed to Claude:
| Tool | Description | | --- | --- | | group_chat_send | Send a message to general or a named channel | | group_chat_dm | Send a private message to a specific member | | group_chat_members | List online
Loading reviews...