# great-docs skill list


List available skills from a package or URL.


``` bash
great-docs skill list [OPTIONS] [SOURCE]
```


Shows all SKILL.md files bundled in a package or discoverable at a URL, including their names and file paths.


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: great-docs skill list [OPTIONS] [SOURCE]

      List available skills from a package or URL.

      Shows all SKILL.md files bundled in a package or discoverable at a URL,
      including their names and file paths.

      Examples:
        great-docs skill list                   # current package (pyproject.toml)
        great-docs skill list great-tables      # any installed package
        great-docs skill list https://posit-dev.github.io/great-tables/

    Options:
      --url TEXT  Documentation site URL to query for available skills.
      --help      Show this message and exit.


# Arguments


`SOURCE: TEXT`  
Optional.


# Options


`--url: TEXT`  
Documentation site URL to query for available skills.


# Examples

``` bash
  great-docs skill list                   # current package (pyproject.toml)
  great-docs skill list great-tables      # any installed package
  great-docs skill list https://posit-dev.github.io/great-tables/
```
