From lucas-dev-tools
Copies the current working directory path to the clipboard. Use when the user says 'copy pwd', 'copy path', 'copy current directory', 'copy cwd to clipboard', or any variation of wanting the current directory path in their clipboard.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lucas-dev-tools:copy-pwdhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this command:
Run this command:
cygpath -wa . | clip
npx claudepluginhub lucaspimentel/claude-plugins --plugin lucas-dev-toolsCopies generated text to system clipboard via Bash temp file using pbcopy (macOS), xclip, or xsel (Linux). Auto-activates on 'copy this' or manual /txt-copy invocation.
Troubleshoots Windows file path errors in Claude Code on Git Bash: backslash vs forward slash issues, Edit/Write/Read tool failures, MINGW resolution, cross-platform conversion.