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

View File

@@ -0,0 +1,12 @@
{
"name": "share",
"description": "Share Claude Code sessions to GitHub repositories",
"version": "1.0.0",
"author": {
"name": "PostHog",
"email": "hey@posthog.com"
},
"commands": [
"./commands"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# share
Share Claude Code sessions to GitHub repositories

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

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:PostHog/claude-code-share-plugin:",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "c7eb71ee25d1f0bf7a04e182a018b50db4bdd3e1",
"treeHash": "eb734ad970045de68951d1688d4f99ddc9bfbca8c04f0950917e7e1f5ef0a825",
"generatedAt": "2025-11-28T10:12:39.012572Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "share",
"description": "Share Claude Code sessions to GitHub repositories",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "398a7dcee1b05faf7260e660d015c072781b1e344b03a5ae96d74951101bcb94"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "092c2da1baec7e1c91e6aed22ed536f9342dde3fc71525ab27ed0013d67d27e0"
},
{
"path": "commands/share.md",
"sha256": "5dfa7a934519422a1290c3743497f9c1320d0bf2be1444c43120c84528c24d7f"
}
],
"dirSha256": "eb734ad970045de68951d1688d4f99ddc9bfbca8c04f0950917e7e1f5ef0a825"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}