什麼是 plankton-code-quality?
使用 Plankton 強制執行寫入時程式碼品質 — 透過鉤子對每個檔案編輯進行自動格式化、linting 和 Claude 支援的修復。 來源:affaan-m/everything-claude-code。
使用 Plankton 強制執行寫入時程式碼品質 — 透過鉤子對每個檔案編輯進行自動格式化、linting 和 Claude 支援的修復。
透過命令列快速安裝 plankton-code-quality AI 技能到你的開發環境
來源:affaan-m/everything-claude-code。
Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system for Claude Code. Plankton runs formatters and linters on every file edit via PostToolUse hooks, then spawns Claude subprocesses to fix violations the agent didn't catch.
Every time Claude Code edits or writes a file, Plankton's multilinter.sh PostToolUse hook runs:
| No violations | Nothing | 0 | | All fixed by subprocess | Nothing | 0 | | Violations remain after subprocess | [hook] N violation(s) remain | 2 | | Advisory (duplicates, old tooling) | [hook:advisory] ... | 0 |
使用 Plankton 強制執行寫入時程式碼品質 — 透過鉤子對每個檔案編輯進行自動格式化、linting 和 Claude 支援的修復。 來源:affaan-m/everything-claude-code。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/affaan-m/everything-claude-code --skill plankton-code-quality使用 Plankton 強制執行寫入時程式碼品質 — 透過鉤子對每個檔案編輯進行自動格式化、linting 和 Claude 支援的修復。 來源:affaan-m/everything-claude-code。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/affaan-m/everything-claude-code --skill plankton-code-quality 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/affaan-m/everything-claude-code