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".
npx skills add 0xsline/OpenChatCut --skill skill-creator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Workflow
- SKILL.md anatomy
- Writing rules
- Progressive disclosure in OpenChatCut
- Environment constraints
- Test prompts
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.