什麼是 clean-functions?
在編寫、修復、編輯或重構 Python 函數時使用。強制執行乾淨程式碼原則-最多 3 個參數、單一責任、無標誌參數。 來源:ertugrul-dmr/clean-code-skills。
在編寫、修復、編輯或重構 Python 函數時使用。強制執行乾淨程式碼原則-最多 3 個參數、單一責任、無標誌參數。
透過命令列快速安裝 clean-functions AI 技能到你的開發環境
來源:ertugrul-dmr/clean-code-skills。
More than 3 arguments means your function is doing too much or needs a data structure.
Boolean flags mean your function does at least two things.
If it's not called, delete it. No "just in case" code. Git preserves history.
在編寫、修復、編輯或重構 Python 函數時使用。強制執行乾淨程式碼原則-最多 3 個參數、單一責任、無標誌參數。 來源:ertugrul-dmr/clean-code-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-functions在編寫、修復、編輯或重構 Python 函數時使用。強制執行乾淨程式碼原則-最多 3 個參數、單一責任、無標誌參數。 來源:ertugrul-dmr/clean-code-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-functions 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ertugrul-dmr/clean-code-skills