Skip to content

Latest commit

Β 

History

55 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

EpicPrompts

Validation Contributions Welcome License: MIT

A curated collection of meticulously crafted AI prompts designed to work beautifully with powerful, general-purpose consumer multimodal generative AI tools.

πŸš€ Quick Start

  1. Browse the collection below to find prompts that suit your needs
  2. Choose your format: JSON for precise structure, YAML for readability
  3. Copy the prompt from the appropriate directory
  4. Paste into your AI tool and customize as needed
  5. Create amazing content with consistent, high-quality results!

πŸ“– New to prompting? Check out our practical examples with step-by-step usage guides!

🎯 What's Inside

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.

🎨 Available Prompt Categories

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

Compatibility

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

πŸ“š Featured Prompts

πŸ’‘ Tip: See EXAMPLES.md for detailed usage instructions and practical workflows!

Image Generation

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.

Access Folder

OutputExample: Gemini 2.5 Flash Image Preview (Google Nano Banana)

Preview
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.

Access Folder

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.

Access Folder

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.md and LICENSE file for your repository based on its content.

Versions:

  • makeReadme_V1.json: Use this to generate a brand new README.md and LICENSE from 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 the README.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 the README.md is perfectly synchronized with the repository's current state.

Access Folder

UI Design (Pixel 8-bit ASCII Style)

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

Access Folder

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

Access Folder

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

Access Folder

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

Access Folder

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

Access Folder

UNLESS: The model name is specifically mentioned in the directory name ("modelName" + "_" + "directoryName")

πŸ› οΈ Tools & Validation

Validation Tool

We've included a comprehensive validation tool to ensure prompt quality and consistency:

# Run the validation tool
python3 .github/tools/validate_prompts.py

This tool checks for:

  • βœ… Valid JSON syntax
  • πŸ“‹ Consistent file naming conventions
  • πŸ—οΈ Proper directory structure
  • πŸ“ Required metadata fields
  • πŸ”„ YAML/JSON synchronization

File Formats

  • JSON: Primary format for precise, programmatic use
  • YAML: Human-readable alternative in YAML-versions/ directory

🀝 Contributing

We welcome contributions from the community! Here's how you can help:

🎯 Ways to Contribute

  • 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

πŸ“‹ Before Contributing

  1. Read our Contributing Guidelines
  2. Check existing issues and pull requests
  3. Run the validation tool on your prompts
  4. Test with multiple AI models when possible

πŸš€ Quick Contribution

  1. Fork this repository
  2. Create your prompt following the structure in CONTRIBUTING.md
  3. Run validation: python3 .github/tools/validate_prompts.py
  4. Submit a pull request with our template

πŸ“Š Repository Stats

  • πŸ“ 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

πŸ“ File Structure

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

πŸ—οΈ Structure Conventions

  • 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

License

This project is licensed under the MIT License. See the LICENSE file for more details. Created by Navaneeth Sankar K P.

About

A curated collection of high-quality, reusable prompts in JSON format for advanced generative AI models.

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors