Skip to content

Commit beebddd

Browse files
committed
docs: add RELEASE.md and CONTRIBUTING.md
1 parent 4174403 commit beebddd

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

CONTRIBUTING.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Contributing to the Claude Code Subagents Collection
2+
3+
We welcome contributions from the community. If you would like to contribute to the project, please follow the guidelines below.
4+
5+
## Adding New Agents
6+
7+
To contribute a new subagent to the collection:
8+
9+
1. **Follow Naming Convention**
10+
* Use lowercase, hyphen-separated names (e.g., `backend-architect.md`)
11+
* Name should clearly indicate the agent's domain and role
12+
13+
2. **Use Standard Format**
14+
* Include proper frontmatter with `name`, `description`, and optional `tools`, `model`
15+
* Follow the structured format outlined in the [Subagent Format](README.md#-subagent-format) section of the `README.md` file.
16+
17+
3. **Write Clear Descriptions**
18+
* Description should clearly indicate when the agent should be automatically invoked
19+
* Include specific keywords and contexts that trigger the agent
20+
21+
4. **Define Specialized Behavior**
22+
* Include detailed system prompt with role, expertise, and capabilities
23+
* Define interaction patterns with other agents
24+
* Specify decision-making frameworks and priorities
25+
26+
5. **Test Integration**
27+
* Verify the agent can be automatically invoked based on description
28+
* Test explicit invocation with clear requests
29+
* Ensure compatibility with existing agent coordination patterns
30+
31+
### Quality Standards
32+
33+
* **Domain Expertise**: Agents should demonstrate deep knowledge in their specialization
34+
* **Clear Boundaries**: Define what the agent does and doesn't handle
35+
* **Integration Ready**: Design for seamless coordination with other agents
36+
* **Consistent Voice**: Maintain professional, helpful, and expert tone
37+
38+
### Submission Process
39+
40+
1. Create the agent file following all standards
41+
2. Test the agent with various invocation patterns
42+
3. Submit a pull request with example use cases
43+
4. Include documentation of the agent's unique value and integration patterns

RELEASE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Release Notes for Version 1.0
2+
3+
This collection provides a comprehensive set of 33 specialized AI subagents template for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), designed to enhance development workflows with domain-specific expertise and intelligent automation.
4+
5+
## Key Features in this Release
6+
7+
* **A Collection of 33 Specialized Subagents:** This release includes subagents for a wide range of development tasks, from frontend and backend development to data science and security.
8+
* **Intelligent Auto-Delegation:** Claude Code can automatically select the optimal subagent for a given task based on the context.
9+
* **Multi-Agent Orchestration:** The `agent-organizer` subagent can be used to manage complex, multi-agent tasks.
10+
* **Detailed Documentation:** The `README.md` file provides a comprehensive overview of the project, its features, and the available subagents.
11+
* **Examples of Multi-Agent Coordination:** The `README.md` file includes detailed examples of how to use the subagents to perform complex tasks.
12+
13+
## Contributions
14+
15+
Thank you to all of the contributors
16+
17+
* [vinod-sc](https://github.com/vinod-sc)
18+
* [lachlancooper](https://github.com/lachlancooper)
19+
20+
We welcome contributions from the community. If you would like to contribute to the project, please see the `CONTRIBUTING.md` file for more information.

0 commit comments

Comments
 (0)