AI Prompts
Curated prompts and prompt engineering resources — system prompts, templates, jailbreak-proof patterns, and libraries that help you get better results from any AI model.
Curated collection of 150+ ChatGPT prompt templates.
🐙 Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.
Anthropic's principle-guided AI alignment methodology.
Unlock AI creativity: market, monetize, and master generative...
Guide and resources for prompt...
A free, open-source course on communicating with artificial...
Revolutionize eCommerce content creation with tailored, engaging copy...
Scale your content creation and get the best writing from ChatGPT, Copilot, and other AIs. Build and fine-tune prompts for any kind of content, from...
Streamline and optimize AI prompts efficiently with real-time...
Prompt generation for art...
Boost creativity, refine prompts, integrate seamlessly with Midjourney...
Essential AI image style prompts for...
ChatGPT prompt engineering...
Boost productivity for solopreneurs with production-ready...
Enhance AI interactions with 30,000+ tailored...
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Streamline AI prompt management, enhance productivity, and...
Unleash AI creativity with diverse, free, community-powered content...
Elevate AI interactions with curated, high-impact conversation...
Enhance AI capabilities with expertly crafted prompts for diverse...
Discover, share, and integrate prompts with...
Access 100+ expertly designed ChatGPT prompts for various...
Refine AI interactions with additive, manageable...
A tremendous feat of documentation, this guide covers Claude Code from beginner to power user, with production-ready templates for Claude Code features, guides on agentic workflows, and a lot of great learning materials, including quizzes and a handy "cheatsheet". Whether it's the "ultimate" guide t
Boost productivity with 100s of ChatGPT prompts for home and...
🚀💪Maximize your efficiency and productivity. The ultimate hub to manage, customize, and share prompts. (English/中文/Español/العربية). 让生产力加倍的 AI 快捷指令。更高效地管理提示词,在分享社区中发现适用于不同场景的灵感。
An AI prompt optimizer for writing better prompts and getting better AI results.
Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs
LEAKED SYSTEM PROMPTS FOR CHATGPT, CLAUDE, GEMINI, GROK, PERPLEXITY, CURSOR, LOVABLE, REPLIT, AND MORE! - AI SYSTEMS TRANSPARENCY FOR ALL! 👐
Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware encoding of JSON for LLM prompts
🍌 World's largest Nano Banana Pro prompt library — 10,000+ curated prompts with preview images, 16 languages. Google Gemini AI image generation. Free & open source.
This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc
Awesome curated collection of images and prompts generated by GPT-4o and gpt-image-1. Explore AI generated visuals created with ChatGPT and Sora, showcasing OpenAI’s advanced image generation capabilities.
Optimize content creation and SEO with AI-enhanced...
🚀 An awesome list of curated Nano Banana pro prompts and examples. Your go-to resource for mastering prompt engineering and exploring the creative potential of the Nano banana pro(Nano banana 2) AI image model.
[CVPR 2026] PromptEnhancer is a prompt-rewriting tool, refining prompts into clearer, structured versions for better image generation.
Curated list of chatgpt prompts from the top-rated GPTs in the GPTs Store. Prompt Engineering, prompt attack & prompt protect. Advanced Prompt Engineering papers.
Structured Outputs
Curated GPT-Image-2 prompts for the OpenAI API — portraits, posters, UI mockups, game screenshots, character sheets, and more. Ready-to-use prompts for gpt-image-2.
Agentic Engineering Patterns
LLM Structured Outputs Handbook
Nano Banana can be prompt engineered for nuanced AI image generation
A collection of GPT system prompts and various prompt injection/leaking knowledge.
Claude Code Resource Bible
GPT-Image-2 API and Prompts
Boost your model’s performance with tailored optimization prompts and strategic system guidance. Enhance reasoning depth, consistency, and instruction-following across tasks. Achieve better results with minimal setup.
📏 Collection of prompts/rules for use within AI Agent settings
Create comprehensive PRD, codebase, and bug analysis templates to streamline planning, review, and triage. Tailor outputs to your tech stack and severity for precise, actionable guidance. Standardize team workflows with complete, best-practice structures ready to fill and share.
A free DeepLearning.AI short course on how to prompt computer vision models with natural language, bounding boxes, segmentation masks, coordinate points, and other images.
Some prompt injection experiments with OpenClaw and GPT-5.4. Last part of the BrokenClaw series.
生成自然的问候语并快速向他人致意。浏览“Hello, World”起源故事获取灵感。使用内置提示轻松定制问候内容。
Automated prompt engineering. It generates, tests, and ranks prompts to find the best ones.
Strategies and tactics for getting better results from large language models.
Scale your content creation and get the best writing from ChatGPT, Copilot, and other AIs. Build and fine-tune prompts for any kind of content, from long-form to ads and email.
A collection of free prompts for Stable Diffusion.
| [prompts.csv](prompts.csv) |
A short course by Isa Fulford (OpenAI) and Andrew Ng (DeepLearning.AI).
** (Source: https://github.com/f/prompts.chat/tree/main/src/content/book)
Guide and resources for prompt engineering.
A free, open source course on communicating with artificial intelligence.
A collection of prompt examples to be used with the ChatGPT model.
Tool for prompt engineering.
Discover, create and share powerful prompts
Search prompts for models like Stable Diffusion, ChatGPT, Midjourney, etc.
Top Capabilities
Browse all →Analyzes selected code or entire files and generates natural language explanations of what the code does, how it works, and why certain patterns were chosen. The feature can produce documentation in multiple formats (docstrings, comments, markdown) and supports various documentation styles (JSDoc, Sphinx, etc.). Developers can request explanations at different levels of detail (high-level overview, line-by-line breakdown, architectural context) through the chat interface, with responses appearing as formatted text or code comments.
Cody utilizes a context-aware engine that analyzes the current file and project structure to provide relevant code completions. It integrates with the Visual Studio Code API to access the Abstract Syntax Tree (AST) of the code, allowing it to suggest completions that are semantically relevant to the context, rather than relying solely on keyword matching. This approach ensures that the suggestions are not only syntactically correct but also contextually appropriate, enhancing developer productivity.
Converts natural language prompts into executable full-stack web applications by invoking an AI agent that generates React/Next.js frontend code, Node.js backend logic, and database schemas. The agent runs code in-browser via WebContainers to validate syntax and functionality before deployment, iterating on the generated code based on execution feedback. Token consumption scales with project complexity (larger codebases consume more tokens per iteration), and the agent supports design system imports from Figma and GitHub to accelerate UI generation.
Provides six model variants (tiny, base, small, medium, large, turbo) with parameter counts ranging from 39M to 1550M, enabling developers to choose optimal speed-accuracy tradeoffs. Tiny model runs at ~10x speed with 1GB VRAM; large model runs at 1x speed with 10GB VRAM. English-only variants (tiny.en, base.en, small.en) provide higher English accuracy by removing multilingual capacity. Turbo model (809M params) offers 8x speedup over large with minimal accuracy loss but lacks translation support.
Translates non-English speech directly to English text by using a task-specific token in the TextDecoder that signals translation mode, bypassing the need for intermediate transcription-then-translation pipelines. The AudioEncoder processes mel spectrograms identically to transcription, but the decoder generates English tokens directly from audio embeddings, reducing latency and error propagation compared to cascaded systems.
Transcribes audio in 98 languages to text in the original language using a unified Transformer sequence-to-sequence architecture with a shared AudioEncoder that processes mel spectrograms into language-agnostic embeddings, then a TextDecoder that generates tokens autoregressively. The system handles variable-length audio by padding or trimming to 30-second segments and uses task-specific tokens to signal transcription mode, enabling a single model to handle multiple languages without language-specific branches.
Detects the spoken language in audio by processing mel spectrograms through the AudioEncoder and using a language classification head that outputs probability distributions over 98 supported languages. The model leverages 680K hours of multilingual training data to recognize language characteristics from acoustic features alone, without requiring transcription. Language detection occurs as a preliminary step in the transcription pipeline and can be called independently via the language detection task token.
W&B Personal tier (free) and Enterprise tier support self-hosted deployment via Docker, enabling on-premise installation for teams with data residency or security requirements. Self-hosted instances run independently from W&B cloud, with optional integration to W&B cloud for cross-instance features. Supports custom domain configuration, HTTPS, and integration with corporate identity providers (LDAP, SAML, OAuth).
Browse Other Types
Autonomous AI systems that act on your behalf
ModelsFoundation models, fine-tunes, and specialized AI models
MCP ServersModel Context Protocol tools and integrations
RepositoriesOpen-source AI projects on GitHub
APIsProgrammatic endpoints for AI capabilities
ExtensionsBrowser and IDE extensions powered by AI
View all 19 types →