Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Find Skills

ASecurity

帮助用户发现和安装 Claude Code 技能。当用户问"怎么做 X"、"找一个能做 X 的技能"、"有没有技能可以……"或想扩展 AI 能力时使用此技能。通过 skills.sh 生态搜索、验证质量、协助安装。

207 stars
0 votes
0 copies
0 views
Added 9/4/2026
devopstypescriptbashreactnextjsnodedockerkubernetestestinggitapi

Works with

claude codecliapi

Security Analysis

A100/100

Scanned 9/4/2026

Install to Claude Code

$npx -y skills add NeverSight/skills_feed --skill find-skills --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Find Skills?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Find Skills
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/neversight-find-skills/badge)](https://www.skillsdirectory.com/skills/neversight-find-skills)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: find-skills
description: 帮助用户发现和安装 Claude Code 技能。当用户问"怎么做 X"、"找一个能做 X 的技能"、"有没有技能可以……"或想扩展 AI 能力时使用此技能。通过 skills.sh 生态搜索、验证质量、协助安装。
---

# find-skills — 技能发现与安装

> 43 COLLEGE 凯寓 (KAIYU) 出品 | v1.0

从开放的 agent 技能生态中发现和安装技能。依赖 Node.js(`npx` 命令),未安装时提示用户先装 Node.js。

## 何时使用

- 用户问"怎么做 X",而 X 可能有现成的技能
- 用户说"找一个做 X 的技能"
- 用户想扩展 agent 的能力
- 用户想搜索工具、模板或工作流

## 核心命令

```bash
npx skills find [query]     # 搜索技能
npx skills add <package>    # 安装技能(-g 全局,-y 跳过确认)
npx skills check            # 检查更新
npx skills update           # 更新所有已安装技能
```

**浏览技能**:https://skills.sh/

## 执行步骤

### 第 1 步:理解需求

识别用户需要的领域和具体任务。

### 第 2 步:先查排行榜

在运行 CLI 搜索前,先查看 [skills.sh 排行榜](https://skills.sh/) 看是否已有知名技能。排行榜按安装量排名,展示最受欢迎的选项。

热门来源:
- `vercel-labs/agent-skills` — React、Next.js、Web 设计(10万+ 安装量)
- `anthropics/skills` — 前端设计、文档处理(10万+ 安装量)

### 第 3 步:搜索技能

```bash
npx skills find react performance
npx skills find pr review
npx skills find changelog
```

### 第 4 步:验证质量再推荐

**不要仅凭搜索结果就推荐。** 验证:

1. **安装量** — 优先 1K+,低于 100 要谨慎
2. **来源信誉** — 官方来源(`vercel-labs`、`anthropics`、`microsoft`)更可信
3. **GitHub stars** — 源仓库 star 不足 100 需持怀疑态度

### 第 5 步:展示选项

向用户展示技能名称、功能、安装量、安装命令和详情链接:

```
找到一个技能:"react-best-practices"
来自 Vercel 工程团队的 React 性能优化指南(18.5万安装量)

安装:npx skills add vercel-labs/agent-skills@react-best-practices -g -y
详情:https://skills.sh/vercel-labs/agent-skills/react-best-practices
```

### 第 6 步:协助安装

用户确认后执行:

```bash
npx skills add <owner/repo@skill> -g -y
```

## 搜索关键词参考

| 分类 | 关键词 |
|------|-------|
| Web 开发 | react, nextjs, typescript, css, tailwind |
| 测试 | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| 文档 | docs, readme, changelog, api-docs |
| 代码质量 | review, lint, refactor, best-practices |
| 设计 | ui, ux, design-system, accessibility |
| 效率工具 | workflow, automation, git |

## 没有找到时

1. 告知用户没有现成技能
2. 提议用自身能力直接完成任务
3. 建议创建自己的技能:`npx skills init my-skill`

Attribution

NeverSightNeverSight
View sourceMore from NeverSight →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Terraform Module Library

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

393431 votes

sematext-otel

Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.

01 votes

Deployment Patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

2459130 votes

Babysit

Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.

942310 votes

V7 Roster

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805540 votes
View all in devops →