A curated collection of meticulously crafted AI prompts designed to work beautifully with powerful, general-purpose consumer multimodal generative AI tools.
- Browse the collection below to find prompts that suit your needs
- Choose your format: JSON for precise structure, YAML for readability
- Copy the prompt from the appropriate directory
- Paste into your AI tool and customize as needed
- Create amazing content with consistent, high-quality results!
π New to prompting? Check out our practical examples with step-by-step usage guides!
This repository contains structured prompts in both JSON and YAML formats, each designed for specific creative and technical tasks. Every prompt has been tested and refined to ensure optimal performance.
| Category | Description | Use Cases |
|---|---|---|
| πΌοΈ Image Generation | Photography styles, artistic techniques | Creative visuals, professional photography |
| π Text Processing | Writing, documentation, analysis | Content creation, documentation |
| π΅ Audio Processing | Transcription, metadata extraction | Media processing, accessibility |
| π οΈ Technical Tasks | Code generation, system administration | Development, automation |
| π Creative Writing | Storytelling, character development | Fiction, creative content |
| π¨ UI/UX Design | Pixel art, ASCII interfaces, retro styling | Retro-themed applications, vintage gaming interfaces |
These prompts are designed for high-token count, multimodal models (default Temperature etc. settings) released after June 2025, such as:
- Google DeepMind's Gemini 2.5 Pro (and subsequent versions)
- OpenAI's ChatGPT (GPT-5 and subsequent high-token models)
- Other similar advanced consumer-scale multimodal Generative AI tools
π‘ Tip: See EXAMPLES.md for detailed usage instructions and practical workflows!
EtherealVintageBloom -image
A prompt for generating and analyzing images with a specific photographic style.
When to use: To generate an image with an ethereal, vintage, and cinematic feel.
What to provide:
- A brief description of the image + the JSON prompt.
OutputExample: Gemini 2.5 Flash Image Preview (Google Nano Banana)
SequentialAudioTranscription -audio
A prompt for transcribing a collection of audio files sequentially and extracting metadata.
When to use:
- When you have multiple audio files to transcribe and want to extract information like speaker's name, gender, and age.
What to upload:
- A collection of audio files.
SetExecutionPolicy -text
A meta-instruction prompt to set the execution policy for a large-scale task.
When to use:
- Before a complex, multi-step task to ensure the AI prioritizes quality and accuracy over speed.
RepositoryDocumentation -text
A collection of prompts to generate and maintain documentation for a code repository.
When to use:
- To automatically generate or update a
README.mdandLICENSEfile for your repository based on its content.
Versions:
makeReadme_V1.json: Use this to generate a brand newREADME.mdandLICENSEfrom scratch by analyzing the repository's content.syncReadme_V1.json: Use this for a basic update. It checks for new or deleted files and updates the file structure in theREADME.md.syncReadme_V2/syncReadme_V2.json: Use this for a comprehensive update. It performs a deep analysis of code, dependencies, and build scripts to ensure every part of theREADME.mdis perfectly synchronized with the repository's current state.
Pixel8BitButtonDesign -design
Design UI button components in authentic 8-bit pixel art style, reminiscent of classic retro computing and gaming interfaces.
When to use:
- Creating retro-themed web applications, vintage gaming interfaces, or nostalgic digital experiences
- Designing button systems with authentic pixel art aesthetics
What to provide:
- Button text, type (primary/secondary/danger/success), and color scheme preference
RetroPixelIconography -design
Design comprehensive pixel art icon sets in authentic 8-bit style, capturing the essence of early computing and gaming era graphics.
When to use:
- Creating icon systems for retro-themed applications
- Designing pixel-perfect icons at 16x16px or 32x32px resolution
- Building consistent iconography with limited color palettes
What to provide:
- Icon category (system/action/navigation/status/media), canvas size, and color scheme
ASCIINavigationMenu -design
Design navigation menus using ASCII art characters and pixel-art styling, creating authentic terminal-style interfaces.
When to use:
- Building retro-themed navigation systems
- Creating BBS-style or DOS-style menu interfaces
- Designing text-based user interface components
What to provide:
- Menu type (horizontal/vertical/dropdown/breadcrumb/tabs), style preference (DOS/BBS/Terminal/Gaming), and menu items
PixelArtDashboard -design
Design comprehensive dashboard interfaces in pixel art style, combining retro gaming aesthetics with modern data visualization.
When to use:
- Creating analytics platforms with nostalgic aesthetics
- Building admin panels or monitoring systems with retro flair
- Designing data-rich interfaces with pixel art styling
What to provide:
- Dashboard purpose (analytics/admin/monitoring), required components (stats/charts/tables), and layout preference
VintageTerminalInterface -design
Design complete terminal-style user interfaces with authentic vintage computing aesthetics, emulating classic command-line interfaces and BBS systems.
When to use:
- Creating developer tools with retro terminal styling
- Building command-line style web applications
- Designing nostalgic computing experiences with CRT effects
What to provide:
- Terminal style (Unix/DOS/BBS/Cyberpunk), color scheme, required components (command prompt/menu/status bar), and special features
UNLESS: The model name is specifically mentioned in the directory name ("modelName" + "_" + "directoryName")
We've included a comprehensive validation tool to ensure prompt quality and consistency:
# Run the validation tool
python3 .github/tools/validate_prompts.pyThis tool checks for:
- β Valid JSON syntax
- π Consistent file naming conventions
- ποΈ Proper directory structure
- π Required metadata fields
- π YAML/JSON synchronization
- JSON: Primary format for precise, programmatic use
- YAML: Human-readable alternative in
YAML-versions/directory
We welcome contributions from the community! Here's how you can help:
- Submit new prompts following our guidelines
- Improve existing prompts with better results or documentation
- Report bugs or issues with prompts
- Suggest enhancements to the repository structure
- Add translations or variations for different AI models
- Read our Contributing Guidelines
- Check existing issues and pull requests
- Run the validation tool on your prompts
- Test with multiple AI models when possible
- Fork this repository
- Create your prompt following the structure in
CONTRIBUTING.md - Run validation:
python3 .github/tools/validate_prompts.py - Submit a pull request with our template
- π Prompt Categories: 6 main categories (Image Generation, Text Processing, Audio Processing, Technical Tasks, Creative Writing, UI Design)
- π Total Prompts: 13+ unique prompts
- π§ Formats: JSON + YAML versions
Here is an overview of the current project structure:
βββ .github/ # GitHub templates and tools
β βββ ISSUE_TEMPLATE/ # Issue templates for contributions
β βββ tools/ # Validation and maintenance scripts
βββ .gitattributes
βββ CONTRIBUTING.md # Contribution guidelines
βββ LICENSE # MIT License
βββ README.md # This file
βββ ASCIINavigationMenu/ # UI/UX: ASCII-style navigation menus
β βββ ANM_V1.json
βββ EtherealVintageBloom/ # Image generation prompts
β βββ EVB_V1.json
βββ Pixel8BitButtonDesign/ # UI/UX: 8-bit style button components
β βββ PBD_V1.json
βββ PixelArtDashboard/ # UI/UX: Retro gaming-style dashboards
β βββ PAD_V1.json
βββ RepositoryDocumentation/ # Documentation generation prompts
β βββ makeReadme_V1.json
β βββ optimizedTopics_V1.json
β βββ syncReadme_V1.json
β βββ syncReadme_V2.json
β βββ syncReadme_V3.json
β βββ syncReadme_V4.json
βββ RetroPixelIconography/ # UI/UX: Pixel art icon design
β βββ RPI_V1.json
βββ SequentialAudioTranscription/ # Audio processing prompts
β βββ SAT_V1.json
βββ SetExecutionPolicy/ # Meta-instruction prompts
β βββ SEP_V1.json
βββ VintageTerminalInterface/ # UI/UX: Terminal-style interfaces
β βββ VTI_V1.json
βββ YAML-versions/ # YAML format alternatives
β βββ ASCIINavigationMenu/
β β βββ ANM_V1.yaml
β βββ EtherealVintageBloom/
β β βββ EVB_V1.yaml
β βββ Pixel8BitButtonDesign/
β β βββ PBD_V1.yaml
β βββ PixelArtDashboard/
β β βββ PAD_V1.yaml
β βββ RepositoryDocumentation/
β β βββ makeReadme_V1.yaml
β β βββ optimizedTopics_V1.yaml
β β βββ syncReadme_V1.yaml
β β βββ syncReadme_V2.yaml
β β βββ syncReadme_V3.yaml
β β βββ syncReadme_V4.yaml
β βββ RetroPixelIconography/
β β βββ RPI_V1.yaml
β βββ SequentialAudioTranscription/
β β βββ SAT_V1.yaml
β βββ SetExecutionPolicy/
β β βββ SEP_V1.yaml
β βββ VintageTerminalInterface/
β βββ VTI_V1.yaml
- Directory Names: PascalCase, descriptive (e.g.,
EtherealVintageBloom) - File Names:
ACRONYM_V#.json(e.g.,EVB_V1.json) - Versioning: Start with V1, increment for major changes
- Dual Format: Both JSON and YAML versions maintained
This project is licensed under the MIT License. See the LICENSE file for more details.
Created by Navaneeth Sankar K P.