By beorn
Multi-LLM research — deep research, second opinions, and multi-model debate via GPT, Gemini, Grok, and Perplexity
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
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.
Batch 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
GitHub notifications — build failures, PR activity, push events delivered as channel messages
Claude Code integration for Tribe coordination
npx claudepluginhub beorn/bearly --plugin llmAI-to-AI collaboration — review code, brainstorm ideas, and debate plans across Gemini, Codex, and Ollama
Multi-LLM integration for second opinions and task delegation
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
When calling LLM APIs from Python code. When connecting to llamafile or local LLM servers. When switching between OpenAI/Anthropic/local providers. When implementing retry/fallback logic for LLM calls. When code imports litellm or uses completion() patterns.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and gemini CLIs when installed) to get diverse perspectives on coding problems
Fuse the Claude Code model with OpenAI Codex and Google Gemini: query all three in parallel, then Claude judges, synthesizes, and acts.