Skip to content

simanam/my_prompt_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Prompt Library

A personal collection of prompts organized by category for various use cases.

Categories

Category Description
Coding Code generation, debugging, refactoring, and development prompts
Writing Content writing, editing, and copywriting prompts
Research Research, summarization, and information gathering prompts
Productivity Task management, planning, and workflow prompts
Creative Brainstorming, ideation, and creative writing prompts
Analysis Data analysis, reasoning, and problem-solving prompts

Structure

mypromptlibrary/
├── README.md
├── coding/
│   └── *.md
├── writing/
│   └── *.md
├── research/
│   └── *.md
├── productivity/
│   └── *.md
├── creative/
│   └── *.md
└── analysis/
    └── *.md

Prompt Template

Each prompt file follows this format:

# Prompt Title

## Purpose
Brief description of what this prompt does.

## Prompt
\`\`\`
Your prompt text here...
\`\`\`

## Usage Notes
- When to use this prompt
- Any variables to customize
- Expected output format

How to Use

  1. Browse the category folders to find relevant prompts
  2. Copy the prompt text from the markdown file
  3. Customize any placeholders or variables for your specific use case
  4. Use with your preferred AI assistant

Adding New Prompts

  1. Create a new .md file in the appropriate category folder
  2. Follow the prompt template above
  3. Use descriptive filenames (e.g., code-review-checklist.md)

About

Prompt Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors