什麼是 search-first?
編碼前研究工作流程。在編寫自訂程式碼之前搜尋現有工具、函式庫和模式。調用研究員代理。 來源:affaan-m/everything-claude-code。
編碼前研究工作流程。在編寫自訂程式碼之前搜尋現有工具、函式庫和模式。調用研究員代理。
透過命令列快速安裝 search-first AI 技能到你的開發環境
來源:affaan-m/everything-claude-code。
Systematizes the "search for existing solutions before implementing" workflow.
| Exact match, well-maintained, MIT/Apache | Adopt — install and use directly | | Partial match, good foundation | Extend — install + write thin wrapper | | Multiple weak matches | Compose — combine 2-3 small packages | | Nothing suitable found | Build — write custom, but informed by research |
Before writing a utility or adding functionality, mentally run through:
編碼前研究工作流程。在編寫自訂程式碼之前搜尋現有工具、函式庫和模式。調用研究員代理。 來源:affaan-m/everything-claude-code。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/affaan-m/everything-claude-code --skill search-first編碼前研究工作流程。在編寫自訂程式碼之前搜尋現有工具、函式庫和模式。調用研究員代理。 來源:affaan-m/everything-claude-code。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/affaan-m/everything-claude-code --skill search-first 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/affaan-m/everything-claude-code