Official OpenAI Codex Workflow Catalog - Free Prompts and Skills
The OpenAI team has released catalog of common workflows that you might find interesting.
It has collection of prompts, step by step instructions, etc
For example, if you want to understand a codebase here is the prompt that can help you with
Explain how the request flows through <name of the system area> in the codebase.
Include:
- which modules own what
- where data is validated
- the top gotchas to watch for before making changes
End with the files I should read next.
And a step by step instruction