بنقرة واحدة
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>