Context Engineering Kit (NeoLabHQ) — Summary
Context Engineering Kit (CEK) is a production-tested, multi-plugin Claude Code marketplace from NeoLabHQ shipping 14 standalone plugins (reflexion, sdd, sadd, ddd, tdd, kaizen, git, review, mcp, tech-stack, docs, fpf, customaize-agent, and a customizable-agent framework). Its differentiating feature is a TypeScript/Bun hook system in the reflexion plugin that fires on Stop and UserPromptSubmit events to automate post-response quality reflection. The kit targets token efficiency explicitly: plugins are granular so users install only what they need, and prompts are engineered to minimize context footprint while maximizing agent result quality. It claims 99% success on real-life production code after a v2.0 SDD rewrite. CEK supports Claude Code natively plus Cursor, Antigravity, Codex, and OpenCode via the npx skills add command from vercel-labs/skills. It also integrates with OpenSkills and is listed on the Cursor Plugin Directory.
differs_from_seeds: Closest to spec-driver (Archetype 1: skills-only) with 14 plugins each focused on a specific engineering practice. However, CEK adds a TypeScript hook runtime (Bun) for lifecycle-triggered reflection — a pattern not present in spec-driver or superpowers. The reflexion plugin's reflect skill uses adversarial self-review ("ruthless quality gatekeeper" persona) rather than the inline-self pattern used by superpowers. The SDD plugin competes most directly with kiro and spec-kit for spec-driven development workflows.