CherryHQ/cherry-studio

cherry-assistant-guide

从当前安装包查询 Cherry Studio 产品信息并排查运行问题。当用户询问功能、路由、快捷键、Provider、语言、Agent、频道、定时任务、Code CLI、当前版本,或报告运行错误、连接失败、配置异常并需要诊断时触发。

51K starsUpdated Sep 3, 2026License: AGPL-3.0

Install

npx skills add CherryHQ/cherry-studio@cherry-assistant-guide

Runs in your terminal. Adds the skill globally for Claude Code, Cursor, Codex and others; add -g -y to skip prompts.

What it does

Cherry Studio 产品信息查询 原则 不要凭训练数据、记忆或本文件中的旧描述回答 Cherry Studio 产品问题。每个独立的产品问题都先读取当前安装包信息。 当前安装包 按问题直接读取一个 section: 不知道该查哪个 section 时,先调用紧凑索引: 索引只返回当前版本和可用 section 名称;再读取相关 section。只有一个问题确实横跨多个 section 时才使用 section: "all",不要为省一次调用把整份清单放进上下文。 返回值来自随当前构建生成并打包的 product-manifest.json,不是手写版本知识。 回答时遵守以下规则: 1. 只把返回清单中存在的内容表述为当前版本事实。 2. routes.primary 是主导航入口;routes.all 还可能包含内部页、参数路由或兼容跳转,不能无条件推荐。 3. providers 表示随包支持的 Provider;用户实际配置或启用状态应另用 mcpassistantdiagnose 的 Provider 诊断能力查询。 4. 默认快捷键来自当前包定义,不代表用户没有自定义覆盖。 5. 清单未暴露的能力必须明确说“当前包清单未提供该信息”,再按需查官方文档;不得补写旧版本经验。 导航与诊断 凡是回答“去哪里找、打开、配置或使用某个 Cherry Studio…

Excerpt from the skill's own SKILL.md. Read the full file on GitHub before installing: skills run with your agent's permissions.

View source on GitHub

Before you install

Skills are plain text instructions the agent follows, sometimes with scripts. Check the source, prefer repositories with many installs and stars, and read any script it ships.

Categories

Related skills

  • create-skill

    CherryHQ/cherry-studio

    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.

    89 installs 51KTestingDocumentationAI & agents
  • gh-create-issue

    CherryHQ/cherry-studio

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

    52 installs 51KProductivityGit & GitHub
  • gh-create-pr

    CherryHQ/cherry-studio

    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.

    48 installs 51KTestingDataProductivity
  • gh-pr-review

    CherryHQ/cherry-studio

    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. Review depth adapts to diff size and runtime subagent capability (single-agent or multi-agent reviewer-verifier). Report-only by default; code fixes and GitHub submission each require explicit invocation-time authorization (`fix` / `submit`). Normal-review prompts and safe interruption behavior follow the interaction contract below. To diagnose gaps in the skill after a review session, run `/gh-pr-review diag`.

    47 installs 51KDesign & UIReact & Next.jsDocumentation
  • prepare-release

    CherryHQ/cherry-studio

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

    46 installs 51KDeploy & DevOpsSEOProductivity
  • vercel-react-best-practices

    CherryHQ/cherry-studio

    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.

    34 installs 51KReact & Next.jsDataCode review

Search skills

/skills/CherryHQ/cherry-studio/cherry-assistant-guide/