This repository holds prompts that I use on a daily basis both professionally and personally. Prompts are stored in a .txt file extension (for now) until I find a better more efficient file system (i.e. .jinja2, .md etc.)
.
└── root/
├── .gitignore
├── README.md
├── company/
│ ├── task/
│ │ ├── prompt.txt
│ │ └── ...
│ └── ...
└── ...Each prompt follows a common structure as given below.
system: {prompt_body}
user: {input_vars}Feel free to open a pull request where you think a prompt can be improved.