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.
$npx -y skills add cherryhq/cherry-studio --skill create-skillInstalls into the current project.
Run `npx skills use "https://github.com/cherryhq/cherry-studio" --skill "cherryhq/cherry-studio/create-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cherryhq/cherry-studio" that are relevant to the current task. Run `npx skills add "https://github.com/cherryhq/cherry-studio"` and select the relevant skills, then follow their instructions.