init
Installation
SKILL.md
Analyze this codebase and create or improve an AGENTS.md file, then symlink CLAUDE.md to it.
What to include:
- Commands commonly used for building, linting, and running tests — including how to run a single test.
- High-level architecture and code structure that requires reading multiple files to understand. Focus on the big picture, not file listings.
Usage notes:
- If there's already an AGENTS.md, suggest improvements to it.
- Avoid listing every component or file structure that can be easily discovered.
- Do not make up sections like "Common Development Tasks" or "Tips for Development" unless that content appears in existing project files.
- If there are Cursor rules (in
.cursor/rules/or.cursorrules) or Copilot rules (in.github/copilot-instructions.md), include the important parts. - If there is a README.md, include the important parts.
- Prefix the file with:
# AGENTS.md
This file provides guidance to AI coding assistants when working with code in this repository.