一键导入
update-nix-description
Update all Nix file comments, README.md, and CLAUDE.md to accurately reflect the actual Nix configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update all Nix file comments, README.md, and CLAUDE.md to accurately reflect the actual Nix configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | update-nix-description |
| description | Update all Nix file comments, README.md, and CLAUDE.md to accurately reflect the actual Nix configuration. |
| disable-model-invocation | true |
CRITICAL: Read ALL Nix files before making any edits
You must read ALL Nix files before editing anything. Do not start editing until all reads are complete.
Before writing any comments, read all files in the references/ directory to get the exact format specs.
For each .nix file, add or update English comments so they accurately describe the actual configuration:
# comment at the very top (before any {) briefly stating the file's purpose and what plugins/features it configures.# comments before each major configuration block explaining what it does, referencing actual option values, keybindings, and plugin names as they appear in the code.# ...).references/ directory:
references/file-header.md — file header formatreferences/plugin-block.md — plugin block + keymaps section formatreferences/keymap-item.md — individual keymap item formatreferences/inline-setting.md — inline single-option comment formatUpdate README.md so it accurately reflects the current Nix configuration:
.nix files. Add missing bindings; remove or correct outdated ones.Update CLAUDE.md so it accurately reflects the current Nix configuration:
ui/, language/, action/): Ensure each row's "Contents" column accurately describes the actual file.After all edits and the build verification, always output a summary in Japanese covering:
nix build (success / failure; include error details if it failed)Use Markdown bullet lists or tables for the output. Omitting the summary is not allowed.
.nix files.nix build .#default to verify the build still succeeds.Check whether a specific keybinding is already in use across all config/**/*.nix files, including implicit plugin defaults and Neovim built-ins not exposed in Nix.
Verify and update all SKILL.md files under .claude/skills/ so they accurately reflect the actual Nix configuration and current repository structure.