managing-work-dotfiles
Managing Work Dotfiles
This skill manages work-specific dotfiles using a separate git bare repo, keeping them isolated from personal dotfiles.
Repository Info
- Remote:
git@ghe.spotify.net:thopper/dotfiles.git - Work tree:
$HOME - Git directory:
~/.local/share/yadm-work/repo.git - Function:
yadm-work(defined in~/.config/fish/fish-work.fish)
Key Principle: Use yadm-work
The yadm-work function wraps git with the correct directories:
More from tdhopper/dotfiles2.0
creating-pull-requests
Use this skill when creating or updating pull requests. Ensures proper PR formatting with active-voice titles and structured descriptions explaining why, how, and context links. Also use when the user says "update PR", "refresh PR description", "rewrite PR", or wants to sync a PR's title/description with the current branch state.
10stop-slop
Use this skill when writing or editing prose to eliminate predictable AI writing patterns. Helps make writing more direct, authentic, and human.
9commit
Use this skill when creating a git commit
8reviewing-code
Review pull requests, branch changes, or code diffs. Triggers on "review this PR", "review my changes", "code review", "review branch", or GitHub PR URLs. Focuses on bugs, tests, complexity, and performance - not linting.
8managing-dotfiles
Use this skill when working with personal dotfiles managed by yadm. This includes pulling remote changes, committing and pushing dotfile changes, modifying configuration files (shell, editor, terminal, git, etc.), viewing tracked files, resolving merge conflicts, and maintaining the dotfiles repository. For work dotfiles, use the managing-work-dotfiles skill instead.
8add-knowledge
Add notes and learnings to Tim's work knowledge base at Spotify from any Claude Code session
3