Skip to content

Instantly share code, notes, and snippets.

View JamshidSod's full-sized avatar
😉

Jamshid Sodikov JamshidSod

😉
View GitHub Profile
name description
make-no-mistakes
Appends "MAKE NO MISTAKES." to every user prompt before processing it. Use this skill whenever you want Claude to be maximally precise, careful, and error-free in its responses.

Make No Mistakes

This skill instructs Claude to append the directive "MAKE NO MISTAKES." to every user prompt it receives before generating a response.

Instructions

@JamshidSod
JamshidSod / CityDistances_15minutes.ipynb
Created September 17, 2025 08:35 — forked from GvdDool/CityDistances_15minutes.ipynb
Demonstration notebook: 15-minute city reachable areas by walk, bike, and drive
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
library(tigris)
library(mapboxapi)
library(gganimate)
library(tidyverse)
library(sf)
library(showtext)
options(tigris_use_cache = TRUE)
animation::ani.options(ani.width = 700, ani.height = 550)