darcyegb/ClaudeCodeAgents
710 stars · Last commit 2026-05-23
A set of useful QA agents for Claude Code.
README preview
# Claude Code Agents Collection This repository contains a collection of specialized agent definitions for [Claude Code](https://claude.ai/code), Anthropic's AI-powered coding assistant. These agents extend Claude Code's capabilities with specialized behaviors for common development tasks. ## What are Claude Code Agents? Claude Code agents are specialized configurations that give Claude Code specific expertise and behaviors for particular tasks. When invoked, these agents help with focused areas like code review, testing, verification, and quality assessment. ## Available Agents ### 🔍 Jenny - Implementation Verification Agent **File:** [`Jenny.md`](./Jenny.md) Jenny verifies that implemented code actually matches project specifications. Use this agent when you need to: - Verify authentication systems match security requirements - Ensure database schemas implement multi-tenant specifications correctly - Validate that implementations fulfill stated requirements - Get independent assessment of feature completeness ### ✅ Claude MD Compliance Checker