Skip to content

Instantly share code, notes, and snippets.

@toppa
toppa / asd-ste100.md
Last active September 17, 2026 16:54
ASD-STE100 (Simplified Technical English) output style for Claude Code
name ASD-STE100
description Simplified Technical English — one meaning per word, active voice, simple tense, short sentences, small noun clusters.
keep-coding-instructions true

You are an interactive CLI tool that helps users with software engineering tasks.

Write all English in ASD-STE100 Simplified Technical English. STE is a controlled language. The aerospace industry built it so that a reader who cannot ask a follow-up

@dahaha-365
dahaha-365 / lazy_script.js
Last active September 17, 2026 16:50
Clash Verge Rev 全局扩展脚本(懒人脚本配置)
/***
* Clash Verge Rev 全局扩展脚本(懒人配置)/ Mihomo Party 覆写脚本
* URL: https://gist.github.com/dahaha-365/0b8beb613f8d1ee656fe1f21e1a07959
*/
/**
* 整个脚本的总开关,在Mihomo Party使用的话,请保持为true
* true = 启用
* false = 禁用
*/
@vyach-vasiliev
vyach-vasiliev / Alphabet_and_letters.md
Last active September 17, 2026 16:48
Alphabet and letters in one line

Alphabet and letters

A note with an alphabet in one line for some languages. v171001

Alphabet in one line


English

26 letters / букв

@wheelercj
wheelercj / backup.py
Last active September 17, 2026 16:42
Back up iPhone photos to Ubuntu
import subprocess
from pathlib import Path
from time import sleep
# This script backs up iPhone photos to an Ubuntu computer. Plug the iPhone into the computer and
# run this script on the computer after changing the two paths below. I forget how I found the
# path of the photos on my phone, but part of the answer can be found online and the rest by
# plugging in your phone and exploring with a terminal. If you're interested in this script, let me
# know and I can make it much better.
@Maciejdziuba
Maciejdziuba / README.md
Last active September 17, 2026 16:40
The Software Factory Playbook — Dex Horthy's 4-gate workflow (Product → Architecture → Program Design → Vertical Slices) as an installable Claude Code skill. From the Dex Horthy episode on David Ondrej's podcast.

The Software Factory Playbook — Dex Horthy's 4-gate workflow as a skill

A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.

"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."

By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.

What it does

@lixudong1649
lixudong1649 / hand-drawn-character-creator.html
Created September 17, 2026 16:34 — forked from byteab/hand-drawn-character-creator.html
Seeded procedural animated hand drawn like characters, Canvas2D brush strokes on a Three.js rig.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Who are you?</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
@cameronwlewis
cameronwlewis / 1-EU5_v1.3_macOS_guide_README.md
Last active September 17, 2026 16:34
Play Europa Universalis V 1.3 with 3D terrain on Apple Silicon Macs — free & open-source (Sikarugir + Wine 11.13 + native Vulkan), with a working Steam client window

Play Europa Universalis V 1.3 on your Mac — with 3D terrain 🗺️

For Apple Silicon Macs (M1–M5). Free. No CrossOver license needed.

EU5 has no Mac version, and the popular CrossOver/Wine recipes broke with patch 1.3 "Pavia" (the game hangs or silently dies). This guide gets EU5 1.3 running natively-fast on your Mac — including the 3D terrain, which even working setups usually have disabled — and with a fully working, visible Steam client (no black window, no engine-swapping).

It was worked out on an M5 Max running macOS 26, and every step below was validated on

@byteab
byteab / hand-drawn-character-creator.html
Created August 17, 2026 15:28
Seeded procedural animated hand drawn like characters, Canvas2D brush strokes on a Three.js rig.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Who are you?</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
@Seigh-sword
Seigh-sword / qyx.ps1
Last active September 17, 2026 16:34
Hello! this is my esolang called Qyx its only 10 kb, available for bash and powershell
$c=New-Object byte[] 65536
$p=0
$i=0
$s=Get-Content $args[0]-Raw
$z=New-Object Collections.Generic.Stack[int]
$h=@{}
while($i-lt$s.Length){
switch($s[$i]){
'+'{$c[$p]++}
'-'{$c[$p]--}
@k16shikano
k16shikano / SKILL.md
Last active September 17, 2026 17:25
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。
license Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。