create-skill-autoresearch
Factory skill that creates production-grade, benchmarked, autonomously improved, and verified agent skills. Orchestrates a 5-phase pipeline: interview the user to discover purpose and gold standards, research domain materials with parallel subagents, draft the skill with a design-first approach, invoke autoresearch to iterate against gold-standard-driven LLM-as-judge evaluation, and verify quality through multi-agent consensus with a devil's advocate. Use when building a new skill, creating a skill from existing materials, or upgrading a skill to production quality with benchmarking and autonomous improvement.
适合你,如果你需要从零构建或升级一个高质量、可自主迭代的 agent 技能。
npx oh-my-skill add a-tokyo/agent-skills/create-skill-autoresearchcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- a-tokyo/agent-skills/create-skill-autoresearchnpx oh-my-skill verify a-tokyo/agent-skills/create-skill-autoresearch怎么用
商店整理自技能原文 · 版本 697bfe9 · 表述以原文为准装上后,Claude 会引导你完成5个阶段来创建技能:先通过提问了解你的需求,然后研究相关资料,接着设计并编写技能文件,再自动测试和改进,最后让多个AI角色验证质量。最终输出一个可直接使用的技能文件。
当你想创建一个新的AI技能,或者想改进已有的技能时,可以启动这个技能。它会主动询问你一系列问题来收集信息。