-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Community resource: verified AI skill for EasyAdmin 5 #7531
Description
Hi Javier,
I've created a verified API reference for EasyAdmin 5, optimized for AI coding agents (Claude Code, Cursor, etc.): jupaygon/ai-skills
The problem it solves: AI agents generate code using the EA4 API (linkToCrud, addPanel, displayAsLink...) because their training data doesn't include the EA5 changes. The skill gives them the correct information before generating code.
What it covers: EA4→EA5 breaking changes, full dashboard API, menus, CRUD controllers, all 30 field types, actions, filters, events, security, pretty URLs, and design customization. ~930 verified lines checked against the bundle's source code.
Verification process: multiple cross-review rounds between humans and different AI agents, checking every signature and every parameter against the 5.x branch source code.
It's open source (MIT), a single Markdown file with no dependencies. Sharing it in case you find it useful or want to reference it from the official documentation.
Best regards,
Juanjo Payá