Create a new skill in the current repository. Use when the user wants to create/add a new skill, or mentions creating a skill from scratch. This skill follows the workflow defined in .agents/skills/README.md and helps scaffold, validate, and sync new skills.
18c287bCreate Skill Create a new skill in following the workflow defined in . Workflow Step 1: Gather Intent Before creating anything, ask the user: 1. Skill name : What should the skill be called? (lowercase, digits, hyphens only, e.g., , ) 2. Description : What should this skill do? Include specific trigger contexts (e.g., "Use when user asks to create PRs") 3. Is this a public skill? : Should it be synced to for shared use? (default: no, private only) 4. Test cases (optional): Does the user want to…
Full body not shown for this license – view the source on GitHub →Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/create-skill · pinned to the source commit
git clone https://github.com/CherryHQ/cherry-studio.git
cd cherry-studio
git checkout 18c287b020ff95cc2a12fc389ea4748957fbaf49
mkdir -p ".claude/skills/create-skill"
cp -r ".agents/skills/create-skill" ".claude/skills/create-skill"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit 18c287b020ff. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.