Agent Plugins Marketplace
All plugins

agent-cli

v1.2.0

Build and evaluate command-line tools for AI agent consumption: machine-readable output, semantic exit codes, hardened input, and a 0-21 agent-friendliness rubric

CodexClaude Code1 Skill

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 agent-cli for Codex and Claude Code

Installs for the current user
codex plugin marketplace add wagneripjr/skills
codex plugin marketplace upgrade wagner-skills-marketplace
codex plugin add agent-cli@wagner-skills-marketplace

Paste 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 “agent-cli” remain stable.

  • Codex: agent-cli@agent-plugin-marketplaceagent-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/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-cli/.

Plugin files

plugins/agent-cli/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/agent-cli/SKILL.md

Included Skills1

agent-cliskills/agent-cli/SKILL.md

Use when building, designing, reviewing, or evaluating command-line tools for AI agent consumption -- structures commands with machine-readable JSON output on stdout, human diagnostics on stderr, adds --json/--fields/--dry-run/--quiet flags, implements semantic exit codes, enforces TTY-aware dual-mode output, hardens input against path traversal and injection, creates CONTEXT.md and AGENTS.md agent knowledge files, adds --help-json schema introspection, and scores CLI agent-friendliness on a 0-21 rubric across 7 axes. Triggers on: 'agent-friendly CLI', 'CLI for agents', 'build a CLI', 'design CLI commands', 'machine-readable output', '--help-json', 'CLI scoring', 'agent DX', 'context window discipline', 'evaluate CLI', 'CLI agent readiness', 'score this CLI'. NOT for TUI/full-screen apps. NOT for GUI apps. NOT for REST/GraphQL API design.

Plugin manifests2

plugins/agent-cli/.codex-plugin/plugin.json
{
  "name": "agent-cli",
  "description": "Build and evaluate command-line tools for AI agent consumption: machine-readable output, semantic exit codes, hardened input, and a 0-21 agent-friendliness 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",
    "agents",
    "developer-experience"
  ],
  "skills": [
    "./skills/agent-cli"
  ]
}
plugins/agent-cli/.claude-plugin/plugin.json
{
  "name": "agent-cli",
  "description": "Build and evaluate command-line tools for AI agent consumption: machine-readable output, semantic exit codes, hardened input, and a 0-21 agent-friendliness 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",
    "agents",
    "developer-experience"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-cli)