karpathy-engineering-guidelinesengineering execution guardrails for coding, implementing features, fixing bugs, debugging failures, reviewing diffs, refactoring code, simplifying overbuilt...
Install via ClawdBot CLI:
clawdbot install gmvp3/karpathy-engineering-guidelinesGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 8, 2026
A startup's core service has a 500-line function that handles authentication, logging, and data processing. Apply the Karpathy Guidelines to break it down into smaller, verifiable steps, ensuring each change is minimal and reversible, with tests after each step.
Product requests a new API endpoint for exporting user data. Using the guidelines, you restate the task in concrete terms, identify assumptions about data formats, and implement the smallest viable endpoint without adding unused parameters or database fields.
An e-commerce platform experiences occasional checkout failures. The guidelines help you narrow down the failure mode using logs and traces, separate facts from hypotheses, and apply a targeted fix with verification for both the bug and edge cases.
A junior developer submits a PR fixing a typo but also refactored a utility class. Use the guidelines to flag the unnecessary changes, focus review on correctness and scope, and suggest reverting unrelated modifications while preserving the actual fix.
Migrating a legacy authentication system to OAuth2. The guidelines are used to plan the minimum viable steps, define verification points for each migration stage, and avoid speculative future-proofing like adding unused configuration flags.
Offer specialized consulting to startups and enterprises on implementing surgical code changes and reducing technical debt. Provide training on the Karpathy Guidelines to improve development velocity.
Develop a tool that automatically applies the guidelines to PRs, flagging unnecessary changes, missing assumptions, and verifying scope. Integrates with GitHub/GitLab.
Deliver workshops for engineering teams on disciplined coding practices. Focus on practical exercises like restating tasks, reducing scope, and verifying changes.
💬 Integration Tip
Integrate the guidelines into your code review checklist and pre-implementation design documents. Use the compact frame (assumptions, plan, verify) in every ticket description.
Scored Jun 29, 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.