Contextually-loaded development standards and project-aware skills. Replaces bulk CLAUDE.md instructions with on-demand rules, language-scoped guidelines, and project-type skill templates.
This skill should be used when the user asks to "add a skill", "create a skill", "new skill", "codify a pattern", or "make a reusable workflow". Provides guidance for creating project-specific skills in `.claude/skills/`.
This skill should be used when the user asks to "record a decision", "add a decision", "add a migration", "complete a migration", "list decisions", "list migrations", "update architecture decisions", or "mark migration done". Provides guidance for managing architectural decisions and active migrations in `.claude/rules/architecture.md`.
This skill should be used when the user asks to "update project", "refresh project settings", "re-detect languages", "update CLAUDE.md", "refresh hooks", or "reconfigure dev standards". Provides guidance for re-running detection, updating project configuration, and refreshing hooks.
This skill should be used when the user asks to "update rules", "add a rule", "edit a rule", "remove a rule", "manage rules", or "add rules for a new module". Provides guidance for viewing, adding, modifying, and removing project rules in `.claude/rules/`.
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI coding agent toolkit - browser superpowers, code intelligence, and development tools.
This marketplace contains 13 plugins for Claude Code:
| Plugin | Description | Version | Category |
|---|---|---|---|
| agnt | Browser superpowers: process management, reverse proxy, frontend debugging, sketch mode | 0.7.12 | development |
| lci | Lightning Code Index: sub-millisecond semantic code search | 0.4.0 | development |
| tools | Complete toolkit combining agnt and lci | 1.0.0 | development |
| mcp-architect | Design high-quality MCP servers with progressive discovery and token efficiency | 0.1.0 | development |
| mcp-tester | MCP server testing and debugging with mcp-debug | 0.2.0 | development |
| slop-mcp | SLOP integration for MCP management and orchestration | 0.2.0 | development |
| slop-coder | SLOP language coding assistant and reference | 0.1.0 | development |
| dartai | Dart task management with adversarial cooperation loops | 0.3.0 | development |
| workflow | General-purpose adversarial workflow automation | 0.1.0 | development |
| figma-query | Token-efficient Figma integration with design library extraction | 0.1.0 | design |
| ux-design | UX design principles, color theory, typography, and accessibility | 0.1.0 | design |
| ux-developer | UX-driven development with WCAG 2.2 and usability best practices | 0.1.0 | development |
| prompt-engineer | State-of-the-art prompt and context engineering for 2026 | 0.1.0 | ai |
# Via npm (recommended)
npm install -g @standardbeagle/agnt @standardbeagle/lci
# Via pip
pip install agnt lightning-code-index
# Via Go (lci only)
go install github.com/standardbeagle/lci/cmd/lci@latest
Option A: Via slop-mcp (recommended if available)
mcp__plugin_slop-mcp_slop-mcp__manage_mcps
{ "action": "register", "name": "agnt", "command": "npx", "args": ["-y", "@standardbeagle/agnt", "mcp"], "scope": "user" }
{ "action": "register", "name": "lci", "command": "npx", "args": ["-y", "@standardbeagle/lci", "mcp"], "scope": "user" }
Option B: Add to .mcp.json
{
"agnt": {
"command": "npx",
"args": ["-y", "@standardbeagle/agnt", "mcp"]
},
"lci": {
"command": "npx",
"args": ["-y", "@standardbeagle/lci", "mcp"]
}
}
The plugins provide commands, skills, and agents that help you use the MCP tools:
# Install the complete toolkit (recommended)
claude plugin add tools@standardbeagle-tools
# Or install individual plugins
claude plugin add agnt@standardbeagle-tools
claude plugin add lci@standardbeagle-tools
Give your AI coding agent browser superpowers:
__devtool API)Requirements: agnt binary via npm/pip or GitHub releases
Sub-millisecond semantic code search and code intelligence:
Requirements: lci binary via npm/pip/go or GitHub releases
Best of both worlds - combines agnt and lci for the ultimate AI coding experience.
Requirements: Both agnt and lci binaries
standardbeagle-tools/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry
├── plugins/
│ ├── agnt/ # Browser superpowers plugin
│ │ ├── .claude-plugin/
│ │ ├── commands/
│ │ ├── skills/
│ │ ├── agents/
│ │ └── mcp.json.disabled
│ ├── lci/ # Code intelligence plugin
│ │ ├── .claude-plugin/
│ │ ├── commands/
│ │ ├── skills/
│ │ └── mcp.json.disabled
│ └── tools/ # Combined plugin
│ ├── .claude-plugin/
│ ├── commands/
│ ├── agents/
│ └── mcp.json.disabled
└── README.md
npx claudepluginhub standardbeagle/standardbeagle-tools --plugin dev-standardsDart task management with adversarial cooperation loops and full dart-query MCP schema parity - DartQL batch operations, advanced filtering, task relationships, documents, time tracking, and automated task execution through quality verification pipelines.
MCP server testing and debugging toolkit. Dynamic server management, traffic analysis, schema validation, and hot-swap development workflows.
SLOP MCP integration for dynamic MCP server management. Migrate existing configs, register servers at runtime, search and execute tools across servers, automate workflows with SLOP scripts, and orchestrate multi-server pipelines. Includes Dart MCP tool reference skills.
Prompt and context engineering toolkit. Includes DSPy-inspired optimization, Claude patterns, context engineering, chain-of-thought design, RAG prompting, and multi-agent orchestration techniques.
General-purpose adversarial workflow automation with Ralph Wiggum loops. Context-aware task execution with clean subagent isolation, multi-stage verification, hook-based iteration tracking, and intelligent memory preservation before context compaction. Inspired by Goose Ralph loops and g3 principles.
Skills for development standards: commit messages, code review, testing, documentation, and more. Supports 25 comprehensive skills for the full development lifecycle.
Development workflow skills, commands, and hooks from claude-toolbox
Structured, standards-aware development workflows for Claude Code
Development practices: TDD workflow with red-green-refactor
Curated skills for Claude Code and Codex power users - tool selection, workflow optimization, and productivity
Use BuildBetter's MCP server and bb CLI from Claude Code.