什么是 agent-builder?
为 Traycer 执行框架创建完整的 Claude Code 代理。创建新代理或更新现有代理时应使用此技能。创建所有代理组件,包括系统提示、挂钩、技能、命令、脚本和参考文档。还更新列出可用代理的协调文档。基于Anthropic官方代理开发最佳实践。 来源:auldsyababua/instructor-workflow。
为 Traycer 执行框架创建完整的 Claude Code 代理。创建新代理或更新现有代理时应使用此技能。创建所有代理组件,包括系统提示、挂钩、技能、命令、脚本和参考文档。还更新列出可用代理的协调文档。基于Anthropic官方代理开发最佳实践。
通过命令行快速安装 agent-builder AI 技能到你的开发环境
来源:auldsyababua/instructor-workflow。
This skill guides the creation of complete, production-ready Claude Code agents following Anthropic's official best practices for context engineering, tool design, skills architecture, and enforcement through hooks.
Skills vs Commands Decision: | Use Skills For | Use Commands For |
| Complex multi-step workflows | Quick, frequently-used prompts | | Multiple files/scripts needed | Single file sufficient | | Automatic discovery desired | Explicit invocation preferred | | Team standardization | Personal productivity |
为 Traycer 执行框架创建完整的 Claude Code 代理。创建新代理或更新现有代理时应使用此技能。创建所有代理组件,包括系统提示、挂钩、技能、命令、脚本和参考文档。还更新列出可用代理的协调文档。基于Anthropic官方代理开发最佳实践。 来源:auldsyababua/instructor-workflow。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/auldsyababua/instructor-workflow --skill agent-builder为 Traycer 执行框架创建完整的 Claude Code 代理。创建新代理或更新现有代理时应使用此技能。创建所有代理组件,包括系统提示、挂钩、技能、命令、脚本和参考文档。还更新列出可用代理的协调文档。基于Anthropic官方代理开发最佳实践。 来源:auldsyababua/instructor-workflow。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/auldsyababua/instructor-workflow --skill agent-builder 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/auldsyababua/instructor-workflow