Agent Skills

Because actually learning the CLI flags is for mere mortals. These skills teach your AI agents (Claude, OpenCode, etc.) how to use parseArger so you don't have to.

What are Skills?

Think of them as "The Matrix" style training programs for your AI. We provide two distinct flavors, depending on how much control you want to relinquish to the machine.

  • parsearger-core: The heavy lifter. Teaches the agent how to generate scripts, parse arguments, and generally be useful.
  • parsearger-utils: The project manager. Handles scaffolding, documentation, and the boring stuff you definitely don't want to do.

Installation (The "Red Pill")

We wrote a script to install the scripts that install the scripts. It's scripts all the way down.

1. Fetch the installer

Don't worry, it mostly just copies files. Mostly.

>
curl -s https://raw.githubusercontent.com/DimitriGilbert/parseArger/main/utils/get_skills -O
chmod +x get_skills

2. Inject the Skills

Tell us where your AI lives. We support Claude Desktop and OpenCode out of the box. If you use something else, well, there's a flag for that.

>
./get_skills --install claude --install opencode

Advanced Options

  • --repo: Use a different repo? If you think you can do it better, be my guest.
  • --branch: For when you like living on the bleeding edge (or broke main).
  • --force: Overwrite everything. Use this when you realized you made a mistake (we've all been there).