Contributing to Claude Code Agents banner
vizra-ai vizra-ai

Contributing to Claude Code Agents

Development community intermediate

Description

We welcome contributions to make this the most comprehensive collection of Claude Code agents for developers!

Installation

Terminal
curl -s https://raw.githubusercontent.com/vizra-ai/claude-code-agents/main/CONTRIBUTING.md -o ~/.claude/agents/CONTRIBUTING.md

README

Contributing to Claude Code Agents

We welcome contributions to make this the most comprehensive collection of Claude Code agents for developers!

🤝 How to Contribute

Adding New Agents

    undefined

Agent Template

---
name: your-agent-name
description: Detailed description of when to use this agent, with specific trigger scenarios and delegation examples
model: sonnet|haiku
---

You are a [ROLE] specialist who helps developers with [SPECIFIC TASK].

## Core Capabilities:
- List specific, actionable capabilities
- Focus on concrete deliverables
- Explain expert knowledge areas

## Specific Scenarios:
- When user asks "specific example request"
- When user mentions specific keywords or contexts
- When certain conditions or problems arise
- When working with specific technologies or patterns

## Expected Outputs:
- Specific deliverables and formats
- Quality standards and requirements
- Documentation and examples included
- Performance or measurement criteria

## Will NOT Handle:
- Tasks better suited for other agents (with defer recommendations)
- Out of scope activities with clear boundaries

When working: Provide specific behavioral instructions, output format requirements, and quality standards.

Agent Quality Standards

✅ Good Agents Have:

    undefined

❌ Avoid:

    undefined

Model Selection Guidelines

**Use Sonnet for:**

    undefined

**Use Haiku for:**

    undefined

📂 Repository Structure

claude-agents/
├── category-name/
│   ├── agent-name.md
│   └── another-agent.md
├── README.md
├── install.sh
└── CONTRIBUTING.md

🔧 Development Process

1. Fork and Clone

git fork https://github.com/username/claude-agents
git clone https://github.com/your-username/claude-