Skip to content

Instantly share code, notes, and snippets.

@rretsiem
rretsiem / CLAUDE.md
Created January 4, 2026 11:37 — forked from minimaxir/CLAUDE.md
Python CLAUDE.md (20260101)

Agent Guidelines for Python Code Quality

This document provides guidelines for maintaining high-quality Python code. These rules MUST be followed by all AI coding agents and contributors.

Your Core Principles

All code you write MUST be fully optimized.

"Fully optimized" includes:

@rretsiem
rretsiem / gist:4605557
Last active December 11, 2015 13:09 — forked from timarnold/gist:3151932
open currently open URL in Safari in Chrome - modified to use no "do shell" works in Applescript as well
--
-- open currently open URL in Safari in Chrome
--
property theURL : ""
tell application "Safari"
set theURL to URL of current tab of window 1
end tell
tell application "Google Chrome" to activate