create-skill

仓库创建 2024年5月24日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

能标准化并加速 skill 创建流程,减少手工规范错误与审查成本。

这个 Skill 做什么

在仓库中根据约定工作流生成和校验新的 skill 模板并同步提交。

在仓库里按约定模板生成一个新的 skill 目录,帮你收集所需信息(名称、描述等)、脚手架文件、校验格式并同步提交到版本库。用在需要新增自动化能力或把手工流程封装成 skill 时,能保证结构和命名符合 .agents/skills/README.md 的规范。特别之处是自动校验并生成可直接运行的 skill 模板,省去手工配置和反复修改。

▸ 展开 SKILL.md 英文原文

Create a new skill in the current repository. Use when the user wants to create/add a new skill, or mentions creating a skill from scratch. This skill follows the workflow defined in .agents/skills/README.md and helps scaffold, validate, and sync new skills.

Skill 开发管理脚手架技能创建仓库规范通用
4.9w
Stars
4.7k
Forks
15
仓库内 Skill
+801
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/create-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/.agents/skills/create-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Create Skill

Create a new skill in `.agents/skills/<skill-name>/` following the workflow defined in `.agents/skills/README.md`.

## Workflow

### Step 1: Gather Intent

Before creating anything, ask the user:

1. **Skill name**: What should the skill be called? (lowercase, digits, hyphens only, e.g., `gh-create-pr`, `prepare-release`)
2. **Description**: What should this skill do? Include specific trigger contexts (e.g., "Use when user asks to create PRs")
3. **Is this a public skill?**: Should it be synced to `.claude/skills/` for shared use? (default: no, private only)
4. **Test cases** (optional): Does the user want to set up evals for this skill?

If the user provides partial info (e.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有