1254 hand-tested AI prompts across image, video, and music — each with full context, variables, and a sample output. Content is authored in Traditional Chinese; the UI here is English.
agents.md 官方標準專案本身的 AGENTS.md,示範一份「最小但完整」的 agent 規則檔長怎樣——告訴 AI 開發時用 dev server 不要 build、依賴變動後重啟、用哪些指令跑 lint/test/build,附可直接改用的繁中範本。
OpenAI Cookbook 的 Codex 範例,把「修 bug/修過時範例」做成一個會自我迭代的閉環:先審查列出問題、再針對性修一份副本、然後跑驗證打分,沒過就把剩餘問題餵回去再修一輪,直到全綠或達上限。附三段可直接套用的繁中 prompt 範本。
GitHub 官方開源的「規格驅動開發(Spec-Driven Development)」工具,用 /speckit.specify → /plan → /tasks → /implement 一條龍把模糊需求變成可執行規格,再由 AI 照規格產碼,治好「憑感覺寫(vibe coding)」的失控問題。