agent-cli-hint-completion
Installation
SKILL.md
Installation & Setup
Install the required Python package before running any scripts.
npm install -g @aiagenta2z/agtm
agtm setup --hint
Start to Run Other Agent Clis with Hints
Run
Execution of Agent Cli with hints and auto completion.
The run command executes agent workflows with interactive hints and fuzzy CLI completion. Typing a few characters surfaces suggested commands so you can finish the full invocation quickly (for example, typing play will suggest the Playwright runner).
Let's say you want to run an agent command of Playwright to go to a URL and fetch a webpage. You don't need to remember the full command—type play, pick the provider, then pick the CLI action.