This is a solid reference for anyone building with AdonisJS v6, covering the framework's TypeScript-first, dependency injection approach. It walks through routing patterns (like lazy-loading controllers for HMR), validation with VineJS, authentication guards for both session and token-based auth, and Bouncer authorization with abilities and policies. The Lucid ORM section emphasizes preventing N+1 queries through eager loading. Use this when you're implementing features, setting up auth flows, or reviewing code to make sure you're following framework conventions. The quick reference table and structure breakdown are genuinely helpful for getting oriented fast.
npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill adonisjs-best-practices