Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Conduct specialized code reviews on Go projects, auditing web server architecture, middleware, concurrency patterns, data persistence with PostgreSQL, BubbleTea TUIs, Wish SSH servers, Prometheus instrumentation, and testing practices to ensure idiomatic, secure, high-performance code.
npx claudepluginhub existential-birds/beagle --plugin beagle-goReviews BubbleTea TUI code for proper Elm architecture, model/update/view patterns, and Lipgloss styling. Use when reviewing terminal UI code using charmbracelet/bubbletea.
Go application architecture with net/http 1.22+ routing, project structure patterns, graceful shutdown, and dependency injection. Use when building Go web servers, designing project layout, or structuring application dependencies.
Reviews Go code for idiomatic patterns, error handling, concurrency safety, and common mistakes. Use when reviewing .go files, checking error handling, goroutine usage, or interface design. Covers generics (Go 1.18+), errors.Join and slog (Go 1.21+), and Go 1.22 loop variable semantics.
Go concurrency patterns for high-throughput web applications including worker pools, rate limiting, race detection, and safe shared state management. Use when implementing background task processing, rate limiters, or concurrent request handling.
Data persistence patterns in Go covering raw SQL with sqlx/pgx, ORMs like Ent and GORM, connection pooling, migrations with golang-migrate, and transaction management. Use when implementing database access, designing repositories, or managing schema migrations.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Go-specific development tools with idiomatic best practices
AI Agent Skills for production-ready Go projects
Master Go 1.25+ development with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Skills: golangci-lint, goreleaser, go-tool (Go 1.24+ tool dependencies), go-blackbox (black box test enforcement), go-structure (project layout), GitHub Actions, GitLab CI. MCP: context7
Go development following Google Go style guide with Go 1.25+ features and best practices
Enhances code agents with Go best practices covering performance, modern syntax, generics, patterns, testing, error handling, and concurrency.
Python, FastAPI, SQLAlchemy, PostgreSQL, and pytest code review. Pairs with beagle-core for full workflow.
Rust code review and development skills covering ownership, lifetimes, error handling, async/tokio, serde, sqlx, axum, macros, FFI, unsafe, concurrency, and testing patterns.
React, React Flow, React Router, shadcn/ui, Tailwind v4, Vitest, and Zustand code review. Pairs with beagle-core for full workflow.
Architecture analysis, brainstorming, ADR generation, LLM-as-judge comparison, and spec gap resolution.
Pydantic AI, LangGraph, DeepAgents, and Vercel AI SDK skills for building and reviewing AI applications.

Image: NASA, Public Domain. Source
Beagle is a Claude Code plugin marketplace with 124 skills across code review, documentation, testing, architectural analysis, and git workflows. Use it to review before you push, detect AI-generated artifacts, draft and improve docs, generate test plans, and analyze codebases — across Python, Go, Rust, Elixir, React, iOS/Swift, and AI frameworks.
Used with Amelia for agent-based workflows and Daydream for automated review-fix-test loops.
Prerequisites:
run-test-plan skill (optional)# Add the marketplace
claude plugin marketplace add https://github.com/existential-birds/beagle
# Install the plugins you need
claude plugin install beagle-core@existential-birds
claude plugin install beagle-python@existential-birds
claude plugin install beagle-react@existential-birds
Verify installation by opening a new Claude Code session and running /beagle-core:commit-push — if the skill loads, the plugin is active.
To update:
claude plugin marketplace update existential-birds && claude plugin update <plugin-name>
Troubleshooting:
~/.claude/plugins/known_marketplaces.json and restart Claude Code.claude plugin marketplace update existential-birds to refresh the marketplace.Use the skills CLI to install beagle skills for other AI agents:
npx skills add existential-birds/beagle
This downloads the skills and configures them for your agent.
Codex users: Link each plugin into ~/.agents/skills/ — see .codex/INSTALL.md for setup instructions.
| Plugin | Skills | Category |
|---|---|---|
| beagle-core | 18 | Shared workflows, verification, git |
| beagle-python | 7 | Python, FastAPI, SQLAlchemy, pytest |
| beagle-go | 13 | Go, BubbleTea, Wish SSH, Prometheus |
| beagle-elixir | 11 | Elixir, Phoenix, LiveView, ExUnit, ExDoc |
| beagle-ios | 16 | Swift, SwiftUI, SwiftData, iOS frameworks |
| beagle-react | 16 | React, React Flow, shadcn/ui, Tailwind |
| beagle-rust | 10 | Rust, tokio, axum, sqlx, serde |
| beagle-ai | 13 | Pydantic AI, LangGraph, DeepAgents |
| beagle-docs | 10 | Documentation quality, AI writing detection (Diataxis) |
| beagle-analysis | 8 | Brainstorming, 12-Factor, ADRs, LLM-as-judge |
| beagle-testing | 2 | Test plan generation and execution |
| Total | 124 | — |
These are the canonical skill entry points for Beagle.
| Skill | Description |
|---|---|
review-plan <path> | Review implementation plans |
review-llm-artifacts | Detect LLM coding artifacts |
fix-llm-artifacts | Fix detected artifacts |
commit-push | Commit and push changes |
create-pr | Create PR with template |
gen-release-notes <tag> | Generate release notes |
receive-feedback <path> | Process review feedback |
fetch-pr-feedback | Fetch bot comments from PR |
respond-pr-feedback | Reply to bot comments |
skill-builder | Create new skills |
prompt-improver | Optimize prompts |
| Skill | Plugin | Description |
|---|---|---|
review-python | beagle-python | Python/FastAPI code review |
review-frontend | beagle-react | React/TypeScript code review |
review-go | beagle-go | Go code review |
review-tui | beagle-go | BubbleTea TUI code review |
review-ios | beagle-ios | iOS/SwiftUI code review |
review-elixir | beagle-elixir | Elixir/Phoenix code review |
review-rust | beagle-rust | Rust/tokio/axum code review |
| Skill | Plugin | Description |
|---|---|---|
draft-docs <prompt> | beagle-docs | Generate documentation drafts |
improve-doc <path> | beagle-docs | Improve docs using Diataxis |
ensure-docs | beagle-docs | Documentation coverage check |
review-ai-writing | beagle-docs | Detect AI writing patterns |
humanize | beagle-docs | Fix AI writing with safe/risky classification |
12-factor-apps-analysis | beagle-analysis | 12-Factor compliance check |
llm-judge | beagle-analysis | Compare implementations |
write-adr | beagle-analysis | Generate ADRs from decisions |