Armory
Source
Browse
CLAUDE.md / Rules

slack-claude-managed-agents-bridge

Stateless webhook bridge: Slack `app_mention` → CMA session (with routing metadata) → `session.status_idled` webhook → `chat.postMessage` in-thread.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install slack-claude-managed-agents-bridge --cli claude

writes the file to.claude/rules/slack-claude-managed-agents-bridge.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/rules/slack-claude-managed-agents-bridge.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Stateless webhook bridge: Slack app_mention → CMA session (with routing metadata) → session.status_idled webhook → chat.postMessage in-thread.

When to use it

Stateless webhook bridge: Slack app_mention → CMA session (with routing metadata) → session.status_idled webhook → chat.postMessage in-thread.

How to install / invoke

# Download the file into your project
curl -sL https://github.com/anthropics/claude-cookbook/raw/main/managed_agents/slack/CLAUDE.md -o CLAUDE.md

Notes

Extracted from anthropics/claude-cookbook. Merge relevant sections into your project CLAUDE.md or .claude/rules/ to apply these harness conventions.