react-router-v7
π―Skillfrom existential-birds/beagle
Provides code review and verification guidance for React Router version 7, helping developers catch routing configuration and navigation issues early in the development process.
Installation
npx skills add https://github.com/existential-birds/beagle --skill react-router-v7Skill Details
Overview
# beagle

Image: NASA, Public Domain. [Source](https://www.nasa.gov/multimedia/imagegallery/image_feature_572.html)
A Claude Code plugin for code review and verification workflows. Catch issues before you push with pre-commit reviews for Python, Go, React, iOS/Swift, and AI frameworks.
Powers the agents in [Amelia](https://github.com/existential-birds/amelia).
Installation
Prerequisites:
- [Claude Code](https://claude.ai/code) CLI installed
- [agent-browser](https://github.com/vercel-labs/agent-browser) for
run-test-plancommand (optional)
```bash
claude plugin marketplace add https://github.com/existential-birds/beagle
claude plugin install beagle
```
Verify installation by running /beagle: in Claude Codeβyou should see the command list.
To update: claude plugin update beagle
Troubleshooting:
- "Marketplace file not found": Remove stale entries from
~/.claude/plugins/known_marketplaces.jsonand restart Claude Code. - Plugin not updating: Run
claude plugin marketplace update beagleto refresh the marketplace, thenclaude plugin update beagle.
Other Agents
Use the [skills CLI](https://skills.sh/docs/cli) to install beagle skills for other AI agents:
```bash
npx skills add existential-birds/beagle
```
This downloads the skills and configures them for your agent. Commands (/beagle:*) are Claude Code specific and not available through the skills CLI.
Skills
Auto-loaded by Claude when relevant. See [Agent Skills](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview).
| Category | Skills |
|----------|--------|
| Frontend | react-flow-\, react-router-\, tailwind-v4, shadcn-\*, zustand-state, dagre-react-flow, vitest-testing, ai-elements |
| Backend (Python) | python-code-review, fastapi-code-review, sqlalchemy-code-review, postgres-code-review, pytest-code-review, docling, sqlite-vec |
| Backend (Go) | go-code-review, go-testing-code-review, bubbletea-code-review, wish-ssh-code-review, prometheus-go-code-review |
| iOS/Swift | swift-code-review, swiftui-code-review, swiftdata-code-review, combine-code-review, urlsession-code-review, healthkit-code-review, cloudkit-code-review, watchos-code-review, widgetkit-code-review, app-intents-code-review, swift-testing-code-review |
| AI Frameworks | pydantic-ai-\ (6), langgraph-\ (3), vercel-ai-sdk, deepagents-\* (3) |
| Documentation | docs-style, tutorial-docs, howto-docs, reference-docs, explanation-docs |
| Workflow | receive-feedback, review-feedback-schema, review-skill-improver, llm-artifacts-detection |
| Architecture | 12-factor-apps, agent-architecture-analysis, adr-\*, github-projects |
Commands
Run with /beagle:. See [Slash commands](https://docs.claude.com/en/docs/claude-code/slash-commands).
| Command | Description |
|---------|-------------|
| review-python | Python/FastAPI code review |
| review-frontend | React/TypeScript code review |
| review-go | Go code review |
| review-tui | BubbleTea TUI code review |
| review-ios | iOS/SwiftUI code review |
| review-plan | Review implementation plans |
| review-llm-artifacts | Detect LLM coding artifacts |
| fix-llm-artifacts | Fix detected artifacts |
| gen-test-plan | Generate YAML test plan from branch changes |
| run-test-plan | Execute test plan, stop on first failure |
| commit-push | Commit and push changes |
| create-pr | Create PR with template |
| gen-release-notes | Generate release notes |
| write-adr | Generate ADRs from decisions |
| draft-docs | Generate documentation drafts |
| improve-doc | Improve docs using DiΓ‘taxis |
| 12-factor-apps-analysis | 12-Factor compliance check |
| receive-feedback | Process review feedback |
| fetch-pr-feedback | Fetch bot comments from PR |
| respond-pr-feedback | Reply to bot comments |
More from this repository10
tailwind-v4 skill from existential-birds/beagle
Provides code review and verification guidance specifically for React Flow library implementations, helping developers catch and resolve potential issues in data flow and component graph configurat...
Provides specialized code review and verification guidance for AI framework elements and components, focusing on best practices and potential implementation issues.
Provides advanced code review and verification capabilities for complex React Flow diagrams, focusing on intricate node and edge configurations.
Performs comprehensive code review and quality checks for React Flow projects, identifying potential architectural, performance, and best practice issues in component and workflow implementations.
Performs comprehensive code reviews and identifies potential issues, best practices, and optimization opportunities in SwiftUI application code.
Analyzes and reviews LangGraph architecture designs, providing code quality insights and best practices for building complex AI agent workflows and state machines.
Analyzes and validates React Flow component architecture, ensuring proper data flow, component hierarchy, and best practices in complex React applications.
Provides automated testing and verification support for JavaScript/TypeScript projects using the Vitest testing framework, helping developers write and run unit and integration tests efficiently.
Reviews React Router code for potential routing configuration issues, best practices, and performance optimizations in web applications.