Cc Plus
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-sessionskill - 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-creatorskill - 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
Related Skills
Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity Time Command
Display the current date and time in Pakistan Standard Time (PKT, UTC+5).
Productivity