← スキル一覧に戻る
name: nix-flake-update
description: Update Nix flake inputs in persops. Use when asked to update flake.lock/inputs, update AI inputs (codex-cli-nix, claude-code-nix, llm-agents), or run full

nix-flake-update
by ci
personal ops
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: nix-flake-update
description: Update Nix flake inputs in persops. Use when asked to update flake.lock/inputs, update AI inputs (codex-cli-nix, claude-code-nix, llm-agents), or run full nix flake update, then verify with nix flake check and commit the update-only changes.
Nix Flake Update
Workflow
- Decide scope
- AI update: run
nix flake update codex-cli-nix claude-code-nix llm-agents - Full update: run
nix flake update(default when user does not mention AI)
- AI update: run
- Switch
- Run
make switchafter any update
- Run
- Verify (full updates only)
- Run
nix flake check - If failure, quote exact error, fix only update-related fallout, rerun
nix flake check
- Run
- Commit
- Stage only update-related files (typically
flake.lock, maybeflake.nixor other necessary fixes) - Use Conventional Commit, keep commit isolated to the update
- Examples:
chore(nix): update flake inputsorchore(nix): update ai inputs
- Stage only update-related files (typically
Notes
- Skip
nix flake checkwhen updating AI inputs (unless explicitly requested). - Work from repo root.
- Keep changes minimal; no unrelated refactors.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です