Skip to content

Instantly share code, notes, and snippets.

View timmes's full-sized avatar
💬
Hello!

Tim Hüttemeister timmes

💬
Hello!
View GitHub Profile
@timmes
timmes / ai-customer-conversation-flow.md
Last active October 20, 2025 15:47
Sample Customer and AI Conversation

AI and Customer Conversation Flow

Updated: 2025-10-20

Write a complete sample conversation between a customer and an AI assistant for a [COMPANY/TEAM/ETC.] feature where [TBD FEATURE]. Start writing the conversation immediately. Scenario Requirements:

  • Customer does [XYZ]
  • AI assistant does [XYZ] and asks relevant questions
  • Include 2-3 short suggested replies after each assistant question
  • Customer responds (either picking a suggestion or giving their own answer)
@timmes
timmes / ai-writing-formatter.md
Created September 29, 2025 15:44
Formatting rules for your LLM or Agent. Re-created based on Claire Vo's "How I AI" episode "The beginner's guide to coding with Cursor | Lee Robinson (Head of AI education)".

AI Writing Formatter

Updated: 2025-09-29

Sentence structure

  • Write short, declarative sentences most of the time.
  • Vary sentence length to avoid sounding robotic. Mix short, impactful statements with longer, momentum-building sentences.
  • Every time you use a comma, ask whether you can use a period instead.
  • Avoid repeating the same words in a paragraph. Use synonyms or rephrase.

Voice and tone

@timmes
timmes / BoxstarterDevFull.ps1
Last active February 21, 2024 12:32
Boxstarter script to install general tools and configure a brand new Windows 10 system.
# Description: Boxstarter Script for Developer Machines
# Author: https://github.com/timmes
#
# To run this script, you first have to install boxstarter using the following command (NOTE the "." below is required):
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
# Learn more: http://boxstarter.org/Learn/WebLauncher
#
# Run this BoxstarterDevFull.ps1 script by calling the following from **elevated** powershell:
# example: Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/timmes/e061f3eefab4cde48dd088fb23dc2687/raw/7b0dfd3debff73c46505d61a63269adf59eadfe2/BoxstarterDevFull.ps1 -DisableReboots