Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:18 +08:00
commit 56b2cd88c5
4 changed files with 71 additions and 0 deletions

11
commands/share.md Normal file
View File

@@ -0,0 +1,11 @@
---
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
```