Agent Skill
2/7/2026

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment

M
mathiassoeholm
2GitHub Stars
1Views
npx skills add mathiassoeholm/dotfiles

SKILL.md

Namewriting-skills
DescriptionUse when creating new skills, editing existing skills, or verifying skills work before deployment

Dotfiles

An always work in progress repo for my dotfiles.

Setup

For Symlinking

  1. Run brew install stow
  2. Run stow stow/ setup stow ignore before anything else, to make sure we ignore .DS_STORE etc.
  3. Try running stow */ --verbose=2 --simulate to see what will happen, before running the next command
  4. Run stow */ to symlink everything else

For ZSH

Troubleshooting

Make sure that you have neovim 8.0 installed

Reminders

  • When having trouble always run :healthcheck

XCode errors while compiling treesitter

If the console on compiling (first time) throws some XCode errors scanner.cc etc. You might have some symlink issues with clang and gcc. Treesitter uses c and c++ to compile language parsers

I have hardcoded the treesitter compiler to gcc (see line 5 in treesitter.lua)

and linked gcc with higher priority to override apples symlink of clang:

Skills Info
Original Name:writing-skillsAuthor:mathiassoeholm