Skip to main content

← All sources

Cherry Studio skills

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs. 12 skills. skills-hub.ai mirrors 12 skills from Cherry Studio daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/CherryHQ/cherry-studio

Installing a Cherry Studio skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Cherry Studio skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Cherry Studio skills via API
curl https://skills-hub.ai/api/v1/skills?source=cherry-studio

# Browse all sources
open https://skills-hub.ai/sources

Top Cherry Studio skills

See all →

The most-installed skills from Cherry Studio, ranked by adoption.

  1. 01cherry-pr-test

    Test Cherry Studio PRs by resolving and checking out a PR, statically inspecting its changes, running interactive UI tests against a safely tracked Electron instance through CDP, producing a structured report, cleaning up only the owned test instance, and restoring the original branch.

    Buildfrom Cherry Studio
  2. 02demand-first-review

    Use when reviewing a PR, API, IPC channel, endpoint, parameter, type, config, or architectural extension point that adds or expands shared surface area, especially when consumers are absent, exports are unused or speculative, existing consumers are hack-heavy, forward compatibility is claimed, or multiple similar APIs may express one demand.

    Buildfrom Cherry Studio
  3. 03gh-pr-review

    Automated Cherry Studio review for local branches, PRs, commits, files, architecture docs, and repository skills. Use for code or documentation reviews that need project-specific naming, main/renderer/shared placement and dependency rules, IpcApi and DataApi boundaries, lifecycle/service ownership, renderer hooks, React/UI conventions, and tests. Supports single-agent review with interactive fix selection or multi-agent reviewer-verifier review with risk-based auto-fix. To diagnose gaps in the skill after a review session, run `/gh-pr-review diag`.

    Buildfrom Cherry Studio
  4. 04prepare-release

    Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch with PR. Use when asked to prepare/create a release, bump version, or run `/prepare-release`.

    Buildfrom Cherry Studio
  5. 05cherry-tool-guide

    Cherry Studio first-party tool and bundled-shell routing for general agents. For straightforward local work in shell-capable sessions, run JS/TS with `bun <file>` and one-off JS tools with `bun x`; run Python with `uv run [--with <pkg>] python` and one-off Python CLIs with `uvx`; search with `rg`. Load this guide before changing project dependencies, deciding whether a tool should be ephemeral or reusable, reading or converting local Office/PDF files, coordinating or delegating across Agent Sessions, or using Cherry-owned web/browser, knowledge, persistent memory, schedules/notifications, IM channels, image generation, artifact reporting, managed CLI, or skill capabilities—even if the user names no tool. Consult it before shell/file workarounds; live tool schemas are authoritative.

    Buildfrom Cherry Studio
  6. 06skill-creator

    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

    Buildfrom Cherry Studio
  7. 07cherry-electron-dev

    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.

    Buildfrom Cherry Studio
  8. 08create-skill

    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.

    Buildfrom Cherry Studio
  9. 09gh-create-issue

    Use when user wants to create a GitHub issue for the current repository. Must read and follow the repository's issue template format.

    Buildfrom Cherry Studio
  10. 10gh-create-pr

    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.

    Buildfrom Cherry Studio
  11. 11vercel-react-best-practices

    React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

    Buildfrom Cherry Studio
  12. 12find-skills

    Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

    Buildfrom Cherry Studio

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 18, 2026, 4:55 PM (success).

Cherry Studio skills, frequently asked

What are Cherry Studio skills?

Cherry Studio skills are AI coding skills published by Cherry Studio (AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs. 12 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Cherry Studio skills are available?

skills-hub.ai indexes 12 skills from Cherry Studio, synced daily from the upstream GitHub repository (https://github.com/CherryHQ/cherry-studio).

How do I install a Cherry Studio skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Cherry Studio skills?

Yes. Every skill from this source is mirrored from Cherry Studio's own GitHub repository (https://github.com/CherryHQ/cherry-studio). Each skill page links back to the upstream source of truth, so you can verify the original.