dotfiles-config
Installation
SKILL.md
dotfiles plugin settings
This skill resolves the working tree that other skills in the plugin operate on. Most of the time you'll call it as a sub-step from another skill, not directly.
Where settings live
Settings are stored as YAML frontmatter in a markdown file:
- Project-scoped:
.claude/dotfiles.local.mdin the current repo - Global:
~/.claude/dotfiles.local.md
Project-scoped wins. The body of the file is freeform notes; only the frontmatter is read.
---
repo_path: ~/src/github.com/meaganewaller/dotfiles
platform: darwin
---