A comprehensive collection of text transformation prompts for reformatting dictated text into various formats, styles, and structures.
The main collection of text transformation prompts.
/prompts/md/
- Markdown format prompts/prompts/json/
- JSON format equivalents of the markdown prompts
Each prompt follows a standardized markdown format:
# [Prompt Name]
## Name
[Descriptive name]
## Description
[Optional description]
## System Prompt Text
[The actual prompt text that will be used by AI systems]
## Expected Output Format
[Optional format specifications]
## Delivers Structured Output?
[Yes/No indicator]
Use the prompts in the /prompts/md/
or /prompts/json/
folders as system prompts for text transformation tasks.
To update both the JSON and Markdown indexes as the library grows:
python3 update_indexes.py
This script:
- Fixes any duplicated names in source JSON files
- Consolidates all JSON prompt files into
prompts.json
- Generates a markdown index (
index.md
) from the consolidated JSON
The library includes prompts for:
- Business Communication - Professional emails, meeting minutes, proposals
- Documentation - Technical docs, process documentation, README files
- Content Creation - Blog outlines, social media posts, newsletters
- Task Management - To-do lists, project plans, status updates
- Format Conversion - JSON output, HTML formatting, structured data
- Style Transformation - Formal/casual tone, clarity improvements
- Specialized Formats - RFPs, cover letters, testimonials
This repository uses automated workflows to:
- Process prompts from
/to-integrate/
folder - Generate standardized markdown format
- Create JSON equivalents
- Maintain consistent naming and structure
- Add new prompts to the
/to-integrate/
folder - Follow the standard markdown format
- Ensure prompts are practical and non-novelty focused
- Automation will handle integration into the main collection
Prompts are automatically named with the pattern:
[descriptive_name]_[date].md
Example: business_email_270525.md