This directory contains custom agent configurations and workflows for Claude Code.
Agents are specialized AI assistants that can be invoked to handle specific types of tasks autonomously. This directory serves as a workspace for developing, testing, and managing custom agents.
.
├── README.md # This file
├── CLAUDE.md # Instructions for Claude Code when working in this directory
└── .gitignore # Git ignore rules (ensures CLAUDE.md is tracked)
Custom agents can be developed and tested in this directory. Refer to Claude Code documentation for details on creating and configuring agents.
For more information about Claude Code and agents:
- Claude Code documentation: https://docs.claude.com/en/docs/claude-code
- Agent development guidelines: See CLAUDE.md in this directory