Skip to content

Commit

Permalink
deploy: 1d5cf40
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Jul 31, 2024
1 parent 240f511 commit 0cd48c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://michaelcurrin.github.io/code-cookbook/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/code-cookbook/" rel="alternate" type="text/html" /><updated>2024-07-31T14:33:21+00:00</updated><id>https://michaelcurrin.github.io/code-cookbook/feed.xml</id><title type="html">Code Cookbook</title><subtitle>Reusable code patterns which you can use as reference or copy to your project</subtitle><author><name>Michael Currin</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://michaelcurrin.github.io/code-cookbook/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/code-cookbook/" rel="alternate" type="text/html" /><updated>2024-07-31T14:35:18+00:00</updated><id>https://michaelcurrin.github.io/code-cookbook/feed.xml</id><title type="html">Code Cookbook</title><subtitle>Reusable code patterns which you can use as reference or copy to your project</subtitle><author><name>Michael Currin</name></author></feed>
2 changes: 2 additions & 0 deletions recipes/artificial-intelligence/llm.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ <h2 id="code-assistant">Code assistant</h2>

<h3 id="system-prompt">System prompt</h3>

<p>Get consistent formatting, code style, type annotations, and documentation for your generated code.</p>

<p>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.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Follow Clean Code best practices:
Expand Down

0 comments on commit 0cd48c4

Please sign in to comment.