
Skysoo Marketplace
- Updated July 6, 2026
- skysoo1111/claude-marketplace
skysoo-marketplace is a Claude Code plugin catalog that bundles git automation, multi-project tmux orchestration, and blog publishing workflows so developers can run them via slash commands.
About
skysoo-marketplace is a Claude Code plugin catalog with three workflow plugins: git-flow for Kotlin/Gradle commit and branch promotion, team-mode for tmux-based multi-project orchestration, and blog-post for search-to-publish blog automation. It targets developers who want slash-command git discipline, parallel repo workers, or hands-off Jekyll posting from Claude Code. Install individual plugins after adding the marketplace once.
- git-flow: /commit and /push with dev→qa→qc promotion
- team-mode: tmux multi-project workers via registry.json
- blog-post: search, write, and push Jekyll posts automatically
- Namespaced commands like /team-mode:team-mode-init
Skysoo Marketplace by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add skysoo1111/claude-marketplaceAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | July 6, 2026 |
|---|---|
| Repository | skysoo1111/claude-marketplace ↗ |
How do I automate git promotion, parallel multi-repo work, or blog publishing without leaving Claude Code?
Bundles git-flow commits and branch promotion, tmux multi-project team-mode orchestration, and automated blog posting.
Who is it for?
Developers on Kotlin/Gradle stacks using git-flow, tmux multi-project setups, or Jekyll blogs with BLOG_REPO_PATH configured.
Skip if: Teams needing only a single generic plugin, or projects outside Gradle git-flow assumptions without customizing build commands.
What you get
Automated commits, promoted branch merges, spawned tmux worker agents, or a researched Jekyll post pushed to your blog repository.
Plugins in this marketplace
3 plugins - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What plugins are included?
git-flow for commit and branch promotion, team-mode for multi-project tmux orchestration, and blog-post for automated Jekyll publishing.
What does team-mode require?
tmux and jq installed, running inside a tmux session, and a one-time /team-mode:team-mode-init to create ~/.claude/team-mode/registry.json.
Does blog-post publish externally?
Yes. It runs autonomous agents that write and git push to BLOG_REPO_PATH, which publishes to your configured blog repository.