Claude Slack Handoff
IntegrationBeginner
Routes @Claude coding intents into executable sessions and posts progress/status back to Slack.
SlackClaude CodeHandoffCollaboration
Installation
# Install Slack handoff bot
npm install -g claude-slack-handoff
# Configure with Slack bot token
claude-slack-handoff init \
--slack-token $SLACK_BOT_TOKEN \
--channel-filter "dev-,eng-" \
--auto-session true
Terminal Preview
Claude Slack Handoff
About Claude Slack Handoff
Claude Code plugins extend the built-in capabilities of Claude Code by adding new integrations, productivity features, and development tools. As a Integration plugin suitable for Beginner-level users, Claude Slack Handoff integrates seamlessly into your existing Claude Code workflow to help you get more done with less effort.
Related Plugins
Claude API Mocker
Generate realistic mock API responses from OpenAPI specs, GraphQL schemas, or example payloads.
Claude Env Sync
Sync environment variables across team members securely without committing secrets to git.
Claude Action Orchestrator
Standardizes Claude Code workflows in GitHub Actions for PR and issue automation.