Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By dgriffith
Invoke 65 AI-powered slash commands and agents to audit codebases for security, performance, architecture, accessibility, and quality issues; generate prioritized markdown improvement plans; decompose GitHub issues into tasks; create PRDs and implementation plans; automate feature development from planning to PR creation with git integration.
npx claudepluginhub dgriffith/bad-daves-robot-armyAnalyze code for accessibility compliance and create an a11y improvement plan
Analyze API design and create an API improvement plan
Analyze architectural patterns and create an architecture improvement plan
Display the comprehensive guide to Bad Dave's Robot Army capabilities
Approach code with fresh curiosity and learning mindset
Accessibility expert that ensures applications are usable by everyone, implementing WCAG guidelines and assistive technology support. Use PROACTIVELY when building inclusive applications.
API design expert that creates intuitive, consistent, and scalable interfaces for services. Use PROACTIVELY when designing REST, GraphQL, or gRPC APIs.
Reviews code changes for architectural consistency and patterns. Use PROACTIVELY after any structural changes, new services, or API modifications. Ensures SOLID principles, proper layering, and maintainability.
Build system and CI/CD pipeline expert that optimizes compilation, packaging, and deployment processes. Use PROACTIVELY when setting up builds, CI/CD, or fixing build issues.
AWS cloud architecture expert that designs and implements scalable, resilient cloud-native solutions. Use PROACTIVELY when building cloud applications or migrating to AWS.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Complete collection of 174 slash commands across 22 categories
Task-focused agents for test, review, debug, docs, CI, security, refactoring, research, performance, and search-replace โ with teammate and subagent role guidance
70+ Claude Code slash commands across 12 development phases with Dagger-based safety system, multi-dimensional validation, and specialized agents
Use Claude Code As Is - native plugin leveraging built-in architecture
Your elite development force - a comprehensive suite of specialized AI agents and slash commands for Claude Code that supercharge your development workflow.
New to the Robot Army? Read the Robot Army Guide for comprehensive documentation, workflows, and battle-tested tactics.
Ready to deploy? Install the agents and commands:
# Initial setup
make setup
# Install globally to ~/.claude/
make install
# Install to a specific project
make install PROJECT=/path/to/project
This repository includes 38+ slash commands and specialized subagents organized into:
See the Robot Army Guide for the complete arsenal and usage examples.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
This repository includes tooling for installing Claude agents and commands from the repository to your local ~/.claude/ directory or to a specific project's .claude/ directory.
# Initial setup
make setup
# Install agents and commands globally to ~/.claude/
make install
# Install to a specific project directory
make install PROJECT=/path/to/project
# Install with options
make install ARGS='--dry-run --verbose'
# Install to current project directory
./scripts/install-agents.sh .
The main install script is located at scripts/install-agents.sh:
# Show help
./scripts/install-agents.sh --help
# Install globally to ~/.claude/
./scripts/install-agents.sh
# Install to a specific project directory
./scripts/install-agents.sh /path/to/project
# Install to current directory's project
./scripts/install-agents.sh .
# Options
--dry-run # Show what would be done without making changes
--verbose # Show detailed output
--force # Overwrite without prompting
You can install the agents and commands to a specific project's .claude/ directory instead of the global ~/.claude/ directory:
# Install to a specific project
./scripts/install-agents.sh /path/to/my-project
# This will create:
# /path/to/my-project/.claude/agents/
# /path/to/my-project/.claude/commands/
This is useful when you want project-specific agents and commands that don't affect your global Claude configuration.
The install script creates and manages these directories:
~/.claude/agents/ and ~/.claude/commands/<project>/.claude/agents/ and <project>/.claude/commands/The install script includes several safety features:
make install for your personal development environment./scripts/install-agents.sh . when working on a specific project--dry-run to preview what will be installed--force for automated deploymentschmod +x scripts/*.sh--force to skip confirmation promptsFor complete documentation, workflows, and advanced tactics, see the Robot Army Guide.
Comprehensive code analysis and improvement planning: