Planning, execution, and Slack integration tools for Claude Code
npx claudepluginhub djalmaaraujo/claude-code-pluginsSub-agent-based plan execution system with specification workflow, automatic dependency resolution, parallelism, and safety checks
Complete Slack integration for Claude Code - send messages, search users, with intelligent caching and automatic configuration validation
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A collection of plugins for Claude Code.
| Plugin | Description |
|---|---|
| planner | Sub-agent-based plan execution with dependency resolution and parallelism |
| slack | Send Slack messages and search users via browser session credentials |
Optional dependencies for Linear integration:
/planner:linear-project-create, /planner:linear-milestone-create, /planner:linear-issue-create)All other planner features work without any external dependencies.
System requirements:
Authentication requirements:
/slack:slack-setup wizard from your browser's DevToolsSee individual plugin READMEs for detailed setup instructions.
From within Claude Code, run:
/plugin marketplace add djalmaaraujo/claude-code-plugins
Or add via GitHub URL:
/plugin marketplace add https://github.com/djalmaaraujo/claude-code-plugins
Option 1: Interactive UI (Recommended)
/plugin
Then navigate to the Discover tab, find the plugin you want, and press Enter to install.
Option 2: Command line
# Install the planner plugin
/plugin install planner@djalmaaraujo-claude-code-plugins
# Install the slack plugin
/plugin install slack@djalmaaraujo-claude-code-plugins
Refresh plugin listings from this marketplace:
/plugin marketplace update djalmaaraujo-claude-code-plugins
Or enable auto-updates via the UI:
/plugin
Go to Marketplaces tab and toggle Enable auto-update for this marketplace.
# Disable a plugin (keep installed)
/plugin disable planner@djalmaaraujo-claude-code-plugins
# Re-enable a disabled plugin
/plugin enable planner@djalmaaraujo-claude-code-plugins
# Remove a specific plugin
/plugin uninstall slack@djalmaaraujo-claude-code-plugins
# Remove the entire marketplace
/plugin marketplace remove djalmaaraujo-claude-code-plugins
MIT
Issues and pull requests are welcome at GitHub.