skills/productivity/terminal-shell-orchestration/SKILL.md
Plan and execute shell-aware work across Windows cmd, PowerShell, WSL, and POSIX terminals while tracking available tools and syntax differences.
npx skillsauth add helix4u/hermes-agent terminal-shell-orchestrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use when the user wants Hermes to be deliberate about which shell it uses, especially on Windows where cmd.exe, PowerShell, and WSL each have different syntax, quoting rules, path rules, and tool availability.
cmd for broad Windows compatibility and classic batch-style commands.powershell for object-aware admin / Windows-native inspection work.wsl for Linux-first tooling, POSIX shell scripts, man, package managers, or /mnt/... paths.cmd: where.exe TOOLGet-Command TOOLcommand -v TOOLTOOL --helpTOOL -hman TOOL inside WSL / POSIX when availabledocs/tool-registry.mddocs/todo.md if follow-up work is neededcmd
C:\Users\...dir, where, type, set, for, findstr%VAR% expansion and ^ escapingpowershell
Get-ChildItem, Get-Command, Get-Content, Select-String-LiteralPath for user-controlled pathswsl
/mnt/c/... style pathsbash -lc semantics when probing manuallyman, package managers, and shell scriptsdocs/repo-map.mddocs/todo.mddocs/tool-registry.mdCHANGELOG.mddocs/tool-registry.md.docs/todo.md.CHANGELOG.md.development
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
development
Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.
development
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
development
Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).