colophon docs
← colophon docs

colophon skills

Install colophon's authoring skills into a detected agent harness

Install colophon's authoring skills into a detected agent harness

Usage: colophon skills <command> [flags]

Install colophon's authoring skills into a detected agent harness

Flags:
  -h, --help       Show context-sensitive help.
      --version    Print version and exit

Commands:
  skills detect [flags]
    Show which agent harnesses are present and the install status of each skill

  skills install [flags]
    Install/update the skills into detected harnesses (or --harness/--dir)

  skills list
    List the skills embedded in this binary

  skills uninstall [flags]
    Remove colophon-managed skills from detected harnesses (or --harness/--dir)

colophon skills detect

Usage: colophon skills detect [flags]

Show which agent harnesses are present and the install status of each skill

Flags:
  -h, --help          Show context-sensitive help.
      --version       Print version and exit

      --dir=STRING    Inspect a specific skills directory instead of detecting
                      harnesses

colophon skills install

Usage: colophon skills install [flags]

Install/update the skills into detected harnesses (or --harness/--dir)

Flags:
  -h, --help                   Show context-sensitive help.
      --version                Print version and exit

      --harness=HARNESS,...    Install only for these harness ids
                               (claude,codex,opencode,cursor,copilot,gemini)
      --dir=STRING             Install into a specific directory instead of
                               detected harnesses
      --all                    Install for every supported harness, detected or
                               not
      --claude="ask"           How to install for Claude Code:
                               ask|marketplace|files|skip
      --force                  Overwrite locally-modified or unmanaged skills
      --dry-run                Show what would change without writing

colophon skills list

Usage: colophon skills list

List the skills embedded in this binary

Flags:
  -h, --help       Show context-sensitive help.
      --version    Print version and exit

colophon skills uninstall

Usage: colophon skills uninstall [flags]

Remove colophon-managed skills from detected harnesses (or --harness/--dir)

Flags:
  -h, --help                   Show context-sensitive help.
      --version                Print version and exit

      --harness=HARNESS,...    Uninstall only for these harness ids
      --dir=STRING             Uninstall from a specific directory
      --all                    Consider every supported harness, detected or not
      --force                  Also remove locally-modified or unmanaged skills
      --dry-run                Show what would change without deleting

Generated from the binary's --help output by tools/gendocs.