Activate 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.
View on GitHubqtnx/qtnx-claude-plugin
qtnx-plugin
qtnx-plugin/skills/clink-codex-delegate/SKILL.md
January 20, 2026
Select agents to install to:
npx add-skill https://github.com/qtnx/qtnx-claude-plugin/blob/main/qtnx-plugin/skills/clink-codex-delegate/SKILL.md -a claude-code --skill clink-codex-delegateInstallation paths:
.claude/skills/clink-codex-delegate/# Clink Codex Task Delegation Guide When delegating tasks to clink codex, treat it like a junior developer. This skill provides a standardized approach to task assignment. ## ๐ฏ Core Principles ### What to Delegate to Clink Codex Clink Codex can handle **all types of coding tasks**: - โ **Implementation tasks**: Writing code logic, functions, components - โ **Code generation**: Creating new files, modules, classes - โ **Logic implementation**: Business logic, algorithms, data processing - โ **Research & Analysis**: Investigating architecture, analyzing codebases - โ **Design**: System design, architecture decisions - โ **Testing**: Writing tests, running tests, debugging - โ **Code Review**: Reviewing code quality, best practices - โ **Documentation**: Writing docs, comments, READMEs - โ **Refactoring**: Code optimization, restructuring - โ **Bug fixing**: Debugging and resolving issues ### Important: Provide Full Context When delegating any task, always provide: - **Project context**: What the project does, tech stack, conventions - **Relevant files**: Paths to files that need to be read/modified - **Dependencies**: Related modules, APIs, or external services - **Constraints**: Any limitations or requirements to follow ## ๐ Your Responsibilities (After Clink Codex Completes Task) 1. **Verify** the output meets requirements 2. **Validate** the code works as expected 3. **Integrate** the changes into the project 4. **Iterate** if needed - provide specific feedback and re-delegate ## โ ๏ธ Important Notes - **Provide full context** - Codex works best with comprehensive information - **Be specific** - Clear requirements lead to better results - **If codex fails** - Switch to **clink gemini** as fallback (see Fallback section below) - **If code doesn't meet requirements** - Provide specific feedback and re-delegate --- ## ๐ Standard Task Brief Template Use this template when delegating tasks to clink codex: ```markdown ## ๐ฏ Task Title Implement [specific fea