skill-creator
仓库创建 2025年7月18日最近提交 6 小时前SkillHot 收录 20 天前
▸ 精选理由
对开发者构建并量化技能性能很有帮助。
这个 Skill 做什么
创建、迭代并评估 agent 技能的工具集合。
一套帮你做 agent skills 的工具链:从设计草案、跑测试提示、迭代改进到做基准评估(evals)都能覆盖。用在要创建新技能、更新现有技能或想检验触发词和效果好坏的时候。它还能把定性反馈和量化指标结合,方便你系统性地提升技能质量。
▸ 展开 SKILL.md 英文原文
Create, refine, and benchmark agent skills. Use when building a new skill, updating an existing one, running evals, checking trigger quality, or improving a skill description.
1.6k
Stars
242
Forks
12
仓库内 Skill
+33
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/feiskyer/claude-code-settings/main/skills/skill-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/feiskyer/claude-code-settings/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 the agent with the skill loaded 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 公开信息 · 原文版权归作者所有