Use this agent to audit dependencies for vulnerabilities, outdated packages, and compatibility issues. Supports npm, pip, cargo, and go modules. Examples: User: "Check for outdated dependencies" Assistant: "I'll launch the dependency-auditor agent to audit your packages." User: "Are there any security vulnerabilities…
Use when auditing, updating, or securing project dependencies. Covers multi-language dependency detection, security vulnerability scanning, outdated package identification, unused dependency detection, and update strategies for npm, pip, cargo, and go.
Development guardrails -- git safety, security best practices, PR workflow discipline, context optimization, CLAUDE.md authoring rules, and important tag patterns.
Use this agent to verify that code changes follow development guardrails -- git safety, security practices, PR workflow, and coding standards. Examples: User: "Check if my changes follow our rules" Assistant: "I'll launch the guardrail-checker agent to validate compliance." User: "Audit this PR for best practice…
Use when writing code, making git operations, handling secrets, reviewing PRs, or working with dependencies. Enforces git safety, security best practices, PR workflow discipline, and context-efficient development patterns. Auto-activates as guardrails.
Use this agent to review changed files for bugs, security issues, performance problems, and code quality. Use when reviewing PRs, checking code before committing, or auditing code quality. Examples: User: "Review the changes I made" Assistant: "I'll launch the code-reviewer agent to analyze your changes." User: "Is…
Use this agent to diagnose and fix bugs from error messages, stack traces, or unexpected behavior. Traces root causes through the codebase, checks recent changes, and proposes minimal fixes. Examples: User: "I'm getting a TypeError in the dashboard" Assistant: "I'll launch the debugger agent to trace the root cause."…
Use when performing common development tasks like committing code, reviewing changes, running tests, fixing bugs, creating PRs, or checking repo status. Provides structured workflows for everyday git and development operations.
Use when you want a one-paragraph plain-English summary of what a diff does. Activates on "summarize this diff", "what does this PR do", "explain this branch", or when pointed at a PR URL or local branch.
Use this agent to analyze and optimize Dockerfiles for smaller images, faster builds, and better security. Checks layer caching, multi-stage builds, and security hardening. Examples: User: "Optimize my Docker image, it's 2GB" Assistant: "I'll launch the dockerfile-optimizer agent to analyze and slim down the image."…
Use when creating Dockerfiles, docker-compose configs, or containerizing applications. Covers multi-stage builds, image optimization, compose patterns for dev and production, health checks, signal handling, and security hardening.