๐Ÿ”
AutomationGo

Session Share

by asheshgoplani

Session Share is an Automation skill for Claude Code, published by asheshgoplani in agent-deck.

775 stars135 forkson asheshgoplani/agent-deckAdded 2026/08/23+3% in starsRepository updated 2026/08/23
ai-agentai-agentsai-coding-assistantaiderbubble-teaclaude-codeclicodexdeveloper-toolsdiscordgemini-cligolangmcpproductivitysession-managerterminaltmuxtui
Install in seconds
Install Session Share
Copy Session Share into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/asheshgoplani/agent-deck/tree/main/skills/session-share ~/.claude/skills/session-share

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/asheshgoplani/agent-deck.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/session-share/SKILL.md in asheshgoplani/agent-deck
Installs to
~/.claude/skills/session-share
Collection
One of 5 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What Session Share does

Session Share exports Claude Code sessions to a portable file and imports them into another developer's environment. Use it to hand off context, continue work from a colleague, or transfer sessions securely by file.

Session Share is cataloged under Automation on DirSkills. Session Share comes from a repository tagged ai-agent, ai-agents, ai-coding-assistant, aider and bubble-tea.

Documentation

README

Session Share

Share Claude Code sessions between developers through portable file export/import.

Version: 1.0 | Privacy: Files are never uploaded to cloud unless you choose to share them

Script Path Resolution (IMPORTANT)

This skill includes helper scripts in its scripts/ subdirectory. When Claude Code loads this skill, it shows a line like:

Base directory for this skill: /path/to/.../skills/session-share

You MUST use that base directory path to resolve all script references. Store it as SKILL_DIR:

# Set SKILL_DIR to the base directory shown when this skill was loaded
SKILL_DIR="/path/shown/in/base-directory-line"

# Then run scripts as:
$SKILL_DIR/scripts/export.sh
$SKILL_DIR/scripts/import.sh ~/Downloads/session-file.json

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Session Share

  • What else does asheshgoplani publish alongside Session Share?

    Session Share is one of 5 skills that DirSkills catalogs from asheshgoplani/agent-deck, the repository it ships in. Its siblings there include Agent Deck, Agent Deck Contributor and Fleet. Each one is a separate skill with its own page in this directory, installs the same way Session Share does, and is maintained by asheshgoplani in that same repository. The rest of the collection is listed on the asheshgoplani/agent-deck page.

  • How does Session Share compare to other Automation skills?

    Session Share ranks #995 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Session Share against them. Open each page to compare what they document and how they install.