NeoLabHQ/context-engineering-kit

Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others. Includes CodeRabbit open-source alternative.

About the project

Context Engineering Kit is a collection of skills, agents, hooks, instructions, commands, and plugins that shape how coding agents use context and carry out development work. It is for developers using Claude Code and other supported coding agents who want more predictable results. The catalogue entries are components from this collection.

This repository also configures its own agents. See what context-engineering-kit tells them →

1.7kStars on the repository
93Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
GPL-3.0Licence, which decides whether bodies are shown

do-and-judge

25

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop.

not rated 1.7k +151 14d ago A Socket: passSnyk: failSkillSpector: warn 24 tokens GPL-3.0

do-competitively

26

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.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: warn 29 tokens GPL-3.0

do-in-parallel

27

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.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 50 tokens GPL-3.0

do-in-steps

28

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.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 50 tokens GPL-3.0

fix-tests

29

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Systematically fix all failing tests after business logic changes or refactoring.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 16 tokens GPL-3.0

git-notes

30

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.

not rated 1.7k +151 14d ago A Socket: passSnyk: warnSkillSpector: pass 49 tokens GPL-3.0

git-worktrees

31

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.

not rated 1.7k +151 14d ago C Socket: passSnyk: pass 50 tokens GPL-3.0

implement-task

32

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.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: warn 23 tokens GPL-3.0

judge-with-debate

33

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Evaluate solutions through multi-round debate between independent judges until consensus.

not rated 1.7k +151 14d ago A Socket: passSnyk: failSkillSpector: pass 16 tokens GPL-3.0

judge

34

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation.

not rated 1.7k +151 14d ago A Socket: passSnyk: failSkillSpector: pass 20 tokens GPL-3.0

kaizen

35

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.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: warn 41 tokens GPL-3.0

launch-sub-agent

36

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.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 35 tokens GPL-3.0

load-issues

37

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Load all open issues from GitHub and save them as markdown files.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 17 tokens GPL-3.0

load-pr-comments

38

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use to load open/unresolved PR review comments then aggregate them as tasks in .specs/comments/.md for parallel agents to fix.

not rated 1.7k +151 14d ago A Socket: passSnyk: warnSkillSpector: pass 31 tokens GPL-3.0

memorize

39

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 20 tokens GPL-3.0

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: warn 38 tokens GPL-3.0

plan-do-check-act

41

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Iterative PDCA cycle for systematic experimentation and continuous improvement.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: warn 16 tokens GPL-3.0

plan-task

42

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Refine a draft task specification into a fully planned, implementation-ready task with acceptance criteria, architecture, per-step sub-task files and verifiable phases.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: warn 32 tokens GPL-3.0

prompt-engineering

43

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 45 tokens GPL-3.0

propose-hypotheses

44

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Execute complete FPF cycle from hypothesis generation to decision.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 17 tokens GPL-3.0

query

45

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Search the FPF knowledge base and display hypothesis details with assurance information.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 15 tokens GPL-3.0

reflect

46

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: warn 26 tokens GPL-3.0

reset

47

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Reset the FPF reasoning cycle to start fresh.

not rated 1.7k +151 14d ago C Socket: passSnyk: pass 11 tokens GPL-3.0

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Verify what PR review comments have been addressed (committed/pushed OR uncommitted local changes) and resolve the threads that are genuinely fixed or no longer relevant.

not rated 1.7k +151 14d ago A Socket: passSnyk: warnSkillSpector: warn 38 tokens GPL-3.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: