DEV Community

schwann2402
schwann2402

Posted on

I Made Claude Code Quiz Me Before It Lets Me Ship

We are living on an era where autocomplete-driven development has become quite popular. We are tempted, and sometimes even fall, to accept code without actually understanding what is being shipped.

I have seen this so many times, and it is a saddening. So, I built a gate instead. A Claude Code plugin that puts understanding before implementation. It tests you about the code you will push, and only if you completely understand the code, Claude will help you implement the fix.


It's MIT-licensed and takes two commands to install:

/plugin marketplace add schwann2402/quiz-me-skill
/plugin install quiz-me@quiz-me
Enter fullscreen mode Exit fullscreen mode

Source: https://github.com/schwann2402/quiz-me-skill


Top comments (0)