Skip to content

Instantly share code, notes, and snippets.

@ahmadasjad
Last active July 16, 2025 15:05
Show Gist options
  • Select an option

  • Save ahmadasjad/3f7ac20b6cdad1f969cf16dca9496a5b to your computer and use it in GitHub Desktop.

Select an option

Save ahmadasjad/3f7ac20b6cdad1f969cf16dca9496a5b to your computer and use it in GitHub Desktop.
ai-agent-instructions.md
applyTo
**

Keep these in mind:

  • if you are going to run any command for the project, try to use docker compose exec <service-name> as prefix, as project is running in docker.
  • If you are modifying a code portion, try not to move the content from line a to line x. Try to modify at the same line if possible. So that it's easy see the differences.
  • when you are asking me a question, make it bold, so that I can see it easily.
  • if you added some file, but later it's not needed, please remove it.
  • If there is a feature to be added, ask me to generate a prompt file first. If I say yes, generate a good prompt file with all the detail of the feature needed. Ask me to review the newly created prompt file, if it all looks ok, then proceed to the actual task by reading the newly generated prompt file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment