‹ 首页

create-skill-autoresearch

@a-tokyo · 收录于 3 周前

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 安装 校验哈希
npx oh-my-skill add a-tokyo/agent-skills/create-skill-autoresearch
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- a-tokyo/agent-skills/create-skill-autoresearch
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify a-tokyo/agent-skills/create-skill-autoresearch
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
14GitHub stars
~5.1K最小装载
~13.3K含声明引用
~13.3K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 697bfe9 · 表述以原文为准
它做什么

装上后,Claude 会引导你完成5个阶段来创建技能:先通过提问了解你的需求,然后研究相关资料,接着设计并编写技能文件,再自动测试和改进,最后让多个AI角色验证质量。最终输出一个可直接使用的技能文件。

什么时候触发

当你想创建一个新的AI技能,或者想改进已有的技能时,可以启动这个技能。它会主动询问你一系列问题来收集信息。

装好后可以这样说
Claude 会开始面试流程,询问技能目的、示例等。
Claude 会加载现有技能,研究并改进它。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。