Discover and explore top open-source AI tools and projects—updated daily.
vtroisWhiteGuidelines for enhancing LLM coding agent behavior
Top 87.5% on SourcePulse
This repository provides a CLAUDE.md file and Claude Code plugin designed to mitigate common pitfalls in Large Language Model (LLM) generated code. It addresses issues like incorrect assumptions, over-engineering, and unintended code modifications by enforcing structured reasoning and coding principles. The project targets users of LLM coding assistants, aiming to improve the quality, focus, and maintainability of AI-generated code.
How It Works
The core of the project lies in four principles derived from Andrej Karpathy's observations on LLM coding behavior: "Think Before Coding," "Simplicity First," "Surgical Changes," and "Goal-Driven Execution." These principles guide LLMs to explicitly state assumptions, prioritize minimal viable solutions, restrict modifications to only what is necessary for the task, and define clear, verifiable success criteria. This structured approach aims to prevent LLMs from making silent errors, overcomplicating solutions, or introducing unintended side effects.
Quick Start & Requirements
/plugin marketplace add forrestchang/andrej-karpathy-skills/plugin install andrej-karpathy-skills@karpathy-skillscurl -o CLAUDE.md https://raw.githubusercontent.com/forrestchang/andrej-karpathy-skills/main/CLAUDE.mdecho "" >> CLAUDE.md && curl https://raw.githubusercontent.com/forrestchang/andrej-karpathy-skills/main/CLAUDE.md >> CLAUDE.mdCLAUDE.md files. No specific hardware or OS dependencies are listed.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, sponsorships, or community channels (like Discord/Slack) are provided in the README. The project is presented as a set of guidelines derived from external observations.
Licensing & Compatibility
Limitations & Caveats
These guidelines intentionally prioritize caution and thoroughness over raw speed, potentially slowing down the implementation of very simple tasks. Their effectiveness is contingent on the LLM's capability to understand and adhere to the structured instructions within the CLAUDE.md file or plugin format.
1 month ago
Inactive
microsoft
multica-ai