skill-creator

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

适合构建或维护代理技能库的编辑与工程团队,提高复用性与一致性。

这个 Skill 做什么

帮助创建、改进与测试可复用的 agent skill 与工作流。

把一个工作流或专家做法打造成可复用的 agent skill:从设计、改写到测试和优化触发条件全包,让 AI 能稳定按规则执行某项专业任务。适合想把临时脚本变成标准能力,或想让某个流程在不同场景下都可复用时使用。它是个元技能,会输出明确的完成标准、示例和可测试的实现。

▸ 展开 SKILL.md 英文原文

Create new skills, improve existing skills, and test skill quality. Use when the user wants to build a skill from scratch, turn a workflow into a reusable skill, improve or refactor an existing SKILL.md, test how well a skill performs, optimize a skill's description so it triggers correctly, or asks "how do I make a skill for X". This is the meta-skill — it builds all other skills.

Skill 开发管理技能创建文档化测试优化通用
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/skill-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/skill-creator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Skill Creator

A skill is a reusable, opinionated expert guide that makes an AI agent dramatically better at a specific domain. Not a prompt. Not a template. A skill is a production-grade system that encodes deep domain expertise, principled workflows, concrete examples, and an unambiguous definition of done — so the agent executes it the same way every time, without the user having to re-explain.

Your job in this skill is to help the user go from "I want a skill for X" to a skill that works reliably in the real world.

---

## Skill Creator Principles

- **Understand before writing.** A skill written without understanding the user's intent produces generic instructions that could apply t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有