Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc
Scanned 2/12/2026
Install to Claude Code
npx -y skills add WaterplanAI/agentic-config --skill cpc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cpc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/waterplanai-cpc)More formats (shields.io, HTML) on the badges page.
---
name: cpc
description: Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc
project-agnostic: true
allowed-tools:
- Bash
---
# CPC - Copy to Clipboard
Copies provided text to the macOS clipboard.
## Usage
```
/cpc <text to copy>
```
## Implementation
Execute:
```bash
cat << 'EOF' | pbcopy
$ARGUMENTS
EOF
```
Report: "Copied to clipboard."
No comments yet. Be the first to comment!
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.