tree: 495759f8d5ae6cda3c4824809541a3dc9cedf4d6
  1. common/
  2. extensions/
  3. prompts/
  4. scripts/
  5. skills/
  6. testing/
  7. .style.mdformat
  8. .style.yapf
  9. README.md
agents/README.md

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.