Claude Code Plugin Marketplace - Custom skills, commands, and extensions for content creation and productivity
npx claudepluginhub wuyuxiangx/yux-claude-hubBlog content toolkit. Video-to-article pipeline, article image analysis and generation.
Complete Linear integration: PM workflow (initiative planning, triage, PRD, sprint planning) + Dev workflow (worktree isolation, commits, PRs, merges, CI monitoring).
Generate images using OpenRouter API with Gemini models. Supports text-to-image and image editing.
Multi-platform content publishing. Supports WeChat Official Account, Zhihu, and Xiaohongshu with extensible platform architecture.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Claude Code Plugin Marketplace - Custom skills, commands, and extensions.
yux-claude-hub is a Claude Code plugin repository providing:
| Plugin | Description | Details |
|---|---|---|
| yux-blog | Blog content toolkit: video-to-article pipeline, image analysis & generation | README |
| yux-linear-workflow | Linear integration with CI/CD monitoring | README |
| yux-linear-pm | Product management workflow for Linear | README |
| yux-nano-banana | Image generation via OpenRouter API with Gemini models | README |
/plugin marketplace add wuyuxiangX/yux-claude-hub
/plugin install yux-blog
/plugin install yux-linear-workflow
/plugin install yux-linear-pm
/plugin install yux-nano-banana
git clone https://github.com/wuyuxiangX/yux-claude-hub.git ~/.claude/plugins/yux-claude-hub
Or add individual plugins to .claude/plugins.json:
{
"plugins": [
"https://github.com/wuyuxiangX/yux-claude-hub/tree/main/plugins/yux-blog",
"https://github.com/wuyuxiangX/yux-claude-hub/tree/main/plugins/yux-linear-workflow",
"https://github.com/wuyuxiangX/yux-claude-hub/tree/main/plugins/yux-linear-pm",
"https://github.com/wuyuxiangX/yux-claude-hub/tree/main/plugins/yux-nano-banana"
]
}
yux-claude-hub/
├── plugins/
│ ├── yux-blog/ # Blog content toolkit
│ ├── yux-linear-workflow/ # Linear workflow integration
│ ├── yux-linear-pm/ # Linear product management
│ └── yux-nano-banana/ # Image generation
├── .claude-plugin/ # Plugin marketplace registry
├── settings.json
├── LICENSE
└── README.md # This file
Contributions welcome!
MIT License - See LICENSE
Created 2026 | yux-claude-hub