Claude-skill-registry dotfiles-system-config

Use when making system configuration changes - decides if changes belong in dotfiles and where

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dotfiles-system-config" ~/.claude/skills/majiayu000-claude-skill-registry-dotfiles-system-config && rm -rf "$T"
manifest: skills/data/dotfiles-system-config/SKILL.md
source content

System Configuration

When making system configuration changes:

  1. Should this go in dotfiles? Persist across machines → dotfiles, not direct system changes

  2. Where in dotfiles?

    Config TypeLocation
    Shell
    fish/
    Git
    git/
    Editor
    zed/
    ,
    nvim/
    ,
    vim/
    Homebrew
    Brewfile
    npm globals
    npm/global-packages.txt
    macOS settings
    sync
    script (defaults)
    New toolssubdirectory +
    sync
    updates
  3. Update sync script - New config directories need linking rules