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

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Review your local uncommitted working-tree changes (git diff plus untracked files) and return actionable improvement suggestions. Use before committing, when nothing has been pushed yet.

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

review-pr

50

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Review an existing GitHub pull request and post inline review comments on its diff. Use when the changes are on an opened PR rather than your local working tree.

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

root-cause-tracing

51

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior.

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

setup-arxiv-mcp

52

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Guide for setup arXiv paper search MCP server using Docker MCP.

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

setup-codemap-cli

53

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Guide for setup Codemap CLI for intelligent codebase visualization and navigation.

not rated 1.7k +151 14d ago B Socket: warnSnyk: warn 19 tokens GPL-3.0

setup-context7-mcp

54

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Guide for setup Context7 MCP server to load documentation for specific technologies.

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

setup-serena-mcp

55

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Guide for setup Serena MCP server for semantic code retrieval and editing capabilities.

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

status

56

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Display the current state of the FPF knowledge base.

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

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.

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

test-coverage

58

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use after writing tests to assess coverage quality across structural, mutation, requirements, and API/integration dimensions; organized knowledge for choosing and interpreting coverage analyses.

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

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first.

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

test-prompt

60

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing.

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

test-skill

61

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes.

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

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts…

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

traiage-review

63

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

This skill should be used when need prioritize what changed code in repository human must review.

not rated 1.7k +151 14d ago B 22 tokens GPL-3.0

tree-of-thoughts

64

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Execute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with meta-judge evaluation specifications and multi-agent evaluation.

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

update-docs

65

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.

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

why

66

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Iterative Five Whys root cause analysis drilling from symptoms to fundamentals.

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

write-concisely

67

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Apply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional.

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

write-tests

68

NeoLabHQ/context-engineering-kit

Skill Claude CodeCodex

Add missing test coverage for your local code changes by generating new test files (covers uncommitted and untracked changes, or the latest commit if everything is committed). Use when you want write tests for new logic or increase test coverage.

not rated 1.7k +151 14d ago A Socket: passSnyk: passSkillSpector: pass 50 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: