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`.
skills-manager
skills-manager is an open-source productivity skill for Claude Code, published by CherryHQ. Its author describes it as: “搜索、安装和协调创建 Claude Code Agent Skills。当用户想要搜索技能、安装工具、创建自定义 Skill,或者说"find a skill"、"搜索技能"、"帮我做个 skill"、"create a skill"时触发。也适用于用户说"有没有做 X 的工具"、"我想扩展 Agent 能力",或当前能力不足需要先查找可复用方案的场景。”. 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/skills-manager`.
Installation
Add skills-manager to your agent with:
git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/skills-manager 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 skills-manager when you want productivity help from Claude Code 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
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does skills-manager do?
- 搜索、安装和协调创建 Claude Code Agent Skills。当用户想要搜索技能、安装工具、创建自定义 Skill,或者说"find a skill"、"搜索技能"、"帮我做个 skill"、"create a skill"时触发。也适用于用户说"有没有做 X 的工具"、"我想扩展 Agent 能力",或当前能力不足需要先查找可复用方案的场景。
- How do I install skills-manager?
- Run git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/skills-manager in your agent, then reload your skills. Review the source at https://github.com/CherryHQ/cherry-studio before installing.
- Is skills-manager free to use?
- Yes. skills-manager 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.
- Which agents does skills-manager work with?
- skills-manager declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
- Where does skills-manager come from?
- skills-manager 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 Productivity →将成功解决的用户问题收录到 FAQ 知识库。问题解决后自动判断是否收录。也可以在用户说"收录到 FAQ"、"记录这个问题"、"add to FAQ"时手动触发。
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Production-grade engineering skills for AI coding agents.
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.