Exemplary tool created using my tool for turning prompts into "native-looking" executables:

  $ READFORME.md --help
  Usage: READFORME.md [OPTIONS] --repo  --info 
  
  Prompt inputs:
        --branch   Branch name, defaults to "main"
        --repo       The github repository name
        --info       Which info is needed [possible values: summary, installation, example, quickstart]

It's one of the more useful ones: extracts information from the README.md file from a github repo, e.g., usage:

  $ READFORME.md --repo tgalal/promptcmd --info summary
  A tool to define and run programmable prompts as native CLI commands: create .prompt templates, enable them 
  with promptctl, and execute with argument parsing, stdin/stdout, multi-provider model support, caching, and
  load balancing.

Show HN: READFORME.md
promptcmd.sh