| subagents | ||
| README.md | ||
claude_mds
A curated collection of CLAUDE.md configuration files and subagent definitions for enhancing Claude Code workflows.
Overview
This repository serves as a centralized hub for:
- CLAUDE.md files: Project-specific configuration files that customize Claude Code's behavior for different use cases
- Subagent definitions: Specialized markdown files that define custom subagents with specific capabilities and instructions
Repository Structure
claude_mds/
├── subagents/ # Custom subagent definitions
│ ├── security-fuzzer.md
│ └── vuln-researcher.md
└── README.md
What are CLAUDE.md files?
CLAUDE.md files are configuration files that Claude Code reads when working in a directory. They allow you to:
- Set project-specific guidelines and conventions
- Define custom workflows and processes
- Specify coding standards and best practices
- Configure tool preferences and constraints
Place a CLAUDE.md file in your project root to have Claude automatically follow your project's guidelines.
What are Subagents?
Subagents are specialized AI agents with focused capabilities and domain expertise. The markdown files in the subagents/ directory define:
- Agent purpose and specialization
- Available tools and capabilities
- Specific instructions and constraints
- Usage patterns and examples
Usage
Using CLAUDE.md Files
- Copy the relevant CLAUDE.md file to your project root
- Customize it for your specific needs
- Claude Code will automatically read and follow the guidelines
Using Subagents
Subagent definitions can be integrated into your Claude Code workflows through the Task tool or custom configurations. Reference the specific subagent markdown files for their intended use cases.
Current Subagents
- security-fuzzer.md: Specialized subagent for security testing and fuzzing operations
- vuln-researcher.md: Focused on vulnerability research and analysis
Contributing
Feel free to add new CLAUDE.md configurations or subagent definitions that might be useful for different projects and workflows.