Agent skill · Workflow & Productivity

skill-creator

Create or improve OpenChatCut custom skills. Use whenever the user asks to create a skill, capture a workflow as a skill, write a SKILL.md, add a reusable workflow, 创建技能, 把流程做成技能, 写一个技能, or improve an existing custom skill. Pushy: treat any workflow the user repeats as a skill candidate, even if they do not say "skill".

sline805★ · +210/wk · 1 repos on radarProfile →
claude-codecodexAGPL-3.0
Install
npx skills add 0xsline/OpenChatCut --skill skill-creator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: src/agent/skills/skill-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 805 · +210 this week
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill Creator Create or improve custom skills for OpenChatCut. A skill is a SKILL.md file (plus optional `references/` support docs) that teaches the agent a reusable workflow. Custom skills live at `~/.openchatcut/skills/<slug>/SKILL.md` and are managed with the `manage_skill` tool. ## Workflow 1. **Capture intent.** If the current conversation already contains the workflow (tools used, steps, corrections), extract it from the history first. Confirm with the user before writing. 2. **Interview.** Pin down: - What should this skill enable the agent to do? - When should it trigger? Which user phrases or contexts? - Expected output format? - Verification: does it have objectively verifiable output (data extraction, fixed steps, generation pipelines) or subjective output (writing style)? Suggest test prompts for the former. 3. **Write the SKILL.md** (rules below). 4. **Create it** with `manage_skill action=create`. The tool reports the install path (`~/.openchatcut/skills/<slug>/SKILL.md`). 5. **Test.** Run 2–3 realistic prompts in the current session and confirm results with the user. Iterate with `manage_skill action=update`. ## SKILL.md anatomy ``` <slug>/ ├── SKILL.md (required

What's inside
Steps it walks through
  1. Workflow
  2. SKILL.md anatomy
  3. Writing rules
  4. Progressive disclosure in OpenChatCut
  5. Environment constraints
  6. Test prompts
More from OpenChatCut
All skills →
About this skill
What does the skill-creator skill do?

Create or improve OpenChatCut custom skills. Use whenever the user asks to create a skill, capture a workflow as a skill, write a SKILL.md, add a reusable workflow, 创建技能, 把流程做成技能, 写一个技能, or improve an existing custom skill. Pushy: treat any workflow the user repeats as a skill candidate, even if they do not say "skill".

How do I install it?

Run `npx skills add 0xsline/OpenChatCut --skill skill-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From 0xsline/OpenChatCut, a repository with 805 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going