Agent skill · AI & Agents

find-me-skills

Find Agent Skills for a goal the user cannot name yet, then export an installable bundle. Use when they ask which skills fit a project. Don't use for installing named skills, authoring skills, or catalog maintenance.

luongnv89github.com/luongnv89GitHub ↗
claude-codeMIT
Install
npx skills add luongnv89/asm --skill find-me-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.2.0
Declared author: Luong NGUYEN <luongnv89@gmail.com>
Requires: Claude Code with the `asm` CLI on PATH
Path: skills/find-me-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 782
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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.

What's inside
Steps it walks through
  1. The loop
  2. Prerequisite (check once, up front)
  3. Step 1 — Collect intent
  4. Step 2 — Confirm understanding (do not skip)
  5. Step 3 — Discover candidates from the live catalog
  6. Step 4 — Curate: dedupe and explain
  7. Step 5 — Sequence into a step-by-step path
  8. Step 6 — Export an installable bundle (on approval)
  9. Acceptance Criteria
  10. Output format
  11. Edge cases
Ships with 2 files
  • references/bundle-format.md
  • references/catalog-discovery.md
Commands it runs
command -v asm || echo "MISSING"
asm search "<term>" --available --json
Sanity-check the file parses as a bundle before telling the user to install:
asm bundle show ./marketing-starter.bundle.json
asm bundle install ./marketing-starter.bundle.json
More from asm
All skills →
About this skill
What does the find-me-skills skill do?

Find Agent Skills for a goal the user cannot name yet, then export an installable bundle. Use when they ask which skills fit a project. Don't use for installing named skills, authoring skills, or catalog maintenance.

How do I install it?

Run `npx skills add luongnv89/asm --skill find-me-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From luongnv89/asm, a repository with 782 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going