X
@brian_scanlan thread (24): @brian_scanlan: We've been building an internal Cla…
@brian_scanlanthreadx
TL;DR. Intercom built an internal Claude Code platform with 13 plugins, 100+ skills, hooks enforcing PR workflows, and a read-only Rails production console exposed via MCP — used heavily by non-engineers without incident.
Takeaways
- Read-only prod Rails console via MCP: read-replica only, blocked tables, mandatory model verification, Okta auth, DynamoDB audit trail — top users turned out to be designers, CS engineers, and PMs.
- Full OpenTelemetry instrumentation of every Claude Code lifecycle event (14 types → Honeycomb); SessionEnd hook runs Haiku over transcripts to auto-classify gaps and file pre-filled GitHub issues, closing the loop into new skills.
- Hooks enforce process at the shell level: PreToolUse intercepts
gh pr createto demand business intent, blocks edits to merged branches, and after 5 permission prompts triggers a 14-day transcript analyzer that auto-promotes safe commands to settings.json. - Flaky-test fixer is a 9-step forensic workflow with a 20-category taxonomy and hard rules ("NEVER skip a spec as a fix"), sweeping for sibling instances of the same antipattern across the suite.