macOS 原生文件處理 CLI 工具的使用指南。 當需要做格式轉換(SRT→HTML、MD→HTML、DOCX→MD)、 VLM OCR(PDF/圖片→文字)、或 SRT 逐字稿處理時使用。 觸發詞:「macdoc」「轉換格式」「OCR」「逐字稿轉HTML」 「手寫筆記辨識」「PDF轉文字」
Write letters, emails, correspondence, autobiographies, and formal documents by first understanding the writer's voice and the recipient's context, then simulating how the writer would actually compose the message. Use when the user asks to draft an email, write a letter, compose a message, write an autobiography or personal statement, or any task where authentic voice matters. Also trigger when the user says "help me write to...", "draft a letter to...", "write an email for...", or expresses frustration with AI-generated writing feeling inauthentic. Do NOT trigger for blog posts or technical documentation.
更新 Plugin 到最新版本(marketplace.json 同步 + marketplace update + plugin update + 安裝檢查)。當修改了任何 plugin 原始碼後需要同步、或用戶提到「更新 plugin」、「同步 plugin」、「plugin 沒生效」、「reload plugins」時使用。
LaTeX source 編譯前的 static check — punct_check(半形/全形標點)+ fonts_check(字型缺字,需既有 .log)+ source-level pattern audit。當用戶說「precompile check」「編譯前檢查」「跑 make check」「source audit」「掃半形標點」「掃缺字」時使用。對應暑期班 typesetting-checklist 的
預覽單一 LaTeX 片段(vocabbox / tikz 圖 / 數學公式)不必編整本 PDF — 用 compile_chunk 把片段包進 standalone class 編譯 → 單頁 PNG。當用戶說「預覽這個 vocabbox」「看一下這個 tikz 長怎樣」「試試這個公式」「快速看片段」「不要編整本」時使用。
編譯 LaTeX 專案後跑完整 layout 驗證流程 — detect_layout_issues + find_overlaps + fonts_check + box_warnings。當用戶說「驗證 LaTeX」「檢查排版」「掃 layout 問題」「LaTeX 編完看看有沒有 bug」「latex audit」或在 LaTeX 專案目錄編譯後想自動 audit 時使用。也適用於 commit 前驗證、release 前 audit、暑校稿 batch 修完想知道剩餘 issue。
改動 LaTeX source 後做視覺 diff,知道改動影響哪幾頁 — 用 compile_diff(git_ref) 自動 checkout + compile + compare,或用 compare_pdfs 比兩個既存 PDF。當用戶說「視覺 diff」「比較改動前後」「我改了 X 影響哪幾頁」「跟上一版比」「visual regression」時使用。也適用於 batch 修完想驗證、release 前 ripple 檢查。
Audit-time cross-doc drift detection for math manuscript. Runs R1 (working-file path leak in \texttt{}), R2 (citation key drift / bib orphan), R3 (code symbol drift between analysis/ and manuscript/docs/), R4 (proposition-jsonl iso-bijection check, optional when manuscript has propositions/main.jsonl). Different from `propositions` skill (R1-R8 mechanical gate on JSONL alone) and `proofread` skill (L4 semantic walk per-prop). This skill checks the **cross-artifact consistency** between manuscript/main.tex + propositions/*.jsonl + analysis/*.py + references/*.tex + refs.bib. Use when: 大改稿後 / 投稿前 / 新階段 (initial submission / major revision / camera-ready). NOT for per-PR (use `code-and-manuscript-sync.md` rule + pre-commit hook). v0.1.0 SCAFFOLDING — execution body TODO. Source scripts currently at PsychQuantHsu/psychophysical_representations/scripts/audit-*.py + run-audit.sh.