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

Discover, vet, and optionally install agent skills when the user asks "find a skill for X", "is there a skill that can...", "how do I add support for X", or otherwise wants reusable/installable agent capabilities. Do not use for ordinary task execution unless the user is explicitly exploring skills, tools, or capability extensions.

12 stars
0 votes
0 copies
0 views
Added 9/20/2026
researchrustgobashreacttestingperformancedocumentation

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add benthamite/dotfiles --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/benthamite-find-skills-dotfiles/badge)](https://www.skillsdirectory.com/skills/benthamite-find-skills-dotfiles)

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

Download Zip
Files
SKILL.md
---
name: find-skills
description: Discover, vet, and optionally install agent skills when the user asks "find a skill for X", "is there a skill that can...", "how do I add support for X", or otherwise wants reusable/installable agent capabilities. Do not use for ordinary task execution unless the user is explicitly exploring skills, tools, or capability extensions.
---

# Find Skills

This skill helps discover, evaluate, and optionally install skills from the
open agent skills ecosystem.

## When to Use

Use this skill when the user:

- Says "find a skill for X", "is there a skill for X", or "what skill should I
  install for X".
- Asks how to add a reusable capability, connector-like workflow, tool template,
  or agent extension.
- Mentions they want better agent support for a recurring domain such as design,
  testing, deployment, writing, data analysis, or code review.
- Asks whether a specialized workflow might already exist as an installable
  skill.

## When Not to Use

Do not use this skill just because the user asks for help with a task. If the
task can be handled directly with the current tools and the user is not asking
about reusable/installable capabilities, do the task instead.

Do not use this skill for local skill authoring or editing. Use `skill-creator`
when the user wants to create or improve a skill. Preserve `skill-audit`'s
explicit-only invocation policy; an ordinary review request does not activate it.

## Sources and Commands

The Skills CLI (`npx skills`) is the package manager for the open agent skills
ecosystem. The public catalog is at https://skills.sh/.

Useful commands:

```bash
npx skills find [query]
npx skills add <package>
npx skills check
npx skills update
```

Catalog contents, install counts, and source repositories change over time. Use
current CLI/catalog results for recommendations; do not rely on stale examples
or memory for package names, popularity, or safety.

## Workflow

### 1. Clarify the Need

Identify:

1. The domain, such as React, testing, design, deployment, or writing.
2. The concrete workflow the user wants help with.
3. Whether they want a skill recommendation, installation, or just a capability
   answer.

Ask a clarifying question only when the target workflow is too ambiguous to
search productively.

### 2. Search Current Sources

Check the skills catalog and CLI before recommending a package:

```bash
npx skills find <specific keywords>
```

Use specific search terms first, then try close synonyms if results are weak.
Examples:

- "react performance" for React app optimization.
- "pr review" or "code review" for pull-request workflows.
- "changelog" or "release notes" for release documentation.

If the CLI is unavailable or network access fails, use the catalog website if
possible. If neither source can be checked, say that the search could not be
verified instead of inventing results.

### 3. Vet Candidates

Do not recommend a skill based only on a search-result title. Before presenting
a recommendation, check the candidate's catalog page and source repository when
available.

Prefer candidates with:

1. A clear `SKILL.md` matching the user's workflow.
2. A reputable maintainer or source repository.
3. Meaningful usage signals such as install count, stars, recent maintenance,
   or inclusion in a trusted collection.
4. Narrow, understandable permissions and no surprising external side effects.

Treat low-install, abandoned, or unknown-source skills as experimental. Never
present unverified install counts, stars, or package metadata as facts.

### 4. Present Options

Return a short ranked list. For each candidate include:

1. Skill/package name.
2. Why it fits the user's workflow.
3. Verification signals you actually checked.
4. Install command.
5. Catalog or repository link.
6. Caveats, especially if trust or maintenance is uncertain.

If there is one clearly best candidate, recommend that one and mention any
reasonable alternatives only briefly.

### 5. Install Only With Explicit Approval

Installing a skill changes the user's local/global agent configuration. Do not
install, update, or run `npx skills add` unless the user has explicitly asked to
install that exact package or confirms after seeing the recommendation.

After approval, resolve the requested scope, target agents, and canonical
installation directories. Preserve a project-local or single-agent request;
use `-g` only for a global installation. Check the CLI's current destination
mapping against the repository's conventions before running it.

For a destination compatible with the CLI, select only the approved skill
and agents, for example:

```bash
npx skills add <owner/repo> --skill <skill> --agent <agent> --copy -y
```

Use `-y` only after the exact package is approved. In dotfiles, preserve the
paired tracked roots unless the user selected one agent. Use copy installation
where a target resolves under Google Drive; symlinks there cannot sync. Keep
downloads, staging checkouts, and package-manager caches outside Drive. If the
CLI's destination differs from the canonical root, stage the approved source
outside Drive and install the inspected files into that root with the available
skill installer or file tools. Do not silently create a second skill root.

Inspect an existing same-name skill before replacing it. Then resolve and read
the installed `SKILL.md`, confirm its real location and contents, and run the
repository's pairing/documentation checks. CLI success alone does not establish
that the active agent can discover the intended copy.

### 6. When No Good Skill Exists

If no relevant skill is found:

1. State the search terms and sources checked.
2. Say that no good match was found.
3. Offer to help with the underlying task directly.
4. If the workflow is recurring, suggest creating a local skill with
   `skill-creator` or starting from `npx skills init`.

## Output Shape

For discovery-only requests, end with a concise recommendation and the evidence
behind it. For installation requests, include what was installed, where it was
installed if the CLI reports a path, and how you verified it.

Attribution

benthamitebenthamite
View sourceMore from benthamite →
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

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →