Files
awesome-claude-code-subagents/CONTRIBUTING.md
Necati Ozmen dc036c4c7e Add initial structure for Awesome Claude Subagents
- Create settings.local.json for permissions configuration
- Add .gitignore to exclude unnecessary files
- Introduce CONTRIBUTING.md with guidelines for contributions
- Include MIT License for project licensing
- Revise README.md to reflect new project structure and categories
- Establish core development category with README and subagent files
- Create language specialists, infrastructure, quality & security, data & AI, developer experience, specialized domains, business & product, meta orchestration, and research & analysis categories with corresponding README files
- Add example team compositions for data pipeline, e-commerce, and SaaS development
- Implement templates for agent creation
- Develop tools for agent validation and performance benchmarks
2025-08-01 12:28:05 +03:00

1.4 KiB

Contributing to Awesome Claude Subagents

Thank you for your interest in contributing to this collection!

🤝 How to Contribute

Adding a New Subagent

  1. Choose the right category - Place your subagent in the most appropriate category folder
  2. Use the template - Follow the structure in templates/basic-agent-template.md
  3. Test your subagent - Ensure it works with Claude Code
  4. Submit a PR - Include a clear description of the subagent's purpose

Subagent Requirements

Each subagent should include:

  • Clear role definition
  • List of expertise areas
  • Required MCP tools (if any)
  • Communication protocol examples
  • Core capabilities
  • Example usage scenarios
  • Best practices

Code of Conduct

  • Be respectful and inclusive
  • Provide constructive feedback
  • Test contributions before submitting
  • Follow the existing format and structure

Pull Request Process

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/new-subagent)
  3. Add your subagent following the template
  4. Update the category README if needed
  5. Submit a pull request with a clear description

Quality Guidelines

  • Subagents should be production-ready
  • Include clear documentation
  • Provide practical examples
  • Ensure compatibility with Claude Code

📝 License

By contributing, you agree that your contributions will be licensed under the MIT License.