Skip to content

Instantly share code, notes, and snippets.

@OmerFarukOruc
OmerFarukOruc / claude.md
Last active February 15, 2026 02:26
AI Agent Workflow Orchestration Guidelines

AI Coding Agent Guidelines (claude.md)

These rules define how an AI coding agent should plan, execute, verify, communicate, and recover when working in a real codebase. Optimize for correctness, minimalism, and developer experience.


Operating Principles (Non-Negotiable)

  • Correctness over cleverness: Prefer boring, readable solutions that are easy to maintain.
  • Smallest change that works: Minimize blast radius; don't refactor adjacent code unless it meaningfully reduces risk or complexity.
@CrackerJackMack
CrackerJackMack / README.md
Last active November 25, 2025 07:33
Linux steam proton multiplayer desync script

I wanted to play Sins of the solar Empire 2 with my friends. Proton and Lutris works great for SP, but MP was broke.

First blocker was forcing the CPU architecture: (you can also edit this via ctrl+shift+s while in game)

The second was that there were desync issues, which the community found and fixed for other games. These desync issues seem to be fairly common with multiplayer games using proton. So you can always try this and copy the backup files back (.bak) if it didn't work. This version adds sha256 checksums of the .exe files. If you run into issues with "command not found", try dos2unix steam_patch_mp_desync.sh then retry.

The below script is a more agnostic version of the original script to be more generic and work with most games b