By dgriffith
Invoke specialized AI agents for security audits, performance tuning, architecture analysis, code review, and feature development, generating prioritized improvement plans and markdown reports.
Analyze 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
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.
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:
npx claudepluginhub dgriffith/bad-daves-robot-armyComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
The most comprehensive Claude Code plugin — 38 agents, 156 skills, 72 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.