Agent skill
dotfiles-sync-snkrheadz-laptop
dotfiles手動同期。Brewfile更新、変更コミット、プッシュを実行。トリガー: sync, dotfiles sync, 同期, push dotfiles, Brewfile update
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/dotfiles-sync-snkrheadz-laptop
SKILL.md
dotfiles-sync スキル
dotfilesリポジトリを手動で同期する。Brewfile更新、gitleaksスキャン、変更のコミット・プッシュを行う。
実行フロー
Step 1: 現在の状態確認
cd /Users/snkrheadz/ghq/github.com/snkrheadz/laptop && git status
Step 2: Brewfile更新
brew bundle dump --force --file=/Users/snkrheadz/ghq/github.com/snkrheadz/laptop/Brewfile
Step 3: gitleaksセキュリティスキャン
cd /Users/snkrheadz/ghq/github.com/snkrheadz/laptop && gitleaks detect --source=. --no-git
警告が出た場合は同期を中止し、ユーザーに報告する。
Step 4: 変更確認
cd /Users/snkrheadz/ghq/github.com/snkrheadz/laptop && git diff
Step 5: ステージング・コミット
cd /Users/snkrheadz/ghq/github.com/snkrheadz/laptop && git add -A && git commit -m "chore: auto-sync dotfiles $(date '+%Y-%m-%d %H:%M')"
Step 6: プッシュ
cd /Users/snkrheadz/ghq/github.com/snkrheadz/laptop && git push origin HEAD
使用例
- "dotfilesを同期して"
- "sync dotfiles"
- "Brewfileを更新してプッシュ"
- "dotfilesの変更をコミット"
注意事項
- gitleaksで秘密情報が検出された場合は同期を中断
- コミットメッセージは自動生成(日時付き)
- プッシュ前に必ず変更内容をユーザーに確認
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?