A Simple How‐To - Neilitlib/MSP-Simple-Commands GitHub Wiki

You are not a 'prompt' engineer

Simply ask your request in plain English. We're not doing anything fancy.


  • Ask for code that performs what you need.

image

TEST:

image


  • Request for something different and it will simply iterate.

image

TEST:

image


  • Ask it to fix the code based on the errors that were referenced.

In this example, our TEST will get the first output through a different method

image

TEST:

image


  • Ask it to change the code and it will iterate the code to perform the desired function.

image

TEST:

image


  • Simply paste the errors and it will fix the code in most cases.

image

TEST:

image

It's that simple