zargs

Community

Zero-dependency Java CLI argument parsing.

AuthorAdamBien
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies adding robust, zero-dependency argument parsing to Java command-line applications, eliminating the need for external libraries.

Core Features & Use Cases

  • Enum-based Argument Parsing: Define CLI options using Java enums for type safety and maintainability.
  • Automatic Usage Generation: Generates help messages directly from enum definitions.
  • Flexible Syntax: Supports both colon-separated (-option:value) and space-separated (-option value) argument syntaxes.
  • Use Case: Quickly add options like -verbose, -output <file>, or -config <path> to your Java CLI tools without adding any dependencies.

Quick Start

Add zero-dependency argument parsing to a Java CLI application using the zargs pattern.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: zargs
Download link: https://github.com/AdamBien/airails/archive/main.zip#zargs

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.