원클릭으로
copy
Copy content to my clipboard using `pbcopy`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Copy content to my clipboard using `pbcopy`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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