A curated collection of high-quality AI prompts for the community
Hand-picked prompts showcasing quality examples
Performs a comprehensive technical SEO audit of any codebase. Produces a single Markdown report with prioritized findings, detailed recommendations, and implementation roadmap. Read-only analysis—no code modifications. Stack-agnostic; auto-detects framework and routing conventions.
Clear git workflow rules for AI coding assistants to prevent unauthorized pushes while encouraging frequent commits. Establishes safe defaults for version control collaboration.
Essential coding guidelines for AI assistants to ensure modular, well-documented, and thoroughly tested code. Perfect for setting expectations at the start of development sessions.
Latest additions to the library
This prompt instructs an AI to perform a read-only audit of a codebase's database layer, specifically targeting Prisma ORM usage with Postgres in serverless environments. It systematically scans for common performance anti-patterns—N+1 queries, overfetching, missing indexes, inefficient pagination, connection mismanagement, and lack of caching—then outputs a single prioritized markdown report with concrete findings, file locations, and actionable recommendations ranked by impact and complexity.
This prompt instructs an AI coding agent to perform a comprehensive, read-only audit of a codebase to identify opportunities for reducing Vercel hosting costs and improving runtime efficiency.