By djalmaaraujo
Complete Slack integration for Claude Code - send messages, search users, with intelligent caching and automatic configuration validation
npx claudepluginhub djalmaaraujo/claude-code-plugins --plugin slackUser provided: $ARGUMENTS
User provided: $ARGUMENTS
Interactive setup wizard to configure Slack credentials.
Check the current status of Slack plugin configuration.
Search for Slack users by username with intelligent caching. Returns user IDs for DMs and maintains a local cache to avoid repeated API calls. Can answer questions about cached users.
Send Slack messages and DMs as yourself directly from Claude Code using your browser session credentials. Extracts the target channel or user and message content directly from natural language prompts. Supports @username for DMs and
Interactive setup wizard for Slack plugin. Guides users through obtaining and configuring Slack credentials (workspace, token, cookie) from their browser session.
Validates Slack configuration and credentials. Checks if config exists, credentials are present, and authentication is working. Used internally by other Slack skills.
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.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Share bugs, ideas, or general feedback.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.