SkillAgentSearch skills...

skills-manager

搜索、安装和协调创建 Claude Code Agent Skills。当用户想要搜索技能、安装工具、创建自定义 Skill,或者说"find a skill"、"搜索技能"、"帮我做个 skill"、"create a skill"时触发。也适用于用户说"有没有做 X 的工具"、"我想扩展 Agent 能力",或当前能力不足需要先查找可复用方案的场景。

Install / Use

npx skills add CherryHQ/cherry-studio --skill skills-manager

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

72/100

Supported Platforms

Claude Code

Tags

Our assessment of skills-manager

skills-manager scores 72/100 on our quality scale, 1797th of 2,717 Development & Engineering skills we index.

Its SKILL.md is 1.0 KB long, split into 3 sections and no code examples: fairly brief, so expect to fill in details yourself.

With 52,134 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
8/20
Description
15/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so skills-manager is actively maintained.
  • It is released under AGPL-3.0, a copyleft license: you can use it, but modified versions you distribute must carry the same license.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-27. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

skills-manager compared with similar skills

All 4 of these similar skills score higher than skills-manager; compare them before choosing.

SkillScoreStarsUpdatedFormat
skills-manager (this skill)by CherryHQ7252.1k2d agoSKILL.md
ai-job-searchby MadsLorentzen10044.1ktodayCLAUDE.md
claude-howtoby luongnv8910041.7k1d agoCLAUDE.md
algorithmic-artby anthropics100177.9k5d agoSKILL.md
pptxby anthropics100177.9k5d agoSKILL.md

Frequently asked questions

How do I install skills-manager?
Run npx skills add CherryHQ/cherry-studio --skill skills-manager. The install tabs above show the steps for each supported agent.
Which AI agents does skills-manager work with?
It is written for Claude Code, as a SKILL.md file. Other agents that read the same format can often use it too.
Is skills-manager safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is AGPL-3.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is skills-manager still maintained?
The repository was last updated 2 days ago, so skills-manager is actively maintained.

name: skills-manager description: 搜索、安装和协调创建 Claude Code Agent Skills。当用户想要搜索技能、安装工具、创建自定义 Skill,或者说"find a skill"、"搜索技能"、"帮我做个 skill"、"create a skill"时触发。也适用于用户说"有没有做 X 的工具"、"我想扩展 Agent 能力",或当前能力不足需要先查找可复用方案的场景。

Skills Manager

搜索和安装

优先复用: find-skills 可用时先调用它完成搜索、质量检查和安装确认;只有不可用时才执行下面的 CLI 降级流程。

运行时检测: 优先 npx skills,备选 $CHERRY_STUDIO_BUN_PATH x skills,都没有则提示安装 Node.js

搜索: 理解需求→提取关键词→npx skills find [query]→展示名称/功能/来源

安装: Skills 是第三方代码有完整权限,必须: 展示安全警告→提供源码链接→用户确认→npx skills add <owner/repo@skill> -y。位置: 项目级 .claude/skills/ 或用户级 ~/.claude/skills/

无结果: 告知→先尝试直接完成→可复用流程再建议创建自定义 Skill

创建 Skills

  1. 先确认现有 Skill 无法满足需求,并判断这是不是值得复用的流程;一次性任务直接完成,不强行创建 Skill。
  2. 检查可用 Skill 列表。skill-creator 可用时必须调用它,并完整遵循其需求澄清、初始化、编辑、验证和迭代流程;不要绕过它直接手写 SKILL.md。
  3. 只有 skill-creator 确实不可用时,才明确告诉用户正在降级,然后用 npx skills init <skill-name> 初始化,保持 SKILL.md 精简,并按需加入 scripts/、references/、assets/。
  4. 创建后至少验证 frontmatter、触发描述和一个真实用例;验证失败就修正后重跑。

参考: https://skills.sh/ | npx skills find/add/init

Related Skills

View on GitHub
GitHub Stars52.1k
CategoryDevelopment
Updated2d ago
Forks5.0k

Languages

TypeScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions