parsearger-utils
Installation
SKILL.md
ParseArger Utilities
This skill provides tools for managing full projects, generating documentation, bash completion, and web forms.
Invocation Rules
- Check
which parseArger→ if found, useparseArger - Fallback:
./parseArger(in project root) - Never assume location - always check first
1. Project Scaffolding (project)
Create a full directory structure for a new CLI tool, including subcommands, tests, and documentation support.
parseArger project NAME [OPTIONS]
Related skills