1 link tagged with all of: guidelines + plugin + code-generation
Click any tag below to further narrow down your results
Links
This project packages four principles—Think Before Coding, Simplicity First, Surgical Changes, and Goal-Driven Execution—into a Claude Code plugin or CLAUDE.md file to curb LLM code pitfalls like overengineering and hidden assumptions. It enforces explicit reasoning, minimal edits, and test-driven success criteria to produce cleaner, more accurate AI-generated code.
- A single CLAUDE.md file encodes four Karpathy-derived rules—think before coding, simplicity first, surgical changes, goal-driven execution—to fix common LLM coding failures.
- It explicitly bans unrequested abstractions, error handling, or flexibility, and restricts edits to only what was asked, leaving style and unrelated code untouched.
- It pushes test-first, criteria-based execution so the model loops until defined success conditions pass rather than coding aimlessly.
- Installable as a Claude Code plugin/marketplace package or via curl into CLAUDE.md, with a Cursor rule file and support for project-specific rule additions.