Skip to content

Instantly share code, notes, and snippets.

@bouiboui
Last active June 30, 2025 20:25
Show Gist options
  • Save bouiboui/f816ff39895725df3c19d19ffa07471e to your computer and use it in GitHub Desktop.
Save bouiboui/f816ff39895725df3c19d19ffa07471e to your computer and use it in GitHub Desktop.
Cool codex prompts
  • Tip: Write "Make a plan to " and what you intend to ask, and click "Ask" instead of "Code". It will most of the time generate a better prompt than you would by yourself.
  • List all unused stuff (dependencies, files), and create tasks to remove each one.
  • Run npm i and create a task to fix each warning.
  • Run npx npm-check in each package and create a task to fix each warning.
  • List all the flows in the app, then imagine how they could be 100% more intuitive, and create tasks to implement each.
  • List all the most critical paths that are untested right now, and create a task to create the tests for each.
  • List all npm packages this project could benefit from. For each of them, create an implementation task.
  • List all Vite plugins this project could benefit from. For each of them, create an implementation task.
  • This is an old project. Try to run it, then create a task for all the things that need fixing.
  • List all the TODOs in the app and for each one, create a coding task to implement it.
  • List 20 ideas to make the app more playful.
  • List 20 ideas to make the app more professional.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment