Skip to content

Quickstart¤

Interactive dashboard (TUI)¤

On a normal terminal, humblskills with no subcommand opens the same experience as humblskills start: a full-screen dashboard (tile grid with fuzzy search) that routes into install, list, update, search, uninstall, profile, eval, doctor, registry refresh, and version. Press ESC from a sub-screen to return to the grid.

humblskills          # TTY: open dashboard; non-TTY: print command summary
humblskills start    # always explicit

Optional global flag:

  • --fullscreen - use full-screen TUI mode (also valid on start; requires a TTY).

Non-interactive environments (pipes, CI, agents) do not get the TUI: the binary prints a short command summary instead. Use --json, --yes, and explicit subcommands (below) for scripts.

Core commands (CLI)¤

humblskills doctor                    # verify the environment
humblskills search                    # browse the registry
humblskills install use-smart-skill
humblskills list
humblskills update                    # pick which drifted skills to upgrade
humblskills update --all --yes        # non-interactive bulk upgrade
humblskills uninstall use-smart-skill

Machine-friendly output¤

Every command accepts:

  • --json - machine-readable output
  • --yes - skip confirmation prompts

Use these in scripts and CI.