human-cli
v1.2.0Design and evaluate command-line tools for human users: naming and grammar, interactive prompts, colour and progress output, error messages, and a 0-21 usability rubric
By Wagner Ignacio Pinto JuniorLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install human-cli for Codex and Claude Code
codex plugin marketplace add wagneripjr/skills
codex plugin marketplace upgrade wagner-skills-marketplace
codex plugin add human-cli@wagner-skills-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the wagner-skills-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “human-cli” remain stable.
- Codex:
human-cli@agent-plugin-marketplace→human-cli@wagner-skills-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wagneripjr/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/human-cli/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/human-cli/SKILL.md
Included Skills1
Use when designing, building, reviewing, or evaluating command-line tools for human users -- structures commands with memorable naming and consistent grammar, adds interactive prompts with flag bypasses, implements color-coded output with spinners and progress bars, designs informative error messages with resolution URLs, enforces XDG config paths, adds shell completions and man pages, optimizes startup to under 500ms, implements TTY-aware dual-mode output, and scores CLI human-friendliness on a 0-21 rubric across 7 axes. Triggers on: 'CLI UX', 'human-friendly CLI', 'CLI design', 'CLI colors', 'CLI prompts', 'progress bar', 'CLI help text', 'error messages', 'CLI usability', 'design a CLI', 'evaluate CLI UX'. NOT for agent/machine CLI consumption (use agent-cli). NOT for TUI/full-screen apps. NOT for GUI apps.
Plugin manifests2
{
"name": "human-cli",
"description": "Design and evaluate command-line tools for human users: naming and grammar, interactive prompts, colour and progress output, error messages, and a 0-21 usability rubric",
"version": "1.2.0",
"author": {
"name": "Wagner Ignacio Pinto Junior",
"email": "[email protected]"
},
"repository": "https://github.com/wagneripjr/skills",
"homepage": "https://github.com/wagneripjr/skills",
"license": "MIT",
"keywords": [
"cli-design",
"usability",
"developer-experience"
],
"skills": [
"./skills/human-cli"
]
}{
"name": "human-cli",
"description": "Design and evaluate command-line tools for human users: naming and grammar, interactive prompts, colour and progress output, error messages, and a 0-21 usability rubric",
"version": "1.2.0",
"author": {
"name": "Wagner Ignacio Pinto Junior",
"email": "[email protected]"
},
"repository": "https://github.com/wagneripjr/skills",
"homepage": "https://github.com/wagneripjr/skills",
"license": "MIT",
"keywords": [
"cli-design",
"usability",
"developer-experience"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[human-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/human-cli)