By kobibarhanin
Share Claude Code session summaries with your team. Generate rich markdown summaries of what you did and sync them to S3 for teammates to fetch and continue.
Delete a shared session you own
Browse and fetch shared session summaries from teammates
Generate a comprehensive summary of the current session and upload it to your team's shared location
Add an update to an existing shared session — comments, follow-up findings, or continuation work
Share Claude Code sessions with your team.
When you finish a task in Claude Code, run /share-session to generate a rich markdown summary of what you did — decisions made, code written, dead ends hit — and upload it to a shared S3 bucket. Your teammates run /fetch-sessions to browse and load those summaries as context for their own sessions. Share direct links, update sessions collaboratively, and clean up with /delete-session.
/plugin marketplace add kobibarhanin/cc-share
/plugin install cc-share@kobibarhanin-cc-share
/reload-plugins
That's it. All four commands — /share-session, /fetch-sessions, /update-session, and /delete-session — are now available in all your projects.
Every team member runs the installation above. The first time someone runs /share-session, they'll be prompted for:
s3://my-team-sessions)This is saved to ~/.claude/cc_share_config.json and reused for all future shares. Make sure everyone on the team points to the same S3 bucket.
At any point during or at the end of a session:
/share-session
Claude will:
s3://<bucket>/<your-username>/<descriptive-name>_<timestamp>.mdUploaded to s3://my-team-sessions/Alice/fix-redis-bug_20260408T120000Z.md
Share link: Alice/fix-redis-bug_20260408T120000Z.md
/fetch-sessions
Shows all teammates and their recent sessions at a glance:
## Alice
oauth2-google-sso-implementation_20260331T150000Z.md
fix-redis-token-expiry-bug_20260331T120000Z.md
## Bob
terraform-upgrade-to-v5_20260329T180000Z.md
Pick a session, and Claude loads the full summary and offers to continue from the listed next steps.
If you have a share link, skip browsing and load the session directly:
/fetch-sessions Alice/fix-redis-bug_20260408T120000Z.md
Add follow-up findings, comments, or continuation work to a shared session without creating a new one:
/update-session Alice/fix-redis-bug_20260408T120000Z.md
Claude will:
Multiple team members can update the same session. Each update is clearly attributed:
---
## Updates
### Update by Bob — April 9, 2026
Added unit tests for the fix. All passing.
### Update by Carol — April 10, 2026
Deployed to production, confirmed the issue is resolved.
/delete-session Alice/fix-redis-bug_20260408T120000Z.md
Only the session owner can delete it. If you try to delete someone else's session, the command will refuse and tell you who the owner is.
Every summary includes an overview, a narrative what was done section, and next steps. Depending on the session, Claude also includes:
Claude decides which sections are relevant based on what actually happened in the session.
s3://your-bucket/
├── Alice/
│ ├── oauth2-google-sso-implementation_20260331T150000Z.md
│ └── fix-redis-token-expiry-bug_20260331T120000Z.md
└── Bob/
└── terraform-upgrade-to-v5_20260329T180000Z.md
Files are named after the session's subject so you know what they contain without opening them.
Config is stored at ~/.claude/cc_share_config.json:
{
"backend": "s3",
"s3_bucket": "s3://your-bucket",
"username": "Your Name"
}
To change your settings, edit this file directly or delete it and run /share-session again.
To try cc-share without S3, set the backend to file:
{
"backend": "file",
"file_dir": "/path/to/shared/directory",
"username": "Your Name"
}
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kobibarhanin/cc-share --plugin cc-shareUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.