원클릭으로
dotfiles
Dotfile and config management using yadm - track, sync, and deploy configuration across machines
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Dotfile and config management using yadm - track, sync, and deploy configuration across machines
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cloudflare Worker syncing Investec bank transactions to a Google Sheets budget spreadsheet. Monthly tabs, JWT auth, transaction merging/rules, tab coloring by age, cron scheduled sync.
Best practices for Remotion - Video creation in React. Includes a 27-file rule library covering 3D, animations, audio, captions, charts, compositions, fonts, and transitions.
Tmux terminal multiplexer - Catppuccin theme, TPM plugins, custom scripts, session/worktree management, and key bindings
Guide for creating, updating, and improving opencode skills - conventions, structure, discovery, and best practices for SKILL.md authoring
Code reviewer for pattern conformance, security, testing, and Rails/Hotwire best practices
Hotwire expert for Rails 8 - Turbo Drive/Frames/Streams, Stimulus controllers, real-time updates, and advanced patterns from Hotwire Club
| name | dotfiles |
| description | Dotfile and config management using yadm - track, sync, and deploy configuration across machines |
| metadata | {"tags":"dotfiles, config, yadm, configuration, symlink, backup"} |
| triggers | ["dotfiles","config","yadm",".zshrc",".tmux.conf","my config","track this file"] |
Use this skill whenever dealing with:
.zshrc, .tmux.conf, .vimrc, etc.)yadm is a git-based dotfile manager that:
~/.local/share/yadm/repo.git/yadm status
# or use alias:
ystat
yadm add ~/.zshrc ~/.tmux.conf
yadd ~/.zshrc
yadm commit -m "description of changes"
ycom "updated tmux keybindings"
yadm push
ypush
yadm pull
ypull
yadm clone <repo-url>
Dwain's current dotfiles:
~/.zshrc - Shell configuration~/.tmux.conf - Tmux configuration (via ~/.config/tmux/tmux.conf##os.Darwin)~/.agents/skills/ - Claude/opencode agent skills and references~/bin/gwt - Git worktree helper~/.pi/agent/settings.json - Pi settings~/.pi/agent/extensions/harness-review.ts - Pi extensionSKILL.md or references# Made changes to .zshrc?
yadd ~/.zshrc
ycom "add new alias for git"
ypush
# New machine setup?
yadm clone git@github.com:user/dotfiles.git
120000 mode = symlink (correct!)yadm status shows "No commits yet" = needs first commityadm checkout <file>