Files
2025-11-30 08:48:18 +08:00

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
```