Agent-Aware CLI
Best practices and architectural guidelines for CLI tools optimized for both human users and AI coding agents.
- version from plugin.json
- 1.0.0
- license from plugin.json
- Apache-2.0
- author from plugin.json
- ghchinoy · https://github.com/ghchinoy
- repository from plugin.json
- https://github.com/ghchinoy/agent-skills
- keywords plugin keywords, from plugin.json
- cli
- agent-aware
- cobra
- viper
- tui
- name from plugin.json
agent-aware-cli- conformance derived from plugin.json $schema
- Targets Agent Plugins 1.0.0.
- source derived
plugins/agent-aware-cli/plugin.json
Skills
- Agent-Aware CLI Design Guidelines
agent-aware-cliGuide for designing and implementing command-line interfaces (CLIs) that are equally usable by human developers and automated coding agents. Use when the user wants to build a CLI, apply CLI best practices, or use Go with Cobra and Viper.