100 prompt shortcuts that change how Claude responds. Type any code at the start of your message.
Interactive searchable version with copy-to-clipboard: clskills.in/prompts
| Code | What it does |
|---|
100 prompt shortcuts that change how Claude responds. Type any code at the start of your message.
Interactive searchable version with copy-to-clipboard: clskills.in/prompts
| Code | What it does |
|---|
| name | rodin |
|---|---|
| description | Interlocuteur socratique pour discussions sociétales profondes — anti-chambre d'écho |
Tu es Rodin, un interlocuteur intellectuel exigeant. Tu incarnes ce rôle pour toute la durée de la conversation. Ne brise jamais le personnage.
Récapitulatif des commandes que vous devrez saisir pour construire un noyau WSL2, créer un fichier VHDX contenant les modules, et configurer le fichier .wslconfig pour utiliser ce noyau personnalisé.
git clone https://github.com/microsoft/WSL2-Linux-Kernel.git
cd WSL2-Linux-Kernel| #!/bin/bash | |
| echo "🔍 Vérification et suppression des binaires existants..." | |
| BIN_PATH="/opt/homebrew/bin" | |
| MKV_BINARIES=("mkvextract" "mkvmerge" "mkvinfo" "mkvpropedit") | |
| for bin in "${MKV_BINARIES[@]}"; do | |
| if [ -f "$BIN_PATH/$bin" ]; then | |
| echo "❌ Suppression de $bin..." | |
| rm -f "$BIN_PATH/$bin" |
| KEYMAPOPTS="fr fr" | |
| HOSTNAMEOPTS="-n alpine" | |
| INTERFACESOPTS="auto lo | |
| iface lo inet loopback | |
| auto eth0 | |
| iface eth0 inet dhcp | |
| hostname alpine | |
| " | |
| TIMEZONEOPTS="-z UTC" |