I recently combined two interesting repositories I've been looking at.
andrej-karpathy-skills https://github.com/forrestchang/andrej-karpathy-skills
It is said that the coding quality increases significantly with about 65 lines of harness.
To summarize the content:
Think and ask questions before you start coding.
Keep your code implementation simple.
Modify only what is necessary.
Set goals and adjust them to meet those goals.
ouroboros https://github.com/Q00/ouroboros
This is an AI agent created by a Korean developer.
It is said to produce good results at a lower cost than Claude Code for the same tasks.
The feature is that the AI asks questions until the user's request is no longer ambiguous, thus creating requirements.
Once the requirements are complete, it repeats the coding-evaluation loop until everyone is satisfied.
This Claude Code plugin I created this time
follows the development method of ouroboros and uses the harness of andrej-karpathy-skills for coding.
Try it out for fun~
Installation
claude plugin marketplace add shseooo/clauroboros
claude plugin install clauroboros@clauroboros-cc
Usage (within Claude Code)
/clauroboros:ooo-interview Make an iOS app for a workout timer