con un clic
copy
Copy content to my clipboard using `pbcopy`.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Copy content to my clipboard using `pbcopy`.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use when checking Buildkite CI/CD builds, investigating failures, viewing job logs, or answering questions about pipeline status.
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.
Use when bootstrapping hk pre-commit hooks for a project.
Use when adding, updating, troubleshooting, or managing mise tool dependencies. Supplements /install with mise-specific context about backends, lockfiles, and the github-first policy.
Add a tool pattern to the global Claude Code permissions allow list in bin/sync-claude-settings
Use when labeling GitHub issues or triaging the backlog. Applies the project's label taxonomy from docs/labels.md.
| name | copy |
| description | Copy content to my clipboard using `pbcopy`. |
| argument-hint | ["content | file path | \"last response\""] |
| disable-model-invocation | true |
| allowed-tools | ["Bash(pbcopy:*)","Read"] |
$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