great-docs skill list

List available skills from a package or URL.

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.

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

  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/