Every published module, all in one place.
3 modules
AI Behavior → Code Style Rules
How an AI coding assistant should match a codebase rather than impose its own preferences: mirror existing style, avoid drive-by refactors, keep diffs minimal, comment only where code can't speak, never leave placeholder code, respect the project's stack choices, and ask before adding dependencies.
by @markdowners
Frameworks → Next.js
App Router conventions: server-vs-client component defaults, safe env-variable exposure, and where data fetching and mutations belong.
Database → Mysql
PHP + MySQL conventions on top of database-design-basics: prepared statements, utf8mb4, InnoDB, and PHP's shared-nothing request lifecycle.