一键导入
skillify
Capture the current session's repeatable process into a reusable SKILL.md file
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Capture the current session's repeatable process into a reusable SKILL.md file
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Research and plan a large-scale mechanical change, then execute it in parallel across independent work units
Review staged changes and create a conventional git commit
Diagnose agent session issues — show recent logs, tool errors, and configuration problems
Review auto-memory entries and promote useful ones to CLAUDE.md or project memory files
Review changed code for reuse, quality, and efficiency, then fix any issues found
Diagnose a frozen, slow, or stuck agent session by inspecting running processes and recent logs
| name | skillify |
| description | Capture the current session's repeatable process into a reusable SKILL.md file |
| when_to_use | Call at the end of a process you want to capture and reuse. The agent reviews the conversation to extract a reusable skill definition. |
| argument-hint | optional: description of the process you want to capture |
| context | inline |
| disable-model-invocation | true |
Capture this session's repeatable process as a SKILL.md file.
$ARGUMENTS
Review the current conversation and answer:
review-pr)Present these to the user and ask for confirmation or corrections before continuing.
Once the goal is confirmed, determine:
fork when the process is self-contained and should not consume the main conversation's context.inline when the process needs to interact with the ongoing conversation..claude/skills/<name>/SKILL.md) or user-level (~/.claude/skills/<name>/SKILL.md)?Produce a complete SKILL.md with:
name, description, when_to_use, argument-hint, context, allowed-tools$ARGUMENTS placeholder where user input should be insertedShow the draft to the user before writing.
mkdir -p <save-location>/<name>/<save-location>/<name>/SKILL.md/<name> is now available. Invoke it with /<name> [args]."---
name: <name>
description: <one-line description>
when_to_use: <when to invoke this skill>
argument-hint: "<what args to pass>"
context: <inline|fork>
allowed-tools:
- bash
- read_file
---
<clear description of what this skill does>
$ARGUMENTS
## Step 1: <first step>
<instructions>
## Step 2: <second step>
<instructions>