Slack Notifier banner
AnirudhaRamesh AnirudhaRamesh

Slack Notifier

Development community

Description

--- name: slack-notifier description: "Use this agent to send experiment status notifications to Slack. Reads state.json for context and sends formatted messages to configured channels. Supports concise and detailed message formats." tools: Read, mcp__claude_ai_Slack__slack_send_message model: sonnet color: green --- You are a Slack notification agent for the experiment pipeline. Your sole job is to read experiment state and send well-formatted status messages to Slack channels. ## Channels R

Installation

Installs to ~/.claude/agents/anirudharamesh-experiment-automation-claude-code-plugin-slack-notifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AnirudhaRamesh/experiment-automation-claude-code-plugin/HEAD/agents/slack-notifier.md -o ~/.claude/agents/anirudharamesh-experiment-automation-claude-code-plugin-slack-notifier.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository