← スキル一覧に戻る

nushell-config-sync
by austinjan
My knowledge
⭐ 0🍴 0📅 2026年1月8日
SKILL.md
name: nushell-config-sync description: Sync Nushell configuration files between the repo (os-config/nushell) and the system config path ($nu.config-path). Use when the user wants to push, pull, or diff nushell config files.
Nushell Config Sync
Synchronizes Nushell configuration files between this repository and the system.
Paths
- Repo path:
os-config/nushell/in this repository - System path: The directory containing
$nu.config-path(typically~/.config/nushell/on Linux/macOS or%APPDATA%\nushell\on Windows)
Commands
Push (repo -> system)
Copies config files FROM os-config/nushell/ TO the system Nushell config directory.
python .claude/skills/nushell-config-sync/sync.py push
Pull (system -> repo)
Copies config files FROM the system Nushell config directory TO os-config/nushell/.
python .claude/skills/nushell-config-sync/sync.py pull
Diff (compare repo vs system)
Shows unified diff between repo and system config files.
python .claude/skills/nushell-config-sync/sync.py diff
python .claude/skills/nushell-config-sync/sync.py diff -f config.nu # specific file
Files Synced
config.nu- Main Nushell configurationenv.nu- Environment configuration
Usage
When user says:
- "push nushell config" or "sync config to system" -> run push command
- "pull nushell config" or "sync config from system" -> run pull command
- "diff nushell config" or "compare nushell config" -> run diff command
Always run diff before push/pull to show the user what will change.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です