Directory Structure

Claude
User Prompt
Intermediate

Prompt

agents/[agent-name]/
├── README.md                    # Agent overview, links, and summary
├── system-prompt.j2            # Jinja2 template format with variables
└── tools/                      # Tool definitions directory
    ├── [tool_name].yml        # YAML format for each tool
    ├── [tool_name_2].yml      # Additional tools
    └── ...