Personal Claude Code commands and utilities. Copy formatting, X posting and reading, and more.
npx claudepluginhub omriariav/omri-cc-stuffFormat and copy Claude output to clipboard for Slack, Gmail, Google Chat, Google Docs, Jira, Markdown, Rich Text, or plain text.
Install claude-pulse statusline for real-time token usage monitoring.
Evaluate any skill's design quality against best practices (based on https://x.com/trq212/status/2033949937936085378). Scores 10 dimensions (29-point rubric), detects anti-patterns, and optionally applies safe fixes. Complements /reflect which covers conversation-level learnings.
Search past Claude Code conversations by keyword and get session IDs for claude --resume.
Review any project's .claude/ folder setup against best practices (based on https://x.com/akshay_pachaar/status/2035341800739877091). Scores 8 dimensions (24-point rubric).
Personal collection of Claude Code commands and utilities.
In Claude Code:
/plugins → Marketplace → Add → omriariav/omri-cc-stuff
Then install the copy plugin from the marketplace.
/copy:* - Format & Copy to ClipboardCopy data/tables/text to clipboard, formatted for your destination.
| Command | Description |
|---|---|
/copy:slack | Format for Slack (ASCII tables, *bold*) |
/copy:gchat | Format for Google Chat (same as Slack) |
/copy:gmail | Format for Gmail/email (rich text paste) |
/copy:gdocs | Format for Google Docs (Markdown, paste via Edit → Paste from Markdown) |
/copy:jira | Format for Jira Cloud (Markdown) |
/copy:md | Markdown (standard syntax) |
/copy:cleartext | Plain text (universal) |
/copy:richformat | Rich Text Format (RTF) for Word, Pages |
Usage:
/copy:slack → Auto-detect what to copy, format for Slack
/copy:slack the summary table → Copy specific content for Slack
/copy:gmail → Auto-detect, format as rich text for email
Features:
$2.45M not 2450000)Example:
You: Compare the top programming languages
Claude: | Language | Stars | Growth |
|------------|--------|--------|
| Python | 142K | +18% |
| JavaScript | 128K | +12% |
| Rust | 89K | +31% |
You: /copy:slack
Claude: ✓ Copied to clipboard (format: Slack)
/tweet - Post to X (Twitter)Post tweets directly from Claude Code. Drafts the text, shows a preview with character count, and asks for approval before posting. Learns your voice over time from editing patterns and feedback.
/tweet Testing my new tweet skill from Claude Code
/tweet Announce the launch of our new attribution feature
Workflow:
Setup (one-time):
pip3 install requests-oauthlib
On first run, /tweet will pop up native macOS dialogs to store your X API credentials securely in Keychain. Get keys from developer.x.com → your app → Keys and Tokens (Consumer Key/Secret + Access Token/Secret with Read+Write permissions).
Alternatively, set env vars in ~/.zshrc: X_API_KEY, X_API_SECRET, X_ACCESS_TOKEN, X_ACCESS_TOKEN_SECRET.
/skill-reviewer - Skill Design EvaluationEvaluate any skill's design quality against best practices. Scores 10 dimensions (29-point rubric), detects anti-patterns, and optionally applies safe fixes.
/skill-reviewer publisher-lookup → Review by skill name
/skill-reviewer --fix my-skill → Review + auto-apply safe fixes
/skill-reviewer --compare skill-a skill-b → Side-by-side comparison
Dimensions scored: Progressive Disclosure, Description Quality, Gotchas, Non-Obvious Content, Flexibility, Setup & Config, Memory, Scripts, Frontmatter, Hooks Integration.
Grades: A (25-29), B (20-24), C (15-19), D (10-14), F (0-9)
/find-session - Search Past ConversationsSearch past Claude Code session history by keyword and get claude --resume commands to pick up where you left off.
/find-session deploy → Search current project for "deploy"
/find-session --all taboola → Search across all projects
/find-session --all --json auth → Structured JSON output
Features:
claude-mem, c++)/rename) when set, falls back to first message preview--json mode for programmatic useConfiguration (config.json):
| Setting | Default | Description |
|---|---|---|
max_results | 20 | Max sessions to show |
use_haiku_summary | true | Enable Haiku summarization prompt |
haiku_threshold | 50 | Max results for Haiku to trigger |
haiku_model | claude-haiku-4-5-20251001 | Model for summarization |
exclude_slugs | [] | Project slugs to skip in --all mode |
/claude-reviewer - Claude Code Configuration AuditorReview any project's .claude/ folder setup against best practices. Scores 8 dimensions (24-point rubric), detects anti-patterns, and produces an actionable improvement report.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.