Claudecodeagents banner
darcyegb darcyegb

Claudecodeagents

Testing community intermediate

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

Terminal
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)

...