skill-creator

仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

适合要构建或持续调优 agent 技能的产品团队与开发者。

这个 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.

Skill 开发管理技能创建评估优化通用
0
Stars
0
Forks
10
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/chan9yu/docagents/main/skills/skill-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/chan9yu/docagents/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 公开信息 · 原文版权归作者所有