원클릭으로
doom-sync
Run doom sync after config changes and diagnose any errors
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run doom sync after config changes and diagnose any errors
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add a new Emacs package to this doom config — packages.el declaration, config.org section, and doom sync
Run static analysis and byte-compile checks on the Doom config without opening Emacs
Systematically debug a doom emacs issue — errors, broken packages, slow startup, keybinding conflicts
Look up a Doom Emacs module's documentation, flags, and packages before configuring anything manually. Use this when the user asks about adding a feature, package, or integration to Doom.
Update doom emacs and/or packages — runs doom upgrade, handles errors, summarizes what changed
Expert Emacs Lisp programmer and Doom Emacs architect. Use when writing custom packages, configuring complex behaviors, debugging elisp, designing abstractions, or any task that requires deep Emacs/Doom knowledge.
| name | doom-sync |
| description | Run doom sync after config changes and diagnose any errors |
| argument-hint | [-- flags] |
| allowed-tools | Bash, Read, Grep |
Run doom sync to apply pending config changes and handle the output.
Run doom sync:
~/.config/emacs/bin/doom sync $ARGUMENTS 2>&1
Inspect the output:
On error, check:
packages.el? Grep config.org and packages.el for the package name.:recipe for non-MELPA packages?init.el vs config.org usage?doom doctor to surface environment issues: ~/.config/emacs/bin/doom doctor 2>&1 | head -80After a successful sync, remind the user to:
M-x doom/reload inside Emacsdoom sync --rebuild~/.config/emacs/bin/doom~/.config/emacs/.local/straight/build-*/~/.config/emacs/eln-cache/