一键导入
verify
Verify dotfiles environment, XDG path, and managed symlink changes through clean shells and the real installed CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify dotfiles environment, XDG path, and managed symlink changes through clean shells and the real installed CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Goal-directed session handoff for a fresh agent thread (Amp-style extraction, not lossy compaction). Use when the user runs /handoff, asks to hand off context, start a new session with a focused goal, split work to another thread, or preserve continuity before ending a session. Argument is the goal for the next session — e.g. "/handoff implement phase one of the plan" or "/handoff debug the checkout 400 error".
Maintain and audit the SourDiesel color system in the dotfiles repo. Use when Codex needs to change palette values, add or align eva and Neovim web-devicon mappings, update a SourDiesel consumer, investigate color drift, regenerate the color inventory, or validate theme changes.
Run a validated git flow: inspect status and diff, run checks, stage logical changes, commit with conventional messages, merge behind existing branches with the default branch, push updated branches, and leave the repo on the default branch.
Build a LaTeX worksheet or cheatsheet in the practice-sheets repo, clean non-PDF artifacts after a successful latexmk build, and verify the PDF remains. Use when the user asks to build, rebuild, clean, compile, or verify a .tex file in this repo.
Create a new worksheet in the practice-sheets repo for algebra, algebra2, arithmetic, calculus, geometry, or teasers; follow AGENTS.md subject guidance, match existing LaTeX style, build the PDF, clean artifacts, and report source/PDF paths.
Compact the current conversation into a temporary Markdown handoff for a fresh Codex conversation or another coding agent. Use when the user asks to hand off, resume elsewhere, continue in a new conversation, preserve session context, or prepare work before clearing or switching context.
| name | verify |
| description | Verify dotfiles environment, XDG path, and managed symlink changes through clean shells and the real installed CLI. |
AGENTS.md, establish the relevant uncommitted diff, and avoid unrelated dirty files.~/.zshenv and print only the variable/path being verified:
env -i HOME="$HOME" USER="$USER" PATH="/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin" \
/bin/zsh -dfc 'source "$HOME/.zshenv"; printf "%s\n" "$VARIABLE"; command -v tool'
launchctl getenv VARIABLE with the shell value when bootstrap publishes it../bootstrap.sh --doctor and report unrelated failures separately; run ./bootstrap.sh --dry-run --only symlinks to observe managed-link convergence without changing state.git diff --check for the touched paths. Do not run the repository test suite as runtime verification.