By wuyuxiangx
Complete Linear integration: PM workflow (initiative planning, triage, PRD, sprint planning) + Dev workflow (worktree isolation, commits, PRs, merges, CI monitoring).
Execute merge workflow with CI checking and context gathering. Use when merging a PR with full Linear and GitHub context. Handles CI polling, merge validation, execution, cleanup, and status updates. Triggered by /yux-linear-merge command.
Commit changes with conventional commit messages and sync to Linear. Triggers on "linear commit", "commit and sync", "save progress", "提交代码".
Initialize Linear integration for current project. Triggers on "linear init", "初始化linear", "setup linear", "configure linear", "连接linear".
Merge PR, clean up branch, and mark Linear issue as Done. Triggers on "linear merge", "merge this PR", "complete task", "合并PR".
Create pull request with Linear issue linking and status sync. Triggers on "create PR", "linear PR", "submit for review", "开PR".
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
External network access
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Connects to servers outside your machine
Connects to servers outside your machine
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
npx claudepluginhub wuyuxiangx/yux-claude-hub --plugin yux-linearBlog content toolkit. Video-to-article pipeline, article image analysis and generation.
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.
Complete Linear workflow integration with parallel development via worktrees, multi-task management, background CI monitoring, and automated issue tracking.
Claude Code skill pack for Linear (24 skills)
Managing Linear issues, projects, and teams
Linear ticket and project workflows with wrapper scripts for issues, milestones, documents, and PR coordination
Commands for integrating with external services and syncing data
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.