skill-creator
仓库创建 2025年9月22日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由
适合想快速搭建并迭代技能的开发者与产品团队,便于系统化产出。
这个 Skill 做什么
用于创建、修改、评估与优化 AI agent 技能的流程与实践工具。
从无到有写出 agent 能力、修改已有技能并有系统地评估与优化,包含写草案、跑测试用例和做定量+定性评估。适合要创建新技能、提升触发准确率或用 evals 验证效果时使用。流程强调迭代、基准比较和改进建议,帮你把想法变成可靠的可复用技能。
▸ 展开 SKILL.md 英文原文
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
16.4w
Stars
2.0w
Forks
18
仓库内 Skill
+5.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/anthropics/skills/main/skills/skill-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/anthropics/skills/main/skills/skill-creator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: - Decide what you want the skill to do and roughly how it should do it - Write a draft of the skill - Create a few test prompts and run claude-with-access-to-the-skill on them - Help the user evaluate the results both qualitatively and quantitatively - While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you can either use as is or modify if you feel something needs to change about them). Then explain them to the user (or if they already existed, explain the ones that already exist) -
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有