一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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/