skill-creator
仓库创建 2026年3月18日最近提交 1 天前SkillHot 收录 5 小时前
▸ 精选理由
加速技能开发与指标驱动优化,适合构建者与研究者。
▸ 风险提示
可能执行评估脚本或调用外部运行环境。
这个 Skill 做什么
用于创建、修改与评估 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.
0
Stars
0
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/skill-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/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 公开信息 · 原文版权归作者所有