find-me-skills

find-me-skills is a skill for Claude Code from luongnv89/asm. It costs 49 tokens per session (2,140 once invoked), scanned A, original, MIT.

A guided tool for finding installable agent skills when someone has a goal but does not know which skills to choose.

In plain words
What is it for?
Collecting requirements, searching a live skill catalogue, grouping and sequencing skills, and exporting an approved installable bundle.
Why use it?
It turns a broad project idea into a checked list of suitable skills and an order for using them, instead of requiring users to guess skill names.

Skill for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: mentions Claude Code.

Good fit Collecting requirements, searching a live skill catalogue, grouping and sequencing skills, and exporting an approved installable bundle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luongnv89/asm/find-me-skills
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add luongnv89/asm --skill find-me-skills
Clone the repo
git clone --depth 1 https://github.com/luongnv89/asm

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for find-me-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/luongnv89/asm/find-me-skills/github.svg)](https://agentmods.dev/skills/luongnv89/asm/find-me-skills)
Your own site
<a href="https://agentmods.dev/skills/luongnv89/asm/find-me-skills"><img src="https://agentmods.dev/badge/skills/luongnv89/asm/find-me-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for find-me-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/luongnv89/asm/find-me-skills"><img src="https://agentmods.dev/badge/skills/luongnv89/asm/find-me-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,140 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.02140
Opus 5 $0.00024 $0.01070
Sonnet 5 $0.00010 $0.00428
Haiku 4.5 $0.00005 $0.00214

Measured 11d ago against content hash 843bbd8409b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

find-me-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/find-me-skills/SKILL.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Find Me Skills

Help a user who has a goal but not a skill list find the right Agent Skills, explain what each one does, lay out an order to run them in, and — if they approve — hand them a single installable bundle file.

The user's defining trait is that they don't know what to ask for. Someone who already knows they want frontend-design should just run asm install …. This skill is for "I'm building an app and want to do marketing from scratch, but I don't know marketing or which skills exist." Meet them there: draw out the goal, confirm you understood it, then map it onto real, installable skills from the live catalog.

The loop

  1. Collect intent — conversationally draw out what the user is trying to achieve.
  2. Confirm understanding — play back your read of their situation; let them correct it before you search.
  3. Discover — query the live asm catalog for candidate skills (never guess skill names).
  4. Curate — dedupe, group by step, and explain each skill in one plain sentence.
  5. Sequence — give a step-by-step path with the input and output of each step.
  6. Export — on approval, write a bundle file and give the one-line install command.

Identify where the user already is and start there. If they open with a rich goal ("I need SEO, a landing page, and launch copy for my SaaS"), you can confirm quickly and move to discovery. If they're vague ("help me market my app"), spend more time in steps 1–2. Don't skip step 2 — confirming understanding before searching is what keeps recommendations relevant and is an explicit requirement.

Prerequisite (check once, up front)

This skill drives the asm CLI for discovery and produces a file it installs. Verify asm is available before promising recommendations:

command -v asm || echo "MISSING"

If asm is missing, tell the user the skill needs the Agent Skill Manager CLI installed and on PATH, point them at npm install -g agent-skill-manager (or the project's documented install), and stop. Everything downstream depends on it.

Read the full file on GitHub · 182 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 182 lines · 49 tokens per session scan A 843bbd8409b2

Subscribe to this mod's changes

find-me-skills is a skill published in the GitHub repository luongnv89/asm (916 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 2,140 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sentry-setup-ai-monitoring

Setup Sentry AI Agent Monitoring in any project. Use this when asked to add AI monitoring, track LLM calls, monitor AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI. Automatically detects installed AI SDKs and configures the appropriate Sentry integration.

troykelly/claude-skills · 70 tokens

Skill Development

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

troykelly/claude-skills · 63 tokens

Hook Development

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDEPLUGINROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop…

troykelly/claude-skills · 117 tokens

sentry-setup-metrics

Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.

troykelly/claude-skills · 61 tokens

sentry-setup-tracing

Setup Sentry Tracing (Performance Monitoring) in any project. Use this when asked to add performance monitoring, enable tracing, track transactions/spans, or instrument application performance. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and Node.js.

troykelly/claude-skills · 62 tokens

autonomous-orchestration

Use when user requests autonomous operation across multiple issues. Orchestrates parallel workers using Task tool, monitors with TaskOutput, handles SLEEP/WAKE cycles, and works until scope is complete without user intervention.

troykelly/claude-skills · 48 tokens