什么是 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