用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/srbryers/Yumi --skill find-skills命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | find-skills |
| description | Search for community Claude Code skills by topic or framework |
| invocation | user |
| user_invocation | /find-skills |
Search the community skill registry for Claude Code skills relevant to your project.
When the user invokes /find-skills followed by a search query (e.g., /find-skills react), search the community skill registry and present installable results.
If the user provided a query after /find-skills, use it directly. Otherwise, ask what topic, framework, or tool they want to find skills for.
Run the search command via Bash:
npx skills find <query>
Use a 15-second timeout. If the command fails or npx is unavailable, skip to the fallback in Step 4.
Display the search results to the user. For each result, include:
Then offer to install any skill the user is interested in:
npx skills add <owner/repo> --skill <skill-name> -y
After installation, verify the skill was added by checking for the SKILL.md file in .claude/skills/.
If npx skills find is unavailable or fails:
npx skills add <owner/repo> --skill <skill-name>/find-skills react — find React-related skills/find-skills testing — find testing and QA skills/find-skills python — find Python development skills/find-skills shopify — find Shopify development skills