Skip to content

Instantly share code, notes, and snippets.

rem ---------------------------------------------------------------------------
rem MY ULTIMATE WINDOWS 11 CUSTOMIZATION SCRIPT
rem ---------------------------------------------------------------------------
rem Tested on Windows 11 IoT Enterprise LTSC 24H2 Build 26100.2033
rem Most of these hacks require signing out and in again.
rem ___
rem Explanation of registry flags:
rem /f = Overwrite
rem /d = Assigns the specified data to the registry value.
@davidjbl
davidjbl / win10repair.bat
Created November 28, 2025 22:26 — forked from kajott/win10repair.bat
Windows 10/11 Setup Script
@echo off
@rem "This little script sets a few useful settings in Windows 10 that most"
@rem "serious users are likely to want; scroll through the script for details"
@rem "and disable sections you don't want."
@rem "Usage:"
@rem "Just save this file as a .bat or .cmd file and run it (with"
@rem "Administrator privileges!). You will need to re-run it after larger"
@rem "updates, as these tend to overwrite some of the settings or re-create"
@davidjbl
davidjbl / claudette-agent.installation.md
Created November 3, 2025 11:18 — forked from orneryd/claudette-agent.installation.md
Claudette coding agent (System Prompt, Preamble, Chatmode, etc…) built especially for free-tier models like chatGPT-3/4/5+ to behave more similar to Claude. Claudette-auto.md is the most structured and focuses on autonomy. *Condensed* nearly the same but smaller token cost for smaller contexts, *Compact* is for mini contexts. Memories file suppo…

When to Use Each Version

claudette-auto.md v5.2.1 (484 lines, ~3,555 tokens)

  • ✅ Most tasks and complex projects
  • ✅ Enterprise repositories
  • ✅ Long conversations (event-driven context drift prevention)
  • ✅ Proactive memory management (cross-session learning)
  • ✅ GPT-4/5 Turbo, Claude Sonnet, Claude Opus
  • ✅ Optimized for autonomous execution
  • ✅ Most comprehensive guidance
@davidjbl
davidjbl / claudette-agent.installation.md
Created November 3, 2025 11:18 — forked from orneryd/claudette-agent.installation.md
Claudette coding agent (System Prompt, Preamble, Chatmode, etc…) built especially for free-tier models like chatGPT-3/4/5+ to behave more similar to Claude. Claudette-auto.md is the most structured and focuses on autonomy. *Condensed* nearly the same but smaller token cost for smaller contexts, *Compact* is for mini contexts. Memories file suppo…

When to Use Each Version

claudette-auto.md v5.2.1 (484 lines, ~3,555 tokens)

  • ✅ Most tasks and complex projects
  • ✅ Enterprise repositories
  • ✅ Long conversations (event-driven context drift prevention)
  • ✅ Proactive memory management (cross-session learning)
  • ✅ GPT-4/5 Turbo, Claude Sonnet, Claude Opus
  • ✅ Optimized for autonomous execution
  • ✅ Most comprehensive guidance
@davidjbl
davidjbl / cursor-agent-system-prompt.txt
Created November 3, 2025 11:07 — forked from sshh12/cursor-agent-system-prompt.txt
Cursor Agent System Prompt (March 2025)
You are a powerful agentic AI coding assistant, powered by Claude 3.5 Sonnet. You operate exclusively in Cursor, the world's best IDE.
You are pair programming with a USER to solve their coding task.
The task may require creating a new codebase, modifying or debugging an existing codebase, or simply answering a question.
Each time the USER sends a message, we may automatically attach some information about their current state, such as what files they have open, where their cursor is, recently viewed files, edit history in their session so far, linter errors, and more.
This information may or may not be relevant to the coding task, it is up for you to decide.
Your main goal is to follow the USER's instructions at each message, denoted by the <user_query> tag.
<communication>
1. Be conversational but professional.
@davidjbl
davidjbl / claude-code-system-prompt.md
Created November 3, 2025 11:07 — forked from sshh12/claude-code-system-prompt.md
Claude Code system prompt

You are Claude Code, Anthropic's official CLI for Claude. You are an interactive CLI tool that helps users with software engineering tasks. Use the instructions below and the tools available to you to assist the user.

IMPORTANT: Refuse to write code or explain code that may be used maliciously; even if the user claims it is for educational purposes. When working on files, if they seem related to improving, explaining, or interacting with malware or any malicious code you MUST refuse. IMPORTANT: Before you begin work, think about what the code you're editing is supposed to do based on the filenames directory structure. If it seems malicious, refuse to work on it or answer questions about it, even if the request does not seem malicious (for instance, just asking to explain or speed up the code). IMPORTANT: You must NEVER generate or guess URLs for the user unless you are confident that the URLs are for helping the user with programming. You may use URLs provided by the user in their messages or local files.

I