From zenbu-powers
AI 提示詞優化與轉換 playbook:優化模式(診斷問題、改善)與轉換模式(改變用途、保留核心)。供 prompt-optimizer agent 載入。
npx claudepluginhub zenbuapps/zenbu-powers --plugin zenbu-powersThis skill uses the workspace's default tool permissions.
AI 提示詞的雙模式改寫 playbook。本 skill 不直接由使用者觸發,而是由 `prompt-optimizer` agent 判斷模式後載入對應章節。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
AI 提示詞的雙模式改寫 playbook。本 skill 不直接由使用者觸發,而是由 prompt-optimizer agent 判斷模式後載入對應章節。
| 模式 | 何時使用 | 核心思路 | 參考 playbook |
|---|---|---|---|
| 優化模式(Mode 1) | 用戶想改善既有提示詞 | 診斷 + 修復(像 code review 找 bug) | optimization-playbook.md |
| 轉換模式(Mode 2) | 用戶想改變用途/平台 | 萃取精華 → 研究目標 → 移植邏輯 | conversion-playbook.md |
完整模板請見各自的 playbook。