Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Enforce Python code quality with a verified-issue workflow: review FastAPI routing, SQLAlchemy database patterns, PostgreSQL queries, pytest tests, and general Python type safety, using parallel linters (ruff, mypy) and multi-step verification to eliminate false positives.
npx claudepluginhub existential-birds/beagle --plugin beagle-pythonReviews FastAPI code for routing patterns, dependency injection, validation, and async handlers. Use when reviewing FastAPI apps, checking APIRouter setup, Depends() usage, or response models.
Reviews PostgreSQL code for indexing strategies, JSONB operations, connection pooling, and transaction safety. Use when reviewing SQL queries, database schemas, JSONB usage, or connection management.
Reviews pytest test code for async patterns, fixtures, parametrize, and mocking. Use when reviewing test_*.py files, checking async test functions, fixture usage, or mock patterns.
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.
Comprehensive Python/FastAPI backend code review with optional parallel agents
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.
Pydantic AI, LangGraph, DeepAgents, and Vercel AI SDK skills for building and reviewing AI applications.
Python development tools. Includes 2 specialized agents and 8 skills.
Python-specific validation, patterns, and expert agents
Research-backed best practices for building modern, production-grade Python packages — project structure, pyproject.toml, typing, testing, CI/CD, documentation, versioning, API design, packaging, security, and developer experience
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.
Swift, SwiftUI, SwiftData, iOS animation design/implementation/review, and framework code review (HealthKit, CloudKit, WidgetKit, watchOS, App Intents). Pairs with beagle-core for full workflow.

Image: NASA, Public Domain. Source
Beagle is a Claude Code plugin marketplace with 145 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, Remix v2, 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 | 20 | 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-remix-v2 | 12 | Remix v2 route modules, loaders/actions, forms, sessions |
| beagle-rust | 12 | Rust, tokio, axum, sqlx, serde |
| beagle-ai | 13 | Pydantic AI, LangGraph, DeepAgents |
| beagle-docs | 10 | Documentation quality, AI writing detection (Diataxis) |
| beagle-analysis | 13 | Brainstorming, ADRs, strategy, LLM-as-judge, spec gap resolution, TDD plan writing |
| beagle-testing | 2 | Test plan generation and execution |
| Total | 145 | — |
These are the canonical skill entry points for Beagle.
| Skill | Description |
|---|---|
review-plan <path> | Review implementation plans |
review-llm-artifacts | Detect LLM coding artifacts |
verify-llm-artifacts | Confirm or reject review findings before deletes |
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 |
subagent-prompt | Hand off the current session as an orchestrator-plus-subagents prompt for a fresh session |
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 |
review-remix-v2 | beagle-remix-v2 | Remix v2 code review (loaders, actions, forms, sessions) |