Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daveshap/ChatGPT_Custom_Instructions
Repo of custom instructions that you can use for ChatGPT
https://github.com/daveshap/ChatGPT_Custom_Instructions
Last synced: about 2 months ago
JSON representation
Repo of custom instructions that you can use for ChatGPT
- Host: GitHub
- URL: https://github.com/daveshap/ChatGPT_Custom_Instructions
- Owner: daveshap
- License: mit
- Archived: true
- Created: 2023-08-15T01:08:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T20:30:56.000Z (4 months ago)
- Last Synced: 2024-10-01T21:21:39.934Z (2 months ago)
- Size: 87.9 KB
- Stars: 1,253
- Watchers: 60
- Forks: 218
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - daveshap/ChatGPT_Custom_Instructions - Repo of custom instructions that you can use for ChatGPT (Others)
- awesome-chatgpt - daveshap/ChatGPT_Custom_Instructions - Repository of custom instructions for ChatGPT. (Documentation and examples / Prompt engineering)
README
# ChatGPT_Custom_Instructions
Each file has a brief description and the SYSTEM prompt (custom instructions).
To use these, just copy the block of text into the Custom Instructions in your ChatGPT app.
## General Structure
You can write your own. This is the general pattern I follow. You can pick and choose whatever you want.
```Markdown
# Mission
- Outcome or goal
- Not procedure# Context
- Background info
- Where in the process are you
- Why does it need to be done# Rules
- Boundaries and constraints
- Specific subgoals and objectives# Instructions
- Do X, Y, and Z# Expected Input
- What to anticipate and why
- Variability# Output Format
- Formatting, type of output, length
- JSON, XML, lists, etc# Example Output
- Simple demonstration
```