CLI/great-docs skill

great-docs skill

Manage AI coding agent skills.

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

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