move claude-marketplace to ai-proj-helper

This commit is contained in:
2026-03-12 21:42:30 +08:00
parent d7b6835e1d
commit 43585b8504
188 changed files with 39510 additions and 0 deletions

16
PUSH.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
echo "🚀 Pushing to Gitea..."
echo ""
echo "Make sure you've created the repository on Gitea:"
echo "https://gitea.pipexerp.com/huangjun/claude-marketplace"
echo ""
read -p "Press Enter to continue..."
git push -u origin main
echo ""
echo "✅ Done! Your marketplace is now live at:"
echo "https://gitea.pipexerp.com/huangjun/claude-marketplace"
echo ""
echo "Test it with:"
echo "/plugin marketplace add git@gitea.pipexerp.com:huangjun/claude-marketplace.git"