スキル一覧に戻る
Nicolas0315

agent-dotfiles

by Nicolas0315

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


Agent Dotfiles

Overview

Use this skill to set up a dotfiles repo for agent configuration and safely link files or folders into their tool-specific locations across Windows, macOS, and Linux.

  1. Identify OS and environment:
  • Windows: read references/windows.md
  • macOS: read references/macos.md
  • Linux: read references/linux.md
  1. Choose dotfiles root:
  • Default: ~/dotfiles (macOS/Linux), C:\Users\<user>\dotfiles (Windows)
  • Create it if missing and decide whether to version it with Git
  1. Decide scope:
  • Start with AGENTS.md only (safe default)
  • Add other agent configs only if the user asks
  • Do not link secrets (tokens, auth files, history logs)
  1. Build a mapping file:
  • Create mappings.txt in the dotfiles root
  • Format: source:destination per line
  • Use references/mappings.example.txt as a template
  1. Run the linking script:
  • Windows: scripts/link_dotfiles.ps1
  • macOS/Linux: scripts/link_dotfiles.sh
  1. Verify:
  • Ensure links exist and the tools pick up changes
  • If a target already exists, the scripts skip it unless force is enabled

Safety Rules

  • Do not delete existing target files by default.
  • Use the force option only if a backup is acceptable.
  • Avoid linking sensitive files (auth.json, tokens, history, cache).

Resources

  • scripts/link_dotfiles.ps1 (Windows)
  • scripts/link_dotfiles.sh (macOS/Linux)
  • references/mappings.example.txt
  • references/windows.md
  • references/macos.md
  • references/linux.md

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です