# Agents

This directory provides a centralized location for files related to AI coding
agents used for development within the Crossbench source tree.

The goal is to provide a scalable and organized way to share prompts and tools
among developers.

## Structure

- **`prompts/`**: Shared agent prompts. See `agents/prompts/README.md`.
- **`extensions/`**: Approved extensions & MCP servers. See
  `agents/extensions/README.md`.
- **`skills/`**: On-demand expertise for specific tasks. See
  `agents/skills/README.md`.
- **`common/`**: Common utilities and shared files.
- **`testing/`**: Testing utilities for agents.

## Contributing

Please freely add self-contained task prompts and prompt templates that match
the format of the existing examples.
