Agent Plugins Marketplace
All plugins

agent-native-clis

v1.0.0

Skill for designing, building, and reviewing command-line tools that AI agents will invoke — ten principles for agent-native CLIs.

Claude Code1 Skill

By Joel Helbling0 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 31, 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-native-clis for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-native-clis@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/joelhelbling/marketplace

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

Plugin files

plugins/agent-native-clis/
├── .claude-plugin/plugin.json
└── skills/designing-agent-native-clis/SKILL.md

Included Skills1

designing-agent-native-clisskills/designing-agent-native-clis/SKILL.md

Use when designing, building, extending, or reviewing a command-line tool that AI agents will invoke — new CLI design docs, adding commands or flags to an existing CLI, API wrappers, or auditing a CLI for agent-friendliness (hangs on prompts, unparseable output, duplicate creates, token-heavy responses).

Plugin manifests1

plugins/agent-native-clis/.claude-plugin/plugin.json
{
  "name": "agent-native-clis",
  "description": "Skill for designing, building, and reviewing command-line tools that AI agents will invoke — ten principles for agent-native CLIs.",
  "version": "1.0.0",
  "author": {
    "name": "Joel Helbling"
  },
  "keywords": [
    "cli",
    "agents",
    "design",
    "skills"
  ]
}

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

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