agent-cli

Installation
SKILL.md

Agent-Friendly CLI Builder

Convert Python CLI scripts from human-only output to agent-consumable NDJSON, or scaffold a complete cli_utils package ready for open-source distribution.

Two Modes

Mode A: Convert an existing script

When the user points at a script and says "make this agent-friendly" or "add --json":

  1. Scan the script for output points
  2. Generate cli_utils.py if the project doesn't have one
  3. Replace all output with structured helpers
  4. Verify no raw output leaks in JSON mode

Mode B: Scaffold a complete package

When the user says "create a cli_utils package" or wants an open-source library:

Installs
17
GitHub Stars
248
First Seen
6 days ago
agent-cli — glebis/claude-skills