
Session Share
- 2 repo stars
- Updated February 14, 2026
- moredip/session-share
Helps with ai & agent building tasks.
About
session-share is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.
- session-share
- AI & Agent Building
- AI-coding skill
Session Share by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add moredip/session-share/plugin install session-share@session-share-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | February 14, 2026 |
| Repository | moredip/session-share ↗ |
What it does
Helps with ai & agent building tasks.
README.md
Session Share Plugin for Claude Code
Publish your Claude Code session transcripts to GitHub Gists with a single command.
Installation
claude --plugin-dir /path/to/claude-code-session-share
Prerequisites
- GitHub CLI (
gh) must be installed and authenticated:gh auth login
Usage
During any Claude Code session, run:
/publish-session
This creates an unlisted GitHub Gist containing your session transcript and returns the URL.
How It Works
The plugin captures your session information when Claude Code starts, then uses the gh CLI to create a gist when you run the publish command. Gists are unlisted by default (accessible only via URL).