See Exports
here.
The latest list is provided as:
list.csv
- CSV of GPTslist.md
- markdown file of GPTs (formatted from the CSV export)
Configurations for some individual GPTs are nested under Created_GPTs
.
Here's the folder scaffolding used:
GPT Name
- about.md
- Config
-- config.md
-- config.json
- The
GPT Name
is the GPT's name. about.md
provides a little bit of information about the custom GPT's intended purposeconfig
houses configuration files provided in markdown and JSON format (the latter for machine-readibility and portability)
This repository contains links to custom GPTs that I have build on top of ChatGPT (although increasingly I'm exploring the use of other GPTs including Claude).
I am finding amazing utility in creating custom GPTs for specific purposes (commonly those related to my professional life).
However, while it lacks the ability of custom GPTs to quickly store detailed contextual information, prompt engineering is often enough to quickly and dramatically accelerate the value yielded from working with GPTs.
The overarching objective is to create a sort of "fleet" of GPT agents to help me manage various aspects of my work and personal lives.
Like everything I open-source, I'm doing so to make a small contribution to the collective sum of human knowledge. If you'd like to use any of these GPTs for whatever reason, you have my full permission to do so.
GPTs are organised into folders describing their purpose.
- GPTName/
- Config/
- config.txt
- config.json
- about.md
- Config/
In this setup:
config.txt
is a text file containing the GPT configurationconfig.json
is a JSON file containing the GPT configurationabout.md
is a markdown document describing the purpose of the GPT and providing other details intended for a human reader
You can use JSON
directly in ChatGPT's custom GPT editor to effectively recreate any of these GPTs.
See the Notes
folder for other small details.
Daniel Rosehill
(public at danielrosehill dot com)
All my GitHub repositories are licensed under Creative Commons Attribution 4.0 International.
The Creative Commons Attribution 4.0 International (CC BY 4.0) license allows others to:
- Share: Copy and redistribute the material in any medium or format.
- Adapt: Remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
- Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- No additional restrictions: You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
For the full legal code, please visit the Creative Commons website.