什麼是 coding-effectively?
在編寫或重構程式碼時始終使用此技能。包括依賴上下文的子技能,以支援跨語言和運行時的不同編碼風格。 來源:ed3dai/ed3d-plugins。
在編寫或重構程式碼時始終使用此技能。包括依賴上下文的子技能,以支援跨語言和運行時的不同編碼風格。
透過命令列快速安裝 coding-effectively AI 技能到你的開發環境
來源:ed3dai/ed3d-plugins。
When designing features, think about properties upfront. This surfaces design gaps early.
| Does it have an inverse operation? | Roundtrip | decode(encode(x)) == x | | Is applying it twice the same as once? | Idempotence | f(f(x)) == f(x) | | What quantities are preserved? | Invariants | Length, sum, count unchanged | | Is order of arguments irrelevant? | Commutativity | f(a, b) == f(b, a) |
| Can operations be regrouped? | Associativity | f(f(a,b), c) == f(a, f(b,c)) | | Is there a neutral element? | Identity | f(x, 0) == x | | Is there a reference implementation? | Oracle | new(x) == old(x) | | Can output be easily verified? | Easy to verify | issorted(sort(x)) |
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/ed3dai/ed3d-plugins --skill coding-effectively在編寫或重構程式碼時始終使用此技能。包括依賴上下文的子技能,以支援跨語言和運行時的不同編碼風格。 來源:ed3dai/ed3d-plugins。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/ed3dai/ed3d-plugins --skill coding-effectively 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ed3dai/ed3d-plugins