Skip to main content

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

PluginDescriptionUse Case
agntBrowser superpowers with process managementFrontend debugging, UI/UX analysis
lciLightning Code Index for semantic searchCode exploration, symbol navigation
toolsCombined agnt + lci toolkitFull-stack development
workflowTask automation with adversarial loopsQuality-focused development
dartaiDart task management integrationProject management
figma-queryFigma design extractionDesign-to-code workflows
slop-mcpMCP server managementInfrastructure 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:

  1. Slash Commands: User-invocable commands like /dev-proxy, /search
  2. Skills: Specialized prompts for complex workflows
  3. Agents: Autonomous agents for multi-step tasks
  4. 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

License

MIT License - Free for personal and commercial use.