npx claudepluginhub oliverandrich/burrow-claude-pluginClaude Code agents specialized for the burrow Go web framework — architecture design, feature development, code review, and user-perspective documentation testing.
Claude Code agents and commands specialized for the burrow Go web framework.
Interactive workflows that run in your main conversation. They ask questions, gather context, and delegate heavy work to the specialized agents below.
/burrow-feature-devGuided feature development — discovery, codebase exploration, clarifying questions, architecture design, TDD implementation, review, and documentation.
/burrow-feature-dev Build a new contrib app for notifications with email and in-app delivery
/burrow-reviewInteractive code review against burrow conventions. Asks about scope, launches the reviewer agent, then helps you fix findings.
/burrow-review staged
/burrow-review contrib/jobs
/burrow-architectInteractive architecture design session. Asks clarifying questions, researches existing patterns, produces a blueprint, and persists it as a bean.
/burrow-architect How should I structure a webhook delivery system with retry logic?
Specialized subagents with focused system prompts and tool restrictions. Used by the commands above, or directly via @agent-name.
burrow-devFull-stack feature developer. Research, plan, TDD implementation, verify, document, close. Tracks work with beans.
burrow-architectRead-only architecture advisor. Designs implementation blueprints, persists them as beans.
burrow-reviewerRead-only code reviewer. Checks changes against burrow conventions and reports violations by severity.
burrow-den-expertDeep knowledge of Den, Burrow's object-document mapper. Other agents consult this expert for Den API questions, query patterns, document modeling, relations, migrations, and backend differences.
@burrow-den-expert How do I model a many-to-many relationship with Den?
@burrow-den-expert What's the best way to do a bulk update with conditions?
burrow-userSimulates a first-time burrow developer. Reads documentation step by step and flags where it gets stuck, confused, or has to guess.
@burrow-user Read the quick start guide and tell me where you get stuck
First, add the marketplace (one-time setup):
/plugin marketplace add oliverandrich/burrow-claude-plugin
Then install the plugin:
# Available in all your projects
/plugin install burrow-claude-plugin --scope user
# Or just for the current project
/plugin install burrow-claude-plugin --scope project
All agents share deep knowledge of burrow's architecture:
HasDocuments, HasRoutes, Configurable, etc.){appname}-{property})Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
No description available.