Last active
February 12, 2026 19:33
-
-
Save mattrossman/43e35c8afd12291c5acfdffab2db7fc2 to your computer and use it in GitHub Desktop.
supa-spinner-verbs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| // ~/.claude/settings.json | |
| // See https://code.claude.com/docs/en/settings#available-settings | |
| { | |
| "spinnerVerbs": { | |
| "mode": "replace", | |
| "verbs": [ | |
| "Pausing inactive projects", | |
| "Disabling RLS", | |
| "Ignoring the docs", | |
| "Sharding", | |
| "Blaming AWS", | |
| "Restarting Docker", | |
| "Shitposting", | |
| "Dogfooding", | |
| "Friction logging", | |
| "Writing postmortem", | |
| "Wondering if Postgres is enough", | |
| "Choosing a JS framework", | |
| "Rewriting in Rust", | |
| "Accidentally triggering yubikey", | |
| "Responding to Copple phishing emails", | |
| "Switching to Neon", | |
| "Dropping prod tables" | |
| ] | |
| }, | |
| } |
Comments are disabled for this gist.