mdm skills find¶
Search the skills registry and install interactively.
Usage¶
Queries the skills.sh registry and shows a list of matching skills. Select one or more to install immediately. If no query is provided, you are prompted to enter one.
Aliases: search, f, s
Flags¶
| Flag | Description |
|---|---|
--json |
Print results as a JSON array and exit without installing (CI / scripting use) |
Flow¶
- Enter a search query (or pass it as an argument).
- A spinner shows while results are fetched.
- A multiselect list shows matching skills with their descriptions and star counts.
- Selecting skills runs
mdm skills addfor each one, letting you choose scope and agents.
Search skills: typescript
◉ typescript-best-practices Enforce strict TypeScript patterns ★142
○ typescript-react React + TypeScript guidelines ★67
○ ts-testing Testing strategies for TypeScript ★23
Examples¶
# Search with a query
mdm skills find typescript
# Open the search prompt interactively
mdm skills find
# Using the alias
mdm skills search git
Registry¶
Skills are sourced from the public skills.sh registry. To list your own skill package in the registry, see the publishing guide at skills.sh.