By qtnx
Claude Code plugin with skills for task delegation to clink codex/gemini, PR review workflows, and code review iteration
npx claudepluginhub qtnx/qtnx-claude-plugin --plugin qtnx-pluginActivate when user mentions "clink codex" to provide guidance on delegating implementation tasks to clink codex as a junior developer. Use when assigning coding tasks, discussing task delegation, or working with clink codex for code implementation.
This skill provides guidance for using the gh-pr-review GitHub CLI extension to view and manage inline PR review comments from the terminal. Use this skill when working with pull request reviews, viewing inline code review threads, replying to comments, starting/submitting reviews, resolving threads, or when needing structured JSON output for PR review workflows. Triggers on requests like "show PR review comments", "reply to this thread", "start a review", "resolve threads", "view unresolved comments", or any PR code review task.
Activate when user mentions "codex review", "code review", "fix pr code review". This skill provides guidance on how to effectively collaborate with codex to do a interate code review.
Claude Code plugin with skills for task delegation, PR review workflows, and code review iteration.
| Skill | Trigger | Description |
|---|---|---|
clink-codex-delegate | "clink codex" | Delegate coding tasks to clink codex/gemini with structured task briefs |
gh-pr-review | "PR review", "show PR comments" | Manage GitHub PR inline comments from terminal using gh-pr-review extension |
iterate-review-with-codex | "codex review", "fix pr code review" | Iterate code review workflow with codex |
# Start Claude Code
claude
# Add the marketplace
/plugin marketplace add qtnx/qtnx-claude-plugin
# Install the plugin
/plugin install qtnx-plugin@qtnx-marketplace
# Clone the repository
git clone https://github.com/qtnx/qtnx-claude-plugin.git
# Start Claude Code
claude
# Add local marketplace
/plugin marketplace add ./qtnx-claude-plugin
# Install the plugin
/plugin install qtnx-plugin@qtnx-marketplace
After installation, restart Claude Code and verify:
# Check available commands
/help
# Check plugins
/plugin
Once installed, the skills activate automatically based on trigger keywords:
Use clink codex to implement the user authentication module
If codex fails, switch to gemini:
Use clink gemini instead of codex for this task
Show me the unresolved PR review comments
Reply to the review thread about the null check
Fix the codex review comments on this PR
qtnx-claude-plugin/ # Marketplace root (this repo)
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── README.md
└── qtnx-plugin/ # Plugin directory
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── commands/ # Custom slash commands
└── skills/
├── clink-codex-delegate/ # Task delegation skill
├── gh-pr-review/ # PR review management skill
└── iterate-review-with-codex/ # Review iteration skill
Requires the gh-pr-review extension:
gh extension install agynio/gh-pr-review
Requires clink CLI with codex/gemini configured.
MIT
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.