[Upstream sync] danielrosehill/awesome-llm-prompt-libraries (github) — 10 added, 0 modified #4
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Settings"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/.vscode/settings.json
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: prompt
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
{
|
||||
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}${separator}[Branch: main]"
|
||||
}
|
||||
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "Push Main"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/.github/workflows/push-main.yml
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: unknown
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
name: Trigger Netlify Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
notify-netlify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Trigger Netlify Build Hook
|
||||
run: curl -X POST -d '{}' ${{ secrets.NETLIFY_BUILD_HOOK_URL }}
|
||||
@@ -0,0 +1,207 @@
|
||||
---
|
||||
title: "Awesome GPT Prompt Libraries [](https://awesome.re)"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/README.md
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: catalogue
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
# Awesome GPT Prompt Libraries [](https://awesome.re)
|
||||
|
||||

|
||||
|
||||
[](https://github.com/danielrosehill/Awesome-LLM-Prompt-Libraries)
|
||||
|
||||
The aim of this repository is to gather together **prompt libraries** which GPT users have chosen to open-source (primarily though not exclusively here on Github).
|
||||
|
||||
The scope of this list is:
|
||||
|
||||
### In Scope
|
||||
- Open source libraries of GPT prompts
|
||||
|
||||
### Out Of Scope
|
||||
- Prompt engineering resources, courses (I have a separate list for these), tutorials; repos containing tutorials
|
||||
|
||||
## Contents
|
||||
|
||||
- [Awesome GPT Prompt Libraries ](#awesome-gpt-prompt-libraries-)
|
||||
- [In Scope](#in-scope)
|
||||
- [Out Of Scope](#out-of-scope)
|
||||
- [Contents](#contents)
|
||||
- [Prompt Libraries](#prompt-libraries)
|
||||
- [LLM/GPT - General Prompt Libraries](#llmgpt---general-prompt-libraries)
|
||||
- [ChatGPT Prompt Libraries](#chatgpt-prompt-libraries)
|
||||
- [Corporate Authors](#corporate-authors)
|
||||
- [By Username](#by-username)
|
||||
- [Prompt Libraries For Specific Use-Cases](#prompt-libraries-for-specific-use-cases)
|
||||
- [Cybersecurity](#cybersecurity)
|
||||
- [Data Science](#data-science)
|
||||
- [Engineering](#engineering)
|
||||
- [Game Development](#game-development)
|
||||
- [Writing, Content Generation](#writing-content-generation)
|
||||
- [Developing/Programming (General)](#developingprogramming-general)
|
||||
- [ChatGPT Prompting - Specific Approaches](#chatgpt-prompting---specific-approaches)
|
||||
- [Prompts For Discrete Tasks (Iterations on Individual Prompts)](#prompts-for-discrete-tasks-iterations-on-individual-prompts)
|
||||
- [ChatGPT Prompt Libraries - Non-English Languages](#chatgpt-prompt-libraries---non-english-languages)
|
||||
- [Chinese](#chinese)
|
||||
- [Prompt Libraries For Previous GPT Models](#prompt-libraries-for-previous-gpt-models)
|
||||
- [GPT 3 Prompt Libraries](#gpt-3-prompt-libraries)
|
||||
- [Jailbreaking](#jailbreaking)
|
||||
- [Awesome Lists](#awesome-lists)
|
||||
- [Prompt Libaries - Claude](#prompt-libaries---claude)
|
||||
- [Prompt Library Projects](#prompt-library-projects)
|
||||
- [Require Sorting](#require-sorting)
|
||||
- [List Authorship](#list-authorship)
|
||||
- [List Author](#list-author)
|
||||
- [License](#license)
|
||||
|
||||
|
||||
# Prompt Libraries
|
||||
|
||||
# LLM/GPT - General Prompt Libraries
|
||||
|
||||
- [Prompt Of The Year](https://github.com/successfulstudy/promptoftheyear)
|
||||
|
||||
# ChatGPT Prompt Libraries
|
||||
|
||||
- [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)
|
||||
- [ChatGPT System Prompts](https://github.com/LouisShark/chatgpt_system_prompt)
|
||||
- [Awesome Prompts by AI Boost](https://github.com/ai-boost/awesome-prompts)
|
||||
- [yokoffing](https://github.com/yokoffing/ChatGPT-Prompts)
|
||||
- [ChatGPT System Prompts](https://github.com/mustvlad/ChatGPT-System-Prompts)
|
||||
- [Awesome ChatGPT 'Superprompting'](https://github.com/CyberAlbSecOP/Awesome_GPT_Super_Prompting)
|
||||
- [ChatGPT-Prompts-Reference](https://github.com/willwulfken/ChatGPT-Prompts-Reference)
|
||||
- [Awesome ChatGPT Suggestions](https://github.com/aminblm/awesome-chatgpt-suggestions)
|
||||
- [AI Prompts - 200 Ideas](https://github.com/bilalnawaz072/AI-Prompts-200-Ideas)
|
||||
- [Lit Prompts](https://github.com/VishwaGauravIn/lit-prompts)
|
||||
|
||||
## Corporate Authors
|
||||
|
||||
- [ChatGPT Robot Manipulation Prompts (Microsoft)](https://github.com/microsoft/ChatGPT-Robot-Manipulation-Prompts)
|
||||
- [10K AI Prompts By Contentify AI](https://github.com/alphatrait/100000-ai-prompts-by-contentifyai)
|
||||
|
||||
## By Username
|
||||
|
||||
- [pacholoamit](https://github.com/pacholoamit/chatgpt-prompts)
|
||||
- [danielrosehill](https://github.com/danielrosehill/GPT-Prompt-Library-Public-)
|
||||
- [AIPRM](https://github.com/gabriel-kaam/chat-gpt-prompts-from-aiprm)
|
||||
- [PrathamKumar14](https://github.com/PrathamKumar14/ChatGPT-Prompts)
|
||||
- [carterleffen](https://github.com/carterleffen/chatgpt-prompts)
|
||||
- [AllAboutAI-YT](https://github.com/AllAboutAI-YT/chatgpt-promp1)
|
||||
- [EddyCliff](https://github.com/EddyCliff/Chatgpt-Prompts)
|
||||
- [chaseleantj](https://github.com/chaseleantj/gpt-prompts)
|
||||
- [promptlib](https://github.com/jmpaz/promptlib)
|
||||
|
||||
|
||||
## Prompt Libraries For Specific Use-Cases
|
||||
|
||||
### Cybersecurity
|
||||
|
||||
- [Cybersecurity ChatGPT Prompts](https://github.com/DummyKitty/Cyber-Security-chatGPT-prompt)
|
||||
|
||||
### Data Science
|
||||
|
||||
- [ChatGPT Data Science Prompts](https://github.com/travistangvh/ChatGPT-Data-Science-Prompts)
|
||||
|
||||
### Engineering
|
||||
|
||||
- [ChatGPT Prompts For Engineers](https://github.com/camsong/chatgpt-engineer-prompts)
|
||||
|
||||
### Game Development
|
||||
|
||||
- [ChatGPT Games](https://github.com/AdmTal/chat-gpt-games) Prompts for playable games in ChatGPT
|
||||
|
||||
### Writing, Content Generation
|
||||
|
||||
- [ChatGPT Prompts For Academic Writing](https://github.com/ahmetbersoz/chatgpt-prompts-for-academic-writing)
|
||||
|
||||
### Developing/Programming (General)
|
||||
|
||||
- [ChatGPT Prompts For Developers](https://github.com/PickleBoxer/dev-chatgpt-prompts)
|
||||
- [ChatGPT prompts for bug bounty and pen-testing](https://github.com/TakSec/chatgpt-prompts-bug-bounty)
|
||||
- [ChatGPT Prompts For Devops Mastery](https://github.com/schoolofdevops/chatgpt-prompts-devopsmastery)
|
||||
- [ChatGPT Architecture Coach](https://github.com/mikaelvesavuori/chatgpt-architecture-coach)
|
||||
|
||||
|
||||
## ChatGPT Prompting - Specific Approaches
|
||||
|
||||
- [Three Of Thought Prompting](https://github.com/dave1010/tree-of-thought-prompting)
|
||||
|
||||
|
||||
## Prompts For Discrete Tasks (Iterations on Individual Prompts)
|
||||
|
||||
- [git2gpt](https://github.com/chand1012/git2gpt)
|
||||
|
||||
|
||||
## ChatGPT Prompt Libraries - Non-English Languages
|
||||
|
||||
- [langgptai/wonderful-prompts](https://github.com/langgptai/wonderful-prompts)
|
||||
|
||||
### Chinese
|
||||
|
||||
- [ChatGPT Prompts](https://github.com/jevantang/chatgpt-prompts)
|
||||
- [B30](https://github.com/B3o/GPTS-Prompt-Collection)
|
||||
- [Safety Prompts](https://github.com/thu-coai/Safety-Prompts)
|
||||
- [ChatGPT IT Prompts](https://github.com/nigel327/ChatGPT-IT-Prompts)
|
||||
|
||||
## Prompt Libraries For Previous GPT Models
|
||||
|
||||
### GPT 3 Prompt Libraries
|
||||
|
||||
- [GPT 3 Prompts](https://github.com/mattnigh/ChatGPT3-Free-Prompt-List) A free guide for learning to create ChatGPT3 Prompts
|
||||
- [Instructgpt-prompts](https://github.com/kevinamiri/Instructgpt-prompts) About
|
||||
A collection of ChatGPT and GPT-3.5 instruction-based prompts for generating and classifying text.
|
||||
|
||||
## Jailbreaking
|
||||
|
||||
- [ChatGPT_DAN](https://github.com/0xk1h0/ChatGPT_DAN)
|
||||
- [Jailbreak LLM Prompts](https://github.com/verazuo/jailbreak_llms)
|
||||
- [ChatGPT Jailbreak Prompts](https://github.com/ObservedObserver/ChatGPT-Jailbreak-Prompts)
|
||||
- [chatbot-experiments](https://github.com/LeaderbotX400/chatbot-experiments)
|
||||
|
||||
|
||||
## Awesome Lists
|
||||
|
||||
*Awesome lists for prompt libraries (like this one) or of prompt libraries for specific use-cases*
|
||||
|
||||
- [Awesome ChatGPT Content Creation Prompts](https://github.com/aminblm/awesome-chatgpt-content-creation-prompts)
|
||||
|
||||
## Prompt Libaries - Claude
|
||||
|
||||
-[Awesome Claude Prompts](https://github.com/langgptai/awesome-claude-prompts)
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Prompt Library Projects
|
||||
|
||||
*Projects and software for prompt management, prompt organisation, prompt library creation and optimisation, as well as other resources that aren't simply prompt libraries*
|
||||
|
||||
- [OpenPrompt.co](https://github.com/timqian/openprompt.co)
|
||||
- [AI Prompt Genius](https://github.com/AI-Prompt-Genius/AI-Prompt-Genius)
|
||||
- [ChatGPT Prompt Genius](https://github.com/wenhaomin/ChatGPT-PromptGenius) About
|
||||
All-purpose prompts website with hierarchical classification system. Helps you quickly find and share wonderful prompts!
|
||||
|
||||
|
||||
### Require Sorting
|
||||
|
||||
- [ChatGPT Advanced Prompts](https://github.com/hougarry/chatgpt-advanced-prompts)
|
||||
|
||||
---
|
||||
|
||||
# List Authorship
|
||||
|
||||
## List Author
|
||||
|
||||
Daniel Rosehill
|
||||
(public at danielrosehill dot com)
|
||||
|
||||
## License
|
||||
|
||||
This repository is licensed under CC-BY-4.0 (Attribution 4.0 International)
|
||||
[License](https://creativecommons.org/licenses/by/4.0/)
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Archivedsnippets"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/exclude/archived/archivedsnippets.md
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: unknown
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
|
||||
+87
@@ -0,0 +1,87 @@
|
||||
---
|
||||
title: "Contributor Covenant Code of Conduct"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/exclude/archived/code-of-conduct.md
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: unknown
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
||||
In the interest of fostering an open and welcoming environment, we as
|
||||
contributors and maintainers pledge to making participation in our project and
|
||||
our community a harassment-free experience for everyone, regardless of age, body
|
||||
size, disability, ethnicity, gender identity and expression, level of experience,
|
||||
nationality, personal appearance, race, religion, or sexual identity and
|
||||
orientation.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behavior that contributes to creating a positive environment
|
||||
include:
|
||||
|
||||
* Using welcoming and inclusive language
|
||||
* Being respectful of differing viewpoints and experiences
|
||||
* Gracefully accepting constructive criticism
|
||||
* Focusing on what is best for the community
|
||||
* Showing empathy towards other community members
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery and unwelcome sexual attention or
|
||||
advances
|
||||
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or electronic
|
||||
address, without explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a
|
||||
professional setting
|
||||
|
||||
## Our Responsibilities
|
||||
|
||||
Project maintainers are responsible for clarifying the standards of acceptable
|
||||
behavior and are expected to take appropriate and fair corrective action in
|
||||
response to any instances of unacceptable behavior.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or
|
||||
reject comments, commits, code, wiki edits, issues, and other contributions
|
||||
that are not aligned to this Code of Conduct, or to ban temporarily or
|
||||
permanently any contributor for other behaviors that they deem inappropriate,
|
||||
threatening, offensive, or harmful.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies both within project spaces and in public spaces
|
||||
when an individual is representing the project or its community. Examples of
|
||||
representing a project or community include using an official project e-mail
|
||||
address, posting via an official social media account, or acting as an appointed
|
||||
representative at an online or offline event. Representation of a project may be
|
||||
further defined and clarified by project maintainers.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported by contacting the project team at public@danielrosehill.com. All
|
||||
complaints will be reviewed and investigated and will result in a response that
|
||||
is deemed necessary and appropriate to the circumstances. The project team is
|
||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||
Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good
|
||||
faith may face temporary or permanent repercussions as determined by other
|
||||
members of the project's leadership.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||
available at [http://contributor-covenant.org/version/1/4][version]
|
||||
|
||||
[homepage]: http://contributor-covenant.org
|
||||
[version]: http://contributor-covenant.org/version/1/4/
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: "Contribution Guidelines"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/exclude/archived/contributing.md
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: catalogue
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
# Contribution Guidelines
|
||||
|
||||
Please note that this project is released with a
|
||||
[Contributor Code of Conduct](code-of-conduct.md). By participating in this
|
||||
project you agree to abide by its terms.
|
||||
|
||||
---
|
||||
|
||||
Ensure your pull request adheres to the following guidelines:
|
||||
|
||||
- Make sure you take care of this
|
||||
- And this as well
|
||||
- And don't forget to check this
|
||||
|
||||
Thank you for your suggestions!
|
||||
|
||||
|
||||
## Updating your PR
|
||||
|
||||
A lot of times, making a PR adhere to the standards above can be difficult.
|
||||
If the maintainers notice anything that we'd like changed, we'll ask you to
|
||||
edit your PR before we merge it. There's no need to open a new PR, just edit
|
||||
the existing one. If you're not sure how to do that,
|
||||
[here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md)
|
||||
on the different ways you can update your PR so that we can merge it.
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
---
|
||||
title: "Github Prompt LIbraries"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/exclude/firstentry/ghrepos.md
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: catalogue
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
# Github Prompt LIbraries
|
||||
|
||||
Prompt library repositories on Github to integrate into the Readme and categorise/organise:
|
||||
|
||||
https://github.com/0xeb/TheBigPromptLibrary
|
||||
|
||||
https://github.com/microsoft/prompt-engine
|
||||
https://github.com/Bowery/prompt
|
||||
|
||||
## LLM & GPTs
|
||||
|
||||
https://github.com/abilzerian/LLM-Prompt-Library
|
||||
https://github.com/AI-Prompt-Genius/AI-Prompt-Genius
|
||||
https://github.com/ai-boost/awesome-prompts
|
||||
https://github.com/successfulstudy/promptoftheyear
|
||||
|
||||
# ChatGPT Specific
|
||||
|
||||
https://github.com/pacholoamit/chatgpt-prompts
|
||||
https://github.com/f/awesome-chatgpt-prompts
|
||||
https://github.com/LouisShark/chatgpt_system_prompt
|
||||
https://github.com/ahmetbersoz/chatgpt-prompts-for-academic-writing
|
||||
https://github.com/travistangvh/ChatGPT-Data-Science-Prompts
|
||||
https://github.com/PickleBoxer/dev-chatgpt-prompts
|
||||
https://github.com/timqian/openprompt.co
|
||||
https://github.com/yokoffing/ChatGPT-Prompts
|
||||
https://github.com/pacholoamit/chatgpt-prompts
|
||||
https://github.com/mustvlad/ChatGPT-System-Prompts
|
||||
https://github.com/gabriel-kaam/chat-gpt-prompts-from-aiprm
|
||||
https://github.com/felipeAguiarCode/prompts-for-podcast-generate-by-ia
|
||||
|
||||
# Jailbreaking
|
||||
|
||||
https://github.com/0xk1h0/ChatGPT_DAN
|
||||
https://github.com/verazuo/jailbreak_llms
|
||||
|
||||
# GPT 3
|
||||
|
||||
https://github.com/mattnigh/ChatGPT3-Free-Prompt-List
|
||||
|
||||
|
||||
# Non English Langs
|
||||
|
||||
https://github.com/PlexPt/awesome-chatgpt-prompts-zh
|
||||
|
||||
# Project To Check Out
|
||||
|
||||
https://github.com/timqian/openprompt.co
|
||||
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Alphabetical Organisation"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/exclude/maintenance/maintenancetodos.md
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: unknown
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
# Alphabetical Organisation
|
||||
|
||||
Organise repos within categories alphabetically. Create script to do this.
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Onetimetodos"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/exclude/maintenance/onetimetodos.md
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: catalogue
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: "Github Searches"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/danielrosehill/awesome-llm-prompt-libraries/blob/99285e8e/exclude/resources/githublinks.md
|
||||
upstream_sha: 99285e8e
|
||||
imported_at: 2026-06-26
|
||||
prompt_class: catalogue
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
validated: false
|
||||
---
|
||||
|
||||
# Github Searches
|
||||
|
||||
## chatgpt prompts
|
||||
|
||||
- [By Best Match](https://github.com/search?q=chatgpt%20prompts&type=repositories)
|
||||
- [By Most Starts](https://github.com/search?q=chatgpt+prompts&type=repositories&s=stars&o=desc)
|
||||
- [By Recent Updates](https://github.com/search?q=chatgpt+prompts&type=repositories&s=updated&o=desc)
|
||||
Reference in New Issue
Block a user