create-skill

by CherryHQ 50k AGPL-3.0-only Updated Aug 6, 2026
create-skill skill by CherryHQ
Social preview for CherryHQ/cherry-studio

create-skill is an open-source workflow skill for Claude Code and compatible agents, published by CherryHQ. Its author describes it as: “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…”. The project has 50k stars on GitHub and is available under the AGPL-3.0-only license. Add it to your setup with `git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/create-skill`.

Installation

Add create-skill to your agent with:

git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/create-skill

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

When to use it

Reach for create-skill when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear AGPL-3.0-only license — safe to read and adapt
  • Ships in CherryHQ/cherry-studio, an established project with 49,801 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skillsai-agentawesome-skillsclaude-codecodexdeepseekhermes-agentopenclawskillsvibe-coding

Frequently asked questions

What does create-skill do?
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.
How do I install create-skill?
Run git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/create-skill in your agent, then reload your skills. Review the source at https://github.com/CherryHQ/cherry-studio before installing.
Is create-skill free to use?
Yes. create-skill is free and open source under the AGPL-3.0-only license, so you can read, run, and adapt it within that license's terms.
Where does create-skill come from?
create-skill ships inside CherryHQ/cherry-studio, a repository that contains 20 catalogued skills in total. The repository's 49,801 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Workflow →

Develop, fix, and profile Cherry Studio in a tracked Electron instance. Use for everyday implementation, UI and interaction work, bug fixing, runtime debugging, DevTools inspection, lag or jank investigation, CPU and memory monitoring, leak checks, and startup-performance analysis; reuse a verified workspace instance across instructions and launch or replace one only when required.

50k CherryHQ AGPL-3.0-only

Create or update GitHub pull requests using the repository-required workflow and template compliance. Use when asked to create/open/update a PR so the assistant reads `.github/pull_request_template.md`, fills every template section, preserves markdown structure exactly, and marks missing data as N/A or None instead of skipping sections.

50k CherryHQ AGPL-3.0-only

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what Claude Code features they should use.

50k CherryHQ AGPL-3.0-only

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

82k addyosmani MIT

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump, tagging, or writing a changelog.

82k addyosmani MIT