Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```