A collection of Claude Code plugins used by Breakroom engineering.
Add this repository as a marketplace, then install the plugins you want:
/plugin marketplace add breakroom/claude-code-plugins
/plugin install circleci@breakroom-plugins
Plugin for projects that build on CircleCI.
- CircleCI CLI skill — Patterns for driving the
circleciCLI: finding failed jobs, reading step output, structured--jsonoutput, and thecircleci apifallback
Plugin for common workflows on Breakroom projects.
- Make PR skill — Opens a pull request for the current branch following Breakroom's conventions (Linear card link, What changed, Why, Screenshots/Videos)
Plugin for working on Elixir projects.
- LSP integration — Configures Dexter (
dexter lsp) as the language server for.ex,.exsand.heexfiles, with user config for following delegates and debug logging
Plugin for managing Flox environments.
- Environment management skill — Guides activation, service management (Postgres, OpenSearch, Redis), and dependency handling
- Session start hook — Automatically checks whether the correct Flox environment is active when a Claude Code session starts, and warns if not
Plugin for managing Linear issues.
- Fix issue skill — Attempts a one-shot fix of a Linear bug, producing a draft PR assigned to you
Plugin for investigating errors in Sentry.
- Sentry CLI skill — Guides use of the
sentryCLI for viewing issues and events, including when a Linear card refers to a Sentry issue