As mentioned in [GitHub Docs _"Creating GitHub CLI extensions"_](https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions#creating-an-interpreted-extension-manually), adding a topic of `gh-extension` to the repository will allow GitHub CLI users to discover this extension via: - [`gh-extension` topic page](https://github.com/topics/gh-extension) - `gh ext search` - `gh ext browse` Thanks for the consideration!