Input Atlas

Input Atlas

A curated collection of high-quality AI prompts for the community. All content released under CC0 (Public Domain).

Explore

  • Browse Prompts
  • Submit a Prompt
  • Login

Legal

  • Privacy Policy
  • Terms of Service
  • CC0 License

Resources

  • API Documentation
  • GitHub
  • Report an Issue

© 2026 Input Atlas. A Scratch Space Project.

Input Atlas

A curated collection of high-quality AI prompts for the community

Browse 316 PromptsSubmit a Prompt

Featured Prompts

Hand-picked prompts showcasing quality examples

⭐ FeaturedCoding & Development

Technical SEO Audit

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.

auditseoplanning
⭐ FeaturedDevelopment

GitHub Workflow Rules

Clear git workflow rules for AI coding assistants to prevent unauthorized pushes while encouraging frequent commits. Establishes safe defaults for version control collaboration.

githubbest-practicesversion-control
⭐ FeaturedDevelopment

Execution Core Guidelines

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.

developmentbest-practicesdocumentation

Recent Prompts

Latest additions to the library

View all →
Writing & Content

Prisma Postgres Cost Optimization Audit

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.

usageauditprisma
Coding & Development

Vercel Efficiency Audit

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.

usage
audit
efficiency
Coding & Development

Technical SEO Audit

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.

auditseoplanning
Coding & Development

Log File Analyzer & Parser

Provides commands (grep/awk) or scripts to parse logs and extract meaningful metrics.

debugginglogscli
Coding & Development

React Custom Hook Generator

Generates reusable, optimized React Custom Hooks for specific functionality.

reactfrontendjavascript
Coding & Development

Web Scraper & Crawler Builder

Creates scripts to scrape and extract structured data from websites using various libraries.

automationpythondata-mining