Slack Plugin for Claude Code: Connect to Slack for Context and Updates

Slack Plugin for Claude Code
Slack has rolled out a new plugin for Claude Code that enables direct connection to Slack workspaces. This plugin allows Claude Code to interact with Slack for several key functions.
Key Features
- Connect to Slack for search functionality
- Send and receive messages through Slack
- Create documents within Slack
- Access context from Slack to inform Claude Code's work
- Post updates directly to Slack channels
According to the source, the Claude Code team uses this plugin extensively. One team member reported that Claude Code was stuck on a difficult technical problem and used the Slack plugin to find appropriate context, which unblocked the issue.
Installation
To install the plugin, use this command:
/plugin install slackThe plugin appears to be designed for developers who use Claude Code and want to integrate their AI coding assistant with their team's Slack workspace for better context awareness and communication.
📖 Read the full source: r/ClaudeAI
👀 See Also

git-prism v0.9.0: Give AI Coding Agents Structured Diffs via MCP
git-prism is an MCP server that replaces raw git diff text with structured JSON for AI coding agents. v0.9.0 intercepts git calls at the PATH layer, catching subprocess and gh commands.

EsoLang-Bench: A Coding Benchmark Using Esoteric Languages to Test LLM Reasoning
Researchers created EsoLang-Bench, a coding benchmark using esoteric programming languages like Brainfuck and Whitespace to test whether LLMs can reason or just pattern-match. The best result across GPT-5.2, O4-mini, Gemini, Qwen, and Kimi was 11.2%.

Developer builds terminal status bar to monitor Claude Code session limits after unexpected cutoff
A developer created a Python terminal statusline that shows Claude Code's session usage live after being cut off mid-refactor without warning. The tool uses existing sessions without requiring an API key.

engram: Claude memory plugin with salience-gated capture and dream cycles
engram is a Claude memory plugin that filters observations at capture time using 5 salience dimensions, persisting only high-scoring events to SQLite with no LLM calls in scoring. It features automatic injection through 5 hooks and dream cycles that extract recurring workflows at session end.