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.
npx skills add luongnv89/asm --skill find-me-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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.
- The loop
- Prerequisite (check once, up front)
- Step 1 — Collect intent
- Step 2 — Confirm understanding (do not skip)
- Step 3 — Discover candidates from the live catalog
- Step 4 — Curate: dedupe and explain
- Step 5 — Sequence into a step-by-step path
- Step 6 — Export an installable bundle (on approval)
- Acceptance Criteria
- Output format
- Edge cases
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
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.
