원클릭으로
skill-search
从GitHub和SkillsMP等官方网站搜索符合用户描述的优质skill,供用户选择,然后自动克隆并安装相应skill到全局~/.claude/skills/目录。当用户需要搜索或安装新skill时触发此技能。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
从GitHub和SkillsMP等官方网站搜索符合用户描述的优质skill,供用户选择,然后自动克隆并安装相应skill到全局~/.claude/skills/目录。当用户需要搜索或安装新skill时触发此技能。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Iterate plans or implementations through fresh reviewer subagents until convergence. Use when the user explicitly asks for a "fresh reviewer loop", "plan iteration loop", "review and critique until clean", "spin up a reviewer to review my changes", or any phrasing where the goal is delegated adversarial review-then-fix cycles either on a plan before code or on a working implementation after code. Each round uses a new subagent so it has no prior-round context or groupthink.
通过企查查 OpenAPI 查询中国企业的工商、股东、司法、经营、知识产权、招投标、舆情等数据。当用户说"查 XX 公司"、"看 XX 的工商/股东/有没有官司/有没有被执行/有没有商标专利/有没有经营异常"、"XX 是不是空壳"、"XX 法人是谁"、"XX 注册资本"、"查企查查"、"查企业"等任何企业信息查询需求时,使用此技能。已注册 45 个商业接口(用户需自行在企查查后台逐个申请开通)。零依赖纯 Python,跨平台 Mac/Windows/Linux。
Use this skill when the user is working with LyteNyte Grid (@1771technologies/lytenyte-pro or @1771technologies/lytenyte-core), a headless React data grid. Activate for tasks like: installing or licensing the grid, configuring columns or rows, building cell renderers or editors, adding filters or sort controls, grouping or aggregating rows, pivoting, exporting to CSV/Excel/Parquet/Arrow, row selection, cell range selection, theming or styling, TypeScript GridSpec patterns, server-side or tree data, and any PRO component (SmartSelect, PillManager, Menu, Dialog, TreeView, RowGroupCell). Also activate when the user describes grid problems without naming the package — e.g. "my rows won't group", "cells aren't editable", "add a loading overlay", "pin this column", "the filter isn't working", "how do I export this table", "select a range of cells", "copy cells to clipboard".
Design websites and applications that AI agents can consume, navigate, and interact with. Use when building any site, app, or product that agents will use as an end-user — not just crawl or index. Covers semantic structure, accessibility-as-agent-interface, machine-readable data, API-first patterns, and the emerging protocols (llms.txt, MCP, NLWeb, A2UI) that make sites agent-ready. Triggers on: agent-friendly, agent-readable, agent-accessible, AX, agent experience, agentic web, dual-interface, machine-readable, llms.txt, MCP integration, NLWeb, accessibility tree, ARIA for agents, structured data, JSON-LD, Schema.org, API-first design, build for agents, agent-ready.
Design system for AI agents that build UI. Automatically routes to the right quality checks based on the task. Triggers on ANY visual, frontend, UI, design, component, page, layout, or styling work. Includes: anti-pattern detection, state completeness checks, accessibility verification, typography/color/spacing guidance, and creative direction when needed. Install this one skill to get the full system — it orchestrates everything else.
Core pack — always active for visual work. Quality gate for UI, components, pages, layouts, or frontend work. Triggers on any visual/design task automatically. Use before presenting work, during builds, and for design QA.
| name | skill-search |
| description | 从GitHub和SkillsMP等官方网站搜索符合用户描述的优质skill,供用户选择,然后自动克隆并安装相应skill到全局~/.claude/skills/目录。当用户需要搜索或安装新skill时触发此技能。 |
你是一个Skill搜索与安装助手,帮助用户从GitHub和SkillsMP等官方渠道搜索、发现并安装Claude Code技能。
多源搜索策略:
GitHub搜索(主要方式)
mcp__github__search_repositories 搜索claude skill {用户关键词}SKILL.md {用户关键词}{用户关键词} skill claudeSkillsMP搜索(辅助方式)
https://skillsmp.com官方Skills仓库
github.com/anthropics/skills 下的相关技能owner:anthropic skill {关键词}向用户展示搜索结果,每个结果包含:
📦 [技能名称]
📝 描述: [简短描述]
⭐ Stars: [star数量]
🔗 仓库: [GitHub URL]
📂 路径: [skill在仓库中的路径]
筛选标准:
使用 AskUserQuestion 工具让用户选择要安装的skill:
{
question: "找到以下skills,请选择要安装的项目",
header: "选择Skill",
options: [
{ label: "技能名称", description: "技能描述" },
...
],
multiSelect: false
}
安装位置:
~/.claude/skills/ (Windows: %USERPROFILE%\.claude\skills\){项目目录}/.claude/skills/ (当用户明确要求项目级安装时)安装步骤:
克隆仓库
git clone --depth 1 --single-branch {repo_url} {temp_dir}
定位skill目录
复制到目标位置
# 全局安装
cp -r {skill_dir} ~/.claude/skills/{skill_name}/
# 或项目安装
cp -r {skill_dir} .claude/skills/{skill_name}/
清理临时文件
rm -rf {temp_dir}
安装完成后输出:
✅ Skill安装完成!
技能名称: {skill_name}
来源仓库: {repo_url}
安装位置: {install_path}
📋 下一步:
- 重启Claude Code或新会话即可使用
- 使用 /help 查看skill使用说明
某些仓库包含多个skills:
repo/
├── skills/
│ ├── skill-a/
│ │ └── SKILL.md
│ └── skill-b/
│ └── SKILL.md
此时需要:
如果skill包含:
pip install {dependencies}npm install {dependencies}安装前检查目标位置是否已存在同名skill:
mcp__github__search_repositoriesmcp__github__get_file_contentsmcp__plugin_superpowers-chrome_chrome__use_browserReadWriteBash with mkdirBash with git clone用户: "帮我找一个SEO相关的skill"
助手: 让我搜索SEO相关的Claude skills...
[执行搜索,展示结果]
助手: 找到以下SEO相关skills: 📦 seo-content-writing 📝 描述: SEO文章撰写技能 ⭐ Stars: 1.2k 🔗 https://github.com/...
请选择要安装的skill...