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