diff --git a/feed.xml b/feed.xml index 7d85acce..908fbd77 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2024-07-31T14:33:21+00:00https://michaelcurrin.github.io/code-cookbook/feed.xmlCode CookbookReusable code patterns which you can use as reference or copy to your projectMichael Currin \ No newline at end of file +Jekyll2024-07-31T14:35:18+00:00https://michaelcurrin.github.io/code-cookbook/feed.xmlCode CookbookReusable code patterns which you can use as reference or copy to your projectMichael Currin \ No newline at end of file diff --git a/recipes/artificial-intelligence/llm.html b/recipes/artificial-intelligence/llm.html index 4d187cde..52df62f3 100644 --- a/recipes/artificial-intelligence/llm.html +++ b/recipes/artificial-intelligence/llm.html @@ -166,6 +166,8 @@

Code assistant

System prompt

+

Get consistent formatting, code style, type annotations, and documentation for your generated code.

+

Recommended - put this in your LLM assistant’s system prompt or for Cursor put it in Cursor Settings under Rules for AI. Otherwise at the start of the conversation.

Follow Clean Code best practices: