一键导入
skillify
Capture the current chat's repeatable process as a reusable skill when the user asks to turn a conversation, workflow, or process into a skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Capture the current chat's repeatable process as a reusable skill when the user asks to turn a conversation, workflow, or process into a skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill before calling the render_ui tool or designing a Liquid UI dashboard. It contains the fixed component catalog, schema rules, examples, and guidance for when visual UI is appropriate.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text from PDFs, merging multiple PDFs into one, splitting PDFs apart, extracting metadata, counting pages, filling forms, and creating new PDFs. If the user mentions a .pdf file or asks to produce one, use this skill.
Use this skill before doing any browser work (navigating sites, filling forms, scraping, multi-step web flows) once the browser toolset is active. It contains the batching contract, action categories, and worked examples for efficient browser control.
Use this test skill in loader tests.
| name | skillify |
| description | Capture the current chat's repeatable process as a reusable skill when the user asks to turn a conversation, workflow, or process into a skill. |
You are capturing this session's repeatable process as a reusable skill.
Create a high-quality skill that can be reused in future chats. The saved skill should preserve the user's preferences, constraints, checkpoints, and success criteria from this conversation.
Review the current conversation before asking questions. Identify:
task.Success criteria: You can summarize the candidate skill name, goal, inputs, steps, and output artifacts in concrete terms.
Use the question tool for clarification. Do not ask questions in plain text when you need a user decision.
Ask only what is needed. For a simple workflow, one short confirmation round is enough.
Clarify:
task.Success criteria: The user has confirmed the important behavior, or the remaining details are obvious from the conversation.
Draft the full skill content before saving it. Use this structure:
# Skill Title
Describe when to use this skill, including trigger phrases and example user requests.
## Inputs
- `input_name`: Description of the input.
## Goal
State the artifact or outcome this skill must produce.
## Steps
### 1. Step Name
Specific instruction for this step.
Success criteria: State how to know this step is complete.
### 2. Step Name
Specific instruction for this step.
Success criteria: State how to know this step is complete.
## Rules
- Hard constraints and preferences from the user.
Rules for the generated skill:
task and what result it should return.Success criteria: The draft is complete enough to save without additional hidden assumptions.
Decide whether the skill benefits from companion files alongside SKILL.md. Reference files are useful when:
If reference files are needed, plan each file with a relative path inside the skill directory (e.g., reference/template.md, scripts/run.sh). These will be written using the Write tool after SKILL.md is saved.
If no reference files are needed, skip this step.
Success criteria: You know exactly which additional files (if any) to write and their paths relative to the skill directory.
Show the user:
SKILL.md content.Use the question tool to ask whether it should be saved.
Only after confirmation:
Call create_skill with:
name: lowercase letters, numbers, and single hyphens only.description: concise one-line description.content: the final Markdown body, without YAML frontmatter.If there are reference files, use the Write tool to create each one at its absolute path inside the skill directory. The skill directory is located at the path reported in the create_skill output (the location field points to SKILL.md; companion files sit alongside it in the same directory).
After saving, tell the user:
/skillify can be used again to create more skills.Success criteria: The skill and all reference files are saved successfully and the user knows how it will be reused.