Agent skill
dotfiles
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/dotfiles
SKILL.md
dotfiles 管理スキル
実行方法
パッケージ操作やセットアップはsubagentを起動して実行すること。 構成調査が必要な場合はGemini MCPに委託する。
関連ドキュメント
- @structure.md - リポジトリ構成
- @maintenance.md - メンテナンス方針
- @sync.md - 更新の取り込み
- @setup.md - 新規PCセットアップ
クイックリファレンス
よく使うコマンド
# 全パッケージをインストール
./install.sh
# 特定パッケージのみ
./install.sh shell nvim
# ドライラン(変更確認)
./install.sh -n
# パッケージ削除
./install.sh -D shell
# MCPサーバーインストール
~/.claude/scripts/install-mcp.sh
パッケージ追加手順
packages/<name>/ディレクトリ作成- ホームディレクトリからの相対パスで配置
./install.sh <name>で適用
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?