home/dot_claude/skills/copy/SKILL.md
Copy content to my clipboard using `pbcopy`.
npx skillsauth add ivy/dotfiles copyInstall 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.
$ARGUMENTS
Copy Claude's last response to the clipboard.
If arguments look like a file path (starts with /, ~, ./, or contains common extensions):
pbcopyCopy the provided text directly to clipboard.
pbcopy << 'EOF'
[content to copy]
EOF
/copy → copy last response
/copy last response → copy last response
/copy ~/notes.txt → copy file contents
/copy Hello, world! → copy literal text
/copy the function above → copy referenced code block
tools
Write a handoff brief summarizing the current conversation so a fresh agent can pick up the work. Writes to a file if given, otherwise copies to the clipboard.
data-ai
Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.
tools
Use when bootstrapping hk pre-commit hooks for a project.
testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".