***

title: discoverAll
slug: /reference/typescript/agents/skill-registry/discover-all
description: Discover and register skills from all configured search paths.
---------------------

For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

Discover and register skills from all directories in the search paths list.
Calls `discoverFromDirectory()` for each path added via `addSearchPath()` or
the `SIGNALWIRE_SKILL_PATHS` environment variable.

## **Parameters**

None.

## **Returns**

`Promise<string[]>` -- Array of all newly discovered skill names across all paths.