# AGENTS.md for Awesome-AITools

This file provides context and instructions for AI coding agents (e.g., Cursor, Aider, Claude Code, Windsurf) to help them understand this repository more effectively.

## Repository Purpose
A curated collection of awesome AI tools, including chatbots, agents, skills, and CLI tools.

## Key Directories
- `docs/`: Detailed introduction documents for various tools.
- `scripts/`: Maintenance scripts (e.g., `format_readmes.py`).
- `README.md`: Main tool list (English).
- `README-CN.md`: Main tool list (Chinese).

## Maintenance Commands
- Format READMEs: `python3 scripts/format_readmes.py`
- Check links (if lychee is installed): `lychee .`

## Guidelines for Agents
- When adding a new tool, follow the existing table format in `README.md` and `README-CN.md`.
- Ensure tool descriptions are concise and links are valid.
- If a detailed intro exists in `docs/`, link it using the `[Intro](docs/...)` or `[入门介绍](docs/...)` pattern.
- Maintain bilingual consistency between English and Chinese READMEs.

## Project Standard Reference
This file follows the [AGENTS.md](https://agents.md/) standard.
