parsearger-core
Installation
SKILL.md
ParseArger Core Skills
Critical Decision Tree
Before running any command, decide:
-
Does the target file exist?
- YES → Use
parse(modify EXISTING parseArger script) - NO → Use
generate(create NEW script)
- YES → Use
-
Check parseArger availability:
- Run
parseArgerif in PATH - Otherwise use
./parseArger(from project root)
- Run
Invocation Rules
- Check
which parseArger→ if found, useparseArger - Fallback:
./parseArger(in project root) - Never assume location - always check first
Related skills