Create Skill
Scaffolds a new SKILL.md in cherry-studio's own public/private skill workflow.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 529e5d9
Turned a bare, non-triggering SKILL.md into one with a sharp description, correct file placement and a proper registry entry, though the real sync commands could only be simulated against a mirrored repo.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Create Skill does
Guides creation of a new skill under .agents/skills/<name>/, asking for name, trigger-specific description, and public/private scope before writing SKILL.md. Triggers when a user wants to create, add, or scaffold a new skill from scratch, and enforces the repo's pnpm skills:sync / skills:check governance for public skills.
How to install Create Skill
git clone https://github.com/CherryHQ/cherry-studio
cd cherry-studio
mkdir -p ~/.claude/skills
cp -r .agents/skills/create-skill ~/.claude/skills/create-skill
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Create Skill
-
/create-skillScaffolds a new SKILL.md in cherry-studio's own public/private skill workflow.
It also activates on plain-language prompts like these:
-
Scaffold a new SKILL.md under .agents/skills for this workflow -
Create a private skill and write its trigger-specific description -
Add a new skill and run pnpm skills:sync to publish it
Frequently asked questions
- Is the Create Skill skill free?
- Yes. The skill itself is free from CherryHQ/cherry-studio. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Create Skill work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. Turned a bare, non-triggering SKILL.md into one with a sharp description, correct file placement and a proper registry entry, though the real sync commands could only be simulated against a mirrored repo.
- What is the Create Skill SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Create Skill?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Create Skill with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.