When you work with an AI coding agent, you really want to provide the agent with a lot of instructions related to workflows, codebase organization, styling guidelines and more. Those instructions should be reusable and composable, so you could have uniform codebases everywhere. The repo provides examples of such instructions for web development and Windsurf.

I would recommend creating a similar set of files for the projects you work on, maintain them, and compile them into AGENTS.md/CLAUDE.md/GEMINI.md using a simple cp command:

$ cp Workflow.md Styles.md Structure.md > AGENTS.md