Skillify 会话排查
- 作者仓库星标 34,677
- 作者仓库 oh-my-claudecode
Skillify
Use this skill when the current session uncovered a repeatable workflow that should become a reusable OMC skill.
Compatibility:
/oh-my-claudecode:learneris a deprecated alias for this skill. Prefer/oh-my-claudecode:skillifyin docs, prompts, and new workflows. Internal implementation modules may still use the learner name.
Goal
Capture a successful multi-step workflow as a concrete skill draft instead of rediscovering it later.
Quality Gate
Before extracting a skill, all three should be true:
- "Could someone Google this in 5 minutes?" → No.
- "Is this specific to this codebase, project, or workflow?" → Yes.
- "Did this take real debugging, design, or operational effort to discover?" → Yes.
Prefer skills that encode decision-making heuristics, constraints, pitfalls, and verification steps. Avoid generic snippets, boilerplate, or library usage examples that belong in normal documentation.
Workflow
- Identify the repeatable task the session accomplished.
- Extract:
- inputs
- ordered steps
- success criteria
- constraints / pitfalls
- verification evidence
- best target location for the skill
- Decide whether the workflow belongs as:
- a repo built-in skill
- a user/project learned skill
- documentation only
- When drafting a learned skill file, output a complete skill file that starts with YAML frontmatter.
- Never emit plain markdown-only skill files.
- Do not write plain markdown without frontmatter.
- Minimum frontmatter:
--- name: <skill-name> description: <one-line description> triggers: - <trigger-1> - <trigger-2> --- - Write learned/user/project skills to flat file-backed paths:
${CLAUDE_CONFIG_DIR:-~/.claude}/skills/omc-learned/<skill-name>.md.omc/skills/<skill-name>.md
- Remember that uncommitted skills are still worktree-local until committed or copied to a user-level directory.
- Draft the rest of the skill file with clear triggers, steps, success criteria, and pitfalls.
- Point out anything still too fuzzy to encode safely.
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.
- Keep
omc-learnedas the storage directory name for compatibility; do not present it as the public invocation name.
Output
- Proposed skill name
- Target location
- Draft workflow structure or complete skill file
- Verification or quality-gate notes
- Open questions, if any
- 流狐分类
- 通用
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @Yeachan-Heo · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Capture a successful multi-step workflow as a concrete skill draft instead of rediscovering it later.
Before extracting a skill, all three should be true: "Could someone Google this in 5 minutes?" → No. "Is this specific to this codebase, project, or workflow?" → Yes.
Identify the repeatable task the session accomplished. Extract: inputs
Only capture workflows that are actually repeatable. Keep the skill practical and scoped. Prefer explicit success criteria over vague prose.
Proposed skill name Target location Draft workflow structure or complete skill file
# Skillify
Use this skill when the current session uncovered a repeatable workflow that should become a reusable OMC skill.
> Compatibility: `/oh-my-claudecode:learner` is a deprecated alias for this skill. Prefer `/oh-my-claudecode:skillify` in docs, prompts, and new workflows. Internal implementation modules may still use the learner name.
## Goal
Capture a successful multi-step workflow as a concrete skill draft instead of rediscovering it later.
## Quality Gate
Before extracting a skill, all three should be true:
- "Could someone Google this in 5 minutes?" → No.
- "Is this specific to this codebase, project, or workflow?" → Yes.
- "Did this take real debugging, design, or operational effort to discover?" → Yes.
Prefer skills that encode decision-making heuristics, constraints, pitfalls, and verification steps. Avoid generic snippets, boilerplate, or library usage examples that belong in normal documentation.
## Workflow
1. Identify the repeatable task the session accomplished.
2. Extract:
- inputs
- ordered steps
- success criteria
- constraints / pitfalls
- verification evidence
- best target location for the skill
3. Decide whether the workflow belongs as:
- a repo built-in skill
- a user/project learned skill
- documentation only
4. When drafting a learned skill file, output a complete skill file that starts with YAML frontmatter.
- Never emit plain markdown-only skill files.
- Do **not** write plain markdown without frontmatter.
- Minimum frontmatter:
```yaml
---
name: <skill-name>
description: <one-line description>
triggers:
- <trigger-1>
- <trigger-2>
---
```
- Write learned/user/project skills to flat file-backed paths:
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Goal → Quality Gate → Workflow → Rules → Output
要点 -> not · Use this skill when the current session uncovered a repeatable workflow that should become a reusable OMC skill. · > Compatibility: /oh-my-claudecode:learner is a deprecated alias for this skill. · Prefer skills that encode decision-making heuristics, constraints, pitfalls, and verification steps.
文件/命令 -> /oh-my-claudecode:learner · /oh-my-claudecode:skillify · ${CLAUDECONFIGDIR:-~/.claude}/skills/omc-learned/<skill-name>.md · .omc/skills/<skill-name>.md · omc-learned
内容 SHA-256 -> cf34f4387470
方法与流程
适用与边界
原文中的明确线索
/oh-my-claudecode:learner、/oh-my-claudecode:skillify、${CLAUDECONFIGDIR:-~/.claude}/skills/omc-learned/<skill-name>.md、.omc/skills/<skill-name>.md、omc-learned