Skip to content

unlearndev/agent-starters

Repository files navigation

Agent Starters

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.

What's included

Laravel

  • laravel.md — Laravel with Blade
  • laravel-livewire.md — Laravel with Livewire and Alpine.js
  • laravel-inertia-vue.md — Laravel with Inertia.js and Vue
  • laravel-inertia-react.md — Laravel with Inertia.js and React
  • laravel-inertia-svelte.md — Laravel with Inertia.js and Svelte

Frontend

  • react.md — React SPA
  • nextjs.md — Next.js (App Router)
  • vue.md — Vue SPA
  • nuxt.md — Nuxt
  • angular.md — Angular
  • sveltekit.md — SvelteKit

Backend

  • php.md — Generic PHP
  • rails.md — Ruby on Rails

How to use

  1. Pick the file that matches your stack.
  2. Rename it to AGENTS.md and drop it in your project root.
  3. 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.

A note on opinions

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.

About

Starter AGENTS.md files for popular web stacks

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors