Claudecodeagents
Description
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.
Installation
claude install-skill https://github.com/darcyegb/ClaudeCodeAgents README
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:
- undefined
✅ Claude MD Compliance Checker
**File:** [`claude-md-compliance-checker.md`](./claude-md-compliance-checker.md)
This agent ensures code changes adhere to project-specific guidelines defined in CLAUDE.md files. Use it to:
- undefined
🎯 Code Quality Pragmatist
**File:** [`code-quality-pragmatist.md`](./code-quality-pragmatist.md)
Reviews code for over-engineering, unnecessary complexity, and poor developer experience. Use this agent to:
- undefined
📊 Karen - Reality Check Agent
**File:** [`karen.md`](./karen.md)
...
Related Skills
Webapp Testing
When testing local web applications or verifying UI behaviorTest local web applications using Playwright for UI verification and debugging
Testing official #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/everything-claude-code/issues/103)). The behavior changed between Claude Code versions, leading to confusion. We now have a regression test to prevent this from being reintroduced.
Testing community Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
Testing community Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test suites
Testing community gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manager, and QA Engineer. 15K+ stars in 5 days. |
Testing community **playwright**
| claude-plugins-official | Browser automation, E2E testing, screenshots |
Testing community