一键导入
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 页面并帮你完成安装。
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