Standard Beagle Tools
Supercharge your Claude Code experience with powerful plugins for browser debugging, semantic code search, and workflow automation.
Why Standard Beagle Tools?
Instant Productivity Boost
Install any plugin in under 30 seconds and immediately unlock new capabilities. No complex configuration required.
🚀 Key Benefits
- Browser Superpowers: Debug web applications directly from Claude Code with reverse proxy, live screenshots, and sketch mode
- Lightning Code Intelligence: Sub-millisecond semantic code search with 79.8% context reduction
- Workflow Automation: Adversarial quality loops, task tracking, and process improvement suggestions
- MCP Server Management: Unified SLOP-based management for all your Model Context Protocol servers
📦 Available Plugins
| Plugin | Description | Use Case |
|---|---|---|
| agnt | Browser superpowers with process management | Frontend debugging, UI/UX analysis |
| lci | Lightning Code Index for semantic search | Code exploration, symbol navigation |
| tools | Combined agnt + lci toolkit | Full-stack development |
| workflow | Task automation with adversarial loops | Quality-focused development |
| dartai | Dart task management integration | Project management |
| figma-query | Figma design extraction | Design-to-code workflows |
| slop-mcp | MCP server management | Infrastructure setup |
Quick Start
Install the Marketplace
claude mcp add-dir https://github.com/standardbeagle/standardbeagle-tools
Install Individual Plugins
# Install browser superpowers
claude mcp add agnt --source ./plugins/agnt
# Install code intelligence
claude mcp add lci --source ./plugins/lci
# Install combined toolkit
claude mcp add tools --source ./plugins/tools
How It Works
Standard Beagle Tools uses the Model Context Protocol (MCP) to extend Claude Code's capabilities. Each plugin provides:
- Slash Commands: User-invocable commands like
/dev-proxy,/search - Skills: Specialized prompts for complex workflows
- Agents: Autonomous agents for multi-step tasks
- Hooks: Lifecycle hooks for session management
Architecture
graph TD
A[Claude Code] --> B[Plugin Marketplace]
B --> C[agnt Plugin]
B --> D[lci Plugin]
B --> E[tools Plugin]
C --> F[@standardbeagle/agnt MCP]
D --> G[@standardbeagle/lci MCP]
E --> F
E --> G
F --> H[Browser Debugging]
G --> I[Code Index]
Community & Support
- GitHub: standardbeagle/standardbeagle-tools
- Issues: Report a bug
- NPM: @standardbeagle/agnt | @standardbeagle/lci
License
MIT License - Free for personal and commercial use.