Cc Plus banner
code-yeongyu code-yeongyu

Cc Plus

Productivity community

Description

Essential Claude Code features that should exist but don't - productivity-enhancing plugins for session management, hooks, and workflow automation

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

CC Plus

Essential productivity features that should exist in Claude Code but don't - packaged as convenient plugins.

Features

🔄 Session Backup Hook

Automatically backs up your Claude Code transcripts before compaction. Never lose your conversation history!

  • Hook: pre_compact.py - Triggers before session compaction
  • Backup Location: ~/.claude/sessions/

📤 Share Session Skill

Export and share Claude Code sessions as readable markdown files.

  • Command: Use the share-session skill
  • Output: Clean markdown format perfect for documentation or sharing

🔀 PR Creator Skill

Create GitHub Pull Requests directly from Claude Code with proper templates.

  • Command: Use the pr-creator skill
  • Features: Auto-detects PR templates, formats commit history

Installation

Option 1: Install via Marketplace (Recommended)

# Clone the repository
git clone https://github.com/code-yeongyu/cc-plus.git

# Install the marketplace
claude plugin install cc-plus/.claude-plugin/marketplace.json

Option 2: Install Plugin Directly

# Clone the repository
git clone https://github.com/code-yeongyu/cc-plus.git

# Copy plugin to your Claude Code plugins directory
cp -r cc-plus/claude-code-plugins/cc-plus ~/.claude/plugins/

Option 3: Manual Installation (For Development)

# Clone the repository
git clone https://github.com/code-yeongyu/cc-plus.git
cd cc-plus

# Symlink individual components
mkdir -p ~/.claude/hooks ~/.claude/skills

# Hooks
ln -s "$(pwd)/claude-code-plugins/cc-plus/hooks/pre_compact.py" ~/.claude/hooks/
ln -s "$(pwd)/claude-code-plugins/cc-plus/hooks/pre-compact" ~/.claude/hooks/

# Skills
ln -s "$(pwd)/claude-code-plugins/cc-plus/skills/share-session" ~/.claude/skills/
ln -s "$(pwd)/claude-code-plugins/cc-plus/skills/pr-creator" ~/.claude/skills/

Usage

Session Backup

No setup needed! Your sessions will be automatically backed up before compaction.

# Check your