# great-docs skill


Manage AI coding agent skills.


``` bash
great-docs skill COMMAND [ARGS]...
```


Install, check, and list SKILL.md files so AI coding agents can learn to use your Python package.

Quick start: great-docs skill install great-docs \# install Great Docs' own skill great-docs skill install great-tables \# install from PyPI package great-docs skill install pointblank \# works with any GD-powered package great-docs skill check \# verify freshness great-docs skill check -update \# auto-update outdated skills great-docs skill list great-tables \# see what's bundled


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


    Usage: great-docs skill [OPTIONS] COMMAND [ARGS]...

      Manage AI coding agent skills.

      Install, check, and list SKILL.md files so AI coding agents can learn to use
      your Python package.

      Quick start:
        great-docs skill install great-docs      # install Great Docs' own skill
        great-docs skill install great-tables    # install from PyPI package
        great-docs skill install pointblank      # works with any GD-powered package
        great-docs skill check                   # verify freshness
        great-docs skill check --update          # auto-update outdated skills
        great-docs skill list great-tables       # see what's bundled

    Options:
      --help  Show this message and exit.

    Commands:
      install  Install skills for AI coding agents.
      check    Check if installed skills are up to date.
      list     List available skills from a package or URL.


# Commands


`install`  
[Install skills for AI coding agents.](../../reference/cli/skill/install.md)

`check`  
[Check if installed skills are up to date.](../../reference/cli/skill/check.md)

`list`  
[List available skills from a package or URL.](../../reference/cli/skill/list.md)
