.cursor/skills/dotfiles/SKILL.md
Dotfiles project guidelines (English, minimal config, Makefile for installs)
npx skillsauth add SebastienElet/dotfiles dotfilesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
uname or similar checks when platform-specific code is unavoidableCRITICAL: Always use the Makefile for installing tools and applications. Never install packages directly with brew install, npm install -g, or other package managers. See makefile.md for details.
Configuration files are symlinked from this repo:
~/.config/fish → ~/.dotfiles/fish~/.config/nvim → ~/.dotfiles/nvim~/.config/Cursor/User/* → ~/.dotfiles/cursor/*Always update the Makefile when adding new symlinked configurations.
scrollback_lines = 200000 doesn't need a comment)Main technologies used daily:
tools
Bash scripts conventions
tools
Neovim LazyVim configuration conventions
tools
Makefile structure and install workflow
testing
Johnny Decimal + PARA organization