cli-output-conventions
Installation
SKILL.md
cli-output-conventions
Overview
Per clig:
"Send output to
stdout. The primary output for your command should go tostdout. Anything that is machine readable should also go tostdout.""Send messaging to
stderr. Log messages, errors, and so on should all be sent tostderr."