GPT Workspace Scaffolding Repository

August 9, 2024 ยท View on GitHub

Core Folders

More screenshots below

Purpose Statement

A file and folder structure intended to help those who are working professionally with GPTs.

This folder structure is intended to be useful for those engaged in the following activities (a non-exhaustive list):

  • Managing an inventory of custom GPTs
  • Managing prompt outputs
  • Managing a prompt library
  • Sharing any of the above

In practice, however, a relational database structure is much more appropriate and scalable for all of these needs than committing them to files.

My GPT Management System is built on top of NocoDB and provides a framework for doing that (and it is very likely that many commercial cools will target this use-case in the near future).

But for other use-cases like proof of concept, sharing on Github, etc, this structure might be helpful.

Documentation

For very cursory documentation explaining why the folders are structured like this, you can see documentation.md at the root.

Screenshots / Folder Structure

Core folders:

Core Folders

Inventory of custom GPTs:

Custom GPT Inventory

Basic prompt library:

Prompt Library

Prompt outputs:

Prompt Outputs

Taxonomies:

Taxonomies

Author

Daniel Rosehill
(public at danielrosehill dot com)

Licensing

This repository is licensed under CC-BY-4.0 (Attribution 4.0 International) License

Summary of the License

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.

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.