By beorn
GitHub notifications — build failures, PR activity, push events delivered as channel messages
Claude Code plugins and CLI tools — coordination, testing, research, refactoring.
Install the marketplace, then pick the plugins you want:
# Add marketplace (one time)
claude plugin marketplace add github:beorn/bearly
# Install plugins
claude plugin install tribe@bearly # Cross-session coordination
claude plugin install tty@bearly # Headless terminal testing
claude plugin install llm@bearly # Multi-LLM research
claude plugin install recall@bearly # Session history search
claude plugin install batch-refactor@bearly # Batch rename/refactor
claude plugin install github@bearly # GitHub notifications
| Plugin | Type | What |
|---|---|---|
| tribe | MCP channel | Cross-session coordination — discover, message, and coordinate multiple Claude Code sessions |
| tty | MCP server | Headless terminal testing — spawn PTY sessions, send keystrokes, capture screenshots |
| github | MCP channel | GitHub notifications — build failures, PR activity, push events as channel messages |
| llm | CLI skill | Multi-LLM research — deep research, second opinions, multi-model debate |
| recall | CLI skill | Session history search — FTS5-indexed search with LLM synthesis and file recovery |
| batch-refactor | CLI skill | Batch rename, refactor, and migrate across files with confidence-based auto-apply |
Available via bun tools/<tool>.ts:
bun tools/llm.ts ask "question" # Ask other LLMs
bun tools/llm.ts ask --deep "topic" # Deep research with web search
bun tools/recall.ts "query" # Search session history
bun tools/refactor.ts --help # Batch refactoring CLI
| Tool | What |
|---|---|
tools/worktree.ts | Git worktree management with submodule support |
Standalone npm packages absorbed from bearlymade:
| Package | What |
|---|---|
| alien-projections | Incremental reactive collection transforms for alien-signals |
| alien-resources | Async signal bridge for alien-signals — reactive resources |
| vitest-silvery-dots | Streaming dot reporter for Vitest, built with Silvery |
bun install
bun run typecheck
git submodule add git@github.com:beorn/bearly.git vendor/bearly
MIT
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub beorn/bearly --plugin githubBatch operations across files: rename, search-replace, refactor code, update text/markdown, migrate terminology. Use instead of sed/awk/perl/python scripts for multi-file edits.
Batch rename, refactor, and migrate across files — TypeScript symbols, file renames, text/markdown updates, API migrations
Multi-LLM research — deep research, second opinions, and multi-model debate via GPT, Gemini, Grok, and Perplexity
Claude Code integration for Tribe coordination
GitHub workflow, Actions monitoring, and rulesets management
Desktop notifications showing what Claude Code is working on - stay informed even when the terminal is not in focus. Optional sound alerts and AI summaries
GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
GitHub Actions CI/CD - workflows, authentication, inspection
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.