Thanks to visit codestin.com
Credit goes to github.com

Skip to content

justinwlin/claude-comm-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Comm Plugins

Communication and collaboration tools for Claude Code multi-agent workflows.

Overview

This repository contains a collection of Claude Code plugins designed to enhance multi-agent communication and collaboration across repositories. Each plugin is independently installable and addresses specific aspects of cross-agent workflows.

Installation

Add marketplace

claude plugin marketplace add https://github.com/j4c0bs/claude-comm-plugins.git

Install individual plugin

CLI:

claude plugin install intercom@claude-comm-plugins

In claude code:

/plugin

Verify Installation

# In claude code
/plugin

Available Plugins

Category: Productivity

Enable Claude Code agents in separate repositories to communicate via CLI invocation. Bypasses --add-dir limitations (access to agents and skills) by invoking Claude Code directly in target repositories.

Features:

  • Cross-repository agent communication
  • Automatic session state management
  • Cost-efficient multi-turn conversations (savings via prompt caching)
  • Flexible storage: temporary or project-local
  • Autonomous skill activation + manual /intercom command

Installation:

claude plugin install intercom@claude-comm-plugins

Full Documentation →


Category: Productivity Platform: macOS

Provide voice updates during tasks using macOS say command for proactive communication. Enables voice notifications for progress, findings, and attention requests without blocking execution.

Features:

  • Proactive voice updates during work
  • Intelligent voice selection (respects preferences + context)
  • Notable moments only (not routine operations)
  • Non-blocking background execution
  • Natural language messages designed for speech
  • Context-aware voice selection (progress/emphasis/attention)

Installation:

claude plugin install voice-updates@claude-comm-plugins

Full Documentation →


Category: Productivity Platform: macOS

Send macOS desktop notifications for important events, milestones, or status updates without interrupting workflow. Surfaces critical information to the macOS Notification Center when users are away or multitasking.

Features:

  • Desktop notifications for long-running operations
  • 5 notification categories (Completion, Discovery, Milestone, Attention, Error)
  • Category-specific sound cues (Glass, Funk, Purr, Basso)
  • Graceful fallback between terminal-notifier and osascript
  • Progressive disclosure documentation for token efficiency
  • Notable moments only (not routine operations)

Installation:

claude plugin install apple-notifications@claude-comm-plugins

Full Documentation →


Repository Structure

claude-comm-plugins/
├── .claude-plugin/
│   └── marketplace.json         # Marketplace configuration
├── plugins/
│   ├── intercom/                # Intercom plugin
│   │   ├── .claude-plugin/
│   │   │   └── plugin.json
│   │   ├── skills/
│   │   ├── commands/
│   │   └── README.md
│   ├── voice-updates/           # Voice Updates plugin
│   │   ├── .claude-plugin/
│   │   │   └── plugin.json
│   │   ├── skills/
│   │   └── README.md
│   └── apple-notifications/     # Apple Notifications plugin
│       ├── .claude-plugin/
│       │   └── plugin.json
│       ├── skills/
│       └── README.md
├── README.md                    # This file
└── .gitignore

Plugin Requirements

Each plugin must:

  • Follow Claude Code plugin conventions
  • Include .claude-plugin/plugin.json manifest
  • Provide comprehensive documentation in README.md
  • Use kebab-case naming
  • Include clear usage examples

Support

License

MIT

Acknowledgments

Built for the Claude Code community. Special thanks to the Anthropic team for creating Claude Code and the plugin system.


Repository Version: 1.0.0 Owner: Jeremy Jacobs Last Updated: 2025-11-30

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published