andrej-karpathy-skillsBehavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes...
Install via ClawdBot CLI:
clawdbot install sg345662365-oss/andrej-karpathy-skillsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://x.com/karpathy/status/2015883857489522876Audited Aug 22, 2026 · audit v1.0
Generated Aug 21, 2026
A startup founder uses the Karpathy Guidelines to build an MVP efficiently, focusing on only necessary features and avoiding over-engineering. The guidelines help the founder think before coding, define success criteria, and iterate quickly without scope creep.
A senior developer applies the guidelines during code reviews to ensure that AI-generated code changes are minimal, surgical, and align with existing style. This reduces the risk of introducing bugs or unnecessary refactors in a complex, legacy system.
An engineer uses the guidelines to fix a critical bug in a production application. They write a reproduction test first, then apply a minimal fix, ensuring no collateral changes. This approach minimizes the chance of breaking other parts of the system.
A developer refactors a legacy module with the goal of improving maintainability while ensuring existing functionality remains intact. The guidelines help them define success criteria (e.g., all regression tests pass) and avoid touching unrelated code, reducing the risk of regressions.
A development team adopts the Karpathy Guidelines to govern how AI coding assistants are used across their projects. They implement policies to ensure that AI-generated code is simple, surgical, and verified against clear success criteria, improving code quality and reducing maintenance burden.
Offer workshops and consulting to help software teams adopt the Karpathy Guidelines, teaching them how to leverage AI coding assistants more effectively while maintaining code quality and reducing technical debt.
Develop plugins or IDE extensions that automate the guidelines, such as detecting over-engineered code, enforcing minimal changes, and prompting for success criteria. These tools can be sold via subscription or license.
Provide a service that reviews AI-generated code against the Karpathy Guidelines, offering automated checks and human review for companies that rely heavily on AI coding assistants. This ensures code quality and reduces risk.
💬 Integration Tip
Start by adopting the guidelines in a single team or project, and customize them to fit your existing workflow and coding standards.
Scored Aug 22, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.