12 lines
388 B
Markdown
12 lines
388 B
Markdown
---
|
|
description: Share the current Claude Code session to GitHub as markdown
|
|
argument-hint: [optional description]
|
|
allowed-tools: Bash(python3 ~/.claude/plugins/marketplaces/claude-code-share-plugin/scripts/share_session.py:*)
|
|
---
|
|
|
|
Execute this command to share the session:
|
|
|
|
```bash
|
|
python3 ~/.claude/plugins/marketplaces/claude-code-share-plugin/scripts/share_session.py $ARGUMENTS
|
|
```
|