Skip to main content

find-skills

Help the user discover and install agent skills. Use when the user asks how to do something that might have an existing skill, or says "find a skill for X" or "is there a skill that can...".

跳到安装

来源信息

仓库
aizech/bernhard-zechmann-skills
最近来源活动
2026年6月27日 17:50
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
find-skills
description
Help the user discover and install agent skills. Use when the user asks how to do something that might have an existing skill, or says "find a skill for X" or "is there a skill that can...".
license
MIT
compatibility
claude-code opencode github-copilot devin pi cursor
# Find Skills Discover and install skills from the open agent skills ecosystem. ## Skills CLI - `npx skills find [query]` — search for skills - `npx skills add <package>` — install a skill - `npx skills check` — check for updates - `npx skills update` — update all skills Browse at https://skills.sh/. ## How to help 1. Understand the domain and task. 2. Check the skills.sh leaderboard for well-known skills. 3. If not found, run `npx skills find [query]`. 4. Verify quality before recommending: - Prefer 1K+ installs - Prefer official sources - Check GitHub stars 5. Present options with name, install count, install command, and link. 6. Offer to install with `npx skills add <owner/repo@skill> -g -y`. ## If no skills match 1. Acknowledge that no skill was found. 2. Offer to help directly. 3. Suggest creating a skill with `npx skills init`.
在 GitHub 查看