Starter AGENTS.md files for popular web stacks, by Unlearn. Drop one into your project root to give AI coding agents (Claude, Cursor, etc.) a clear set of conventions to follow from the start.
laravel.md— Laravel with Bladelaravel-livewire.md— Laravel with Livewire and Alpine.jslaravel-inertia-vue.md— Laravel with Inertia.js and Vuelaravel-inertia-react.md— Laravel with Inertia.js and Reactlaravel-inertia-svelte.md— Laravel with Inertia.js and Svelte
react.md— React SPAnextjs.md— Next.js (App Router)vue.md— Vue SPAnuxt.md— Nuxtangular.md— Angularsveltekit.md— SvelteKit
php.md— Generic PHPrails.md— Ruby on Rails
- Pick the file that matches your stack.
- Rename it to
AGENTS.mdand drop it in your project root. - Review the conventions and adjust to fit your project — add, tweak, or remove as needed.
If your stack isn't listed, you can combine multiple starters into one — for example, merge the PHP and Vue files for a custom PHP/Vue setup. You can also ask your AI agent to combine them for you.
These starters are opinionated by design. They reflect conventions drawn from official documentation and widely accepted best practices, but they won't be a perfect fit for every project. Treat them as a starting point, not a rulebook. The best AGENTS.md is one your team has reviewed and made their own.