From karpathy-guidelines
Injects Lemon AI Hub's standard AGENTS.md and CLAUDE.md guidelines into the current workspace. Enforces Andrej Karpathy's surgical coding style, simplicity, and goal-driven execution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/karpathy-guidelines:karpathy-guidelinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill injects the high-engineering standards of the Lemon AI Hub into your project. It ensures that any AI agent working on this codebase follows the **Andrej Karpathy surgical coding style**.
This skill injects the high-engineering standards of the Lemon AI Hub into your project. It ensures that any AI agent working on this codebase follows the Andrej Karpathy surgical coding style.
Use this skill when you want to:
Run the injection script from your terminal:
# From the root of your project
bash ~/.claude/skills/karpathy-guidelines/scripts/inject.sh
Note: The script will backup your existing
AGENTS.mdorCLAUDE.mdif they don't already contain the Lemon AI Hub marker.
Following Karpathy's recipe means:
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin karpathy-guidelines