Our review
Opens Windows Explorer at the root of the current Git repository, or at the current directory if not in a Git repository.
Strengths
- Quick execution
- Git-aware root directory
- Falls back to current directory
Limitations
- Windows only
- Requires cygpath (Cygwin or Git Bash)
- Does not handle multiple worktrees
When you want to quickly view your project's root folder in Windows Explorer.
On non-Windows systems or if you prefer command-line navigation.
Security analysis
SafeThe skill runs a harmless command to open Windows Explorer at the git root or current directory. No destructive or exfiltrating actions, no obfuscation, and no safety bypasses.
No concerns found
Examples
open explorershow in explorername: explorer description: | Open Windows Explorer in the current git worktree root. Use when user says "open explorer", "open folder", "show in explorer". allowed-tools:
- Bash
Open Explorer
cmd.exe /c "explorer $(cygpath -w "$(git rev-parse --show-toplevel 2>/dev/null || pwd)")"
Confirm to the user which folder was opened.
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.