shumingyang-opencode
- 48 skills
- 0 followers
- 16 hours ago last updated
- ▌ Karpathy Guidelines · shumingyang-opencodeBehavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
- ▌ Brainstorming · shumingyang-opencode bundle在任何創意工作之前你必須使用此技能——建立功能、建構元件、新增功能、或修改行為。在實作之前探索使用者的意圖、需求與設計。
- ▌
- ▌
- ▌
- ▌
- ▌ Using Git Worktrees · shumingyang-opencode當開始需要與目前工作區隔離的功能工作,或在執行實作計畫之前使用 —— 透過原生工具或 git worktree 備援方式確保有隔離的工作區
- ▌
- ▌ Receiving Code Review · shumingyang-opencode當收到程式碼審查回饋、在實作建議之前使用,尤其是當回饋看起來不清楚或技術上有疑慮時 —— 需要技術嚴謹與驗證,而不是做作地附和或盲目實作
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Verification Before Completion · shumingyang-opencode當你正要宣稱工作已完成、已修正或通過,在 commit 或建立 PR 之前使用 —— 要求執行驗證指令並確認輸出,之後才能作出任何成功的宣稱;永遠先有證據再有斷言
- ▌
- ▌
- ▌ Wizard · shumingyang-opencode bundle產生一個互動式 bash wizard,引導人類走過只有他們能做的步驟。用於佈建基礎設施、設定憑證或 CI secrets、走訪陌生的第三方儀表板,或執行一次性遷移或切換。不要為代理自己能做的步驟叫用它。
- ▌
- ▌
- ▌
- ▌
- ▌ Research · shumingyang-opencode bundle針對高可信度的主要來源調查問題,並把發現寫成 repo 中的 Markdown 檔案。當使用者想要研究某主題、蒐集文件或 API 事實,或想把閱讀的苦差事委派給背景代理時使用。
- ▌
- ▌
- ▌
- ▌ Wayfinder · shumingyang-opencode bundle把一大塊工作——大得單一代理 session 裝不下——規劃成 Issue 追蹤器上決策 tickets 的共享地圖,逐一解決,直到通往目的地的路徑清晰為止。
- ▌ Setup Pre Commit · shumingyang-opencode bundle在目前的 repo 中以 lint-staged(Prettier)、型別檢查與測試設定 Husky pre-commit hooks。當使用者想要新增 pre-commit hooks、設定 Husky、設定 lint-staged,或新增提交時的格式化/型別檢查/測試時使用。
- ▌
- ▌ To Tickets · shumingyang-opencode bundle把計畫、規格說明或目前的對話拆成一組曳光彈 tickets,每個都宣告自己的阻塞邊,發佈到設定的追蹤器——在本機是每個 ticket 一個檔案、以文字表示邊,或在真正的追蹤器上用原生阻塞連結。
- ▌
- ▌ Code Review · shumingyang-opencode bundle沿兩軸審查自某個固定點(commit、分支、標籤或合併基點)以來的變更——規範(軸)(程式碼是否符合此 repo 記錄的編碼規範?)與規格(軸)(程式碼是否符合原始 issue/規格的要求?)。以平行子代理執行兩種審查並排呈現。當使用者想審查分支、PR、進行中的變更,或說「review since X」時使用。
- ▌ Scaffold Exercises · shumingyang-opencode bundle建立帶有 section、題目、解答與講解、且能通過 lint 檢查的練習目錄結構。當使用者想要建立練習骨架、建立練習樁,或設定新的課程 section 時使用。
- ▌ Migrate To Shoehorn · shumingyang-opencode bundle將測試檔案從 `as` 型別斷言遷移到 @total-typescript/shoehorn。當使用者提到 shoehorn、想在測試中取代 `as`,或需要部分測試資料時使用。
- ▌
- ▌
- ▌
- ▌ Codebase Design · shumingyang-opencode bundle設計深模組的共用詞彙。當使用者想設計或改進模組的介面、找深化的機會、決定接縫放哪裡、讓程式碼更容易測試或對 AI 更容易導覽,或另一個技能需要深模組詞彙時使用。
- ▌ Diagnosing Bugs · shumingyang-opencode bundle硬 bug 與效能回歸的診斷迴圈。當使用者說「diagnose」/「debug this」,或回報東西壞了/拋錯/失敗/很慢時使用。
- ▌ Domain Modeling · shumingyang-opencode bundle建立並磨利專案的領域模型。當使用者想釐清領域術語或通用語言、記錄架構決策,或另一個技能需要維護領域模型時使用。
- ▌
- ▌
- ▌ Git Guardrails Claude Code · shumingyang-opencode bundle設定 Claude Code hooks 來在執行前阻擋危險的 git 命令(push、reset --hard、clean、branch -D 等)。當使用者想要防止破壞性的 git 操作、新增 git 安全 hooks,或在 Claude Code 中阻擋 git push/reset 時使用。
- ▌
- ▌ Setup TS Deep Modules · shumingyang-opencode bundle將 dependency-cruiser 接入 TypeScript repo,讓每個套件都是深模組 — 實作藏在子資料夾中,只能透過其進入點檔案觸達。使用者觸發。
- ▌ Setup Matt Pocock Skills · shumingyang-opencode bundle為工程技能設定這個 repo——設定它的 issue 追蹤器、分診標籤詞彙與領域文件佈局。首次使用其他工程技能前執行一次。
- ▌
- ▌ Improve Codebase Architecture · shumingyang-opencode bundle掃描程式碼庫找出深化機會,以視覺 HTML 報告呈現,然後對你挑選的那個進行 grilling。