NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Run independent tasks concurrently across multiple files or targets using parallel sub-agents, with per-task model selection and LLM-as-a-judge verification. Use when tasks do not depend on each other and can run side by side.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Execute one complex task as ordered, dependent steps run sequentially, passing context from each step to the next, with per-step LLM-as-a-judge verification. Use when later steps depend on the results of earlier ones.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Systematically fix all failing tests after business logic changes or refactoring.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Implement a task step by step with automated LLM-as-Judge verification at the end of each phase.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Evaluate solutions through multi-round debate between independent judges until consensus.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Use when Code implementation and refactoring, architecturing or designing systems, process and workflow improvements, error handling and validation. Provide tehniquest to avoid over-engineering and apply iterative improvements.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification.
NeoLabHQ/context-engineering-kit
Skill Claude CodeCodex
Load all open issues from GitHub and save them as markdown files.