skillify
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkillify
Skillify
Use this skill when the current session uncovered a repeatable workflow that should become a reusable OMC skill.
当你在当前会话中发现了可重复的工作流,且该工作流应当被制作成可复用的OMC技能时,就可以使用本技能。
Goal
目标
Capture a successful multi-step workflow as a concrete skill draft instead of rediscovering it later.
将已验证可行的多步工作流记录为具体的技能草稿,避免后续需要时重新梳理流程。
Workflow
工作流
- Identify the repeatable task the session accomplished.
- Extract:
- inputs
- ordered steps
- success criteria
- constraints / pitfalls
- best target location for the skill
- Decide whether the workflow belongs as:
- a repo built-in skill
- a user/project learned skill
- documentation only
- Draft the SKILL.md content with clear triggers, steps, and success criteria.
- Point out anything still too fuzzy to encode safely.
- 明确本次会话完成的可重复任务是什么。
- 提取以下信息:
- 输入项
- 有序步骤
- 成功判定标准
- 约束/常见陷阱
- 该技能最合适的存放位置
- 确定该工作流的归属类型:
- 代码仓库内置技能
- 用户/项目自定义习得技能
- 仅作为文档留存
- 编写SKILL.md内容草稿,需包含清晰的触发条件、操作步骤和成功判定标准。
- 标注所有仍过于模糊、无法安全标准化为技能的内容。
Rules
规则
- Only capture workflows that are actually repeatable.
- Keep the skill practical and scoped.
- Prefer explicit success criteria over vague prose.
- If the workflow still has unresolved branching decisions, note them before drafting.
- 仅收录真正可重复的工作流。
- 保持技能实用性和范围明确。
- 优先使用明确的成功判定标准,避免模糊的描述性文字。
- 如果工作流仍存在未解决的分支决策问题,在编写草稿前先标注这些问题。
Output
输出
- Proposed skill name
- Target location
- Draft workflow structure
- Open questions, if any
- 拟议的技能名称
- 目标存放位置
- 工作流结构草稿
- 待解决问题(如有)