Slack-resident Claude bot for alert triage and @mention Q&A — built on
the Claude Agent SDK and MCP.
Status: early skeleton. Nothing is wired up to Slack yet.
brew install mickamy/tap/residentOr download a release archive directly from Releases (resident-{linux,darwin}-{x64,arm64}.tar.gz).
bun install
bun start "Say 'pong' and nothing else."Useful scripts:
| script | description |
|---|---|
bun run dev |
watch-mode entry |
bun test |
unit tests |
bun run typecheck |
tsc --noEmit |
bun run lint |
Biome lint + format check |
bun run build |
local single-binary build (dist/resident) |