ワンクリックで
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.