~jamesponddotco/llm-prompts

Add new prompt to convert jQuery to vanilla JS

Signed-off-by: James Pond <james@cipher.host>
Add "Copywriting Expert" prompt

Signed-off-by: James Pond <james@cipher.host>
Add "Prompt Generator" prompt

Wow, so meta.

Signed-off-by: James Pond <james@cipher.host>
Ensure the accountant give the user a disclaimer

Signed-off-by: James Pond <james@cipher.host>
Clarify user prompt and decrease temperature

No reason to be "creative" with the answer in this case, which is the
case with higher temperature values.

Signed-off-by: James Pond <james@cipher.host>
Add more information to the disclaimer

Signed-off-by: James Pond <james@cipher.host>
Add a "Brazilian Accountant" prompt

My accountant can take days to get back to me, so for quick or common
questions, this prompt should get me the answers I need.

Signed-off-by: James Pond <james@cipher.host>
Add a "Coding in TypeScript" prompt

I started learning JavaScript/TypeScript today, so I figured I would get
a prompt ready for that. Might need work still.

Signed-off-by: James Pond <james@cipher.host>
Add new "Naming Expert" prompt

Signed-off-by: James Pond <james@cipher.host>
Add new "Coding in PHP" prompt

Signed-off-by: James Pond <james@cipher.host>
Improve "Coding in Rust" prompt

Give clearer instructions on how to handle different user input.

Signed-off-by: James Pond <james@cipher.host>
Improve "Grammar Reviewer" prompt

Added new instructions to ensure it always return the corrected text at
the end. Without these instructions, it would sometimes give you the
corrections in pieces, but not return the complete fixed text.

Signed-off-by: James Pond <james@cipher.host>
Improve the "Coding in Go" prompt

With the old prompt, Claude would try to give you suggestions and
rewrite code even if you didn't ask it to review anything and instead
asked for new code. This version prevents that by giving clear
instructions on how to handle different user input.

Signed-off-by: James Pond <james@cipher.host>
Convert all pages to new detailed style

This organization is a lot more verbose, but gives you clear examples of
what each prompt can generate based on what you ask the LLM.

Signed-off-by: James Pond <james@cipher.host>
Switch to a hybrid style

The table style made the content harder to copy and to work with.

Signed-off-by: James Pond <james@cipher.host>
Fix formatting issues with the table

Signed-off-by: James Pond <james@cipher.host>
Convert prompt content to a table as a test

Just want to see if this looks and works better than the code block we
were using before.

Signed-off-by: James Pond <james@cipher.host>
Add "Acknowledgements" section to README

Signed-off-by: James Pond <james@cipher.host>
Tweak manpage generator prompt

Signed-off-by: James Pond <james@cipher.host>
Remove extra new line

Signed-off-by: James Pond <james@cipher.host>
Next