원클릭으로
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 직업 분류 기준
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.
| 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.