๐ŸŽฏ

karpathy-guidelines

๐ŸŽฏSkill

from mxyhi/ok-skills

VibeIndex|
What it does
|

Behavioral guidelines for AI coding agents derived from Andrej Karpathy's observations on common LLM coding mistakes. Promotes surgical changes, explicit assumptions, and verifiable success criteria to reduce overcomplication.

๐Ÿ“ฆ

Same repository

mxyhi/ok-skills(49 items)

karpathy-guidelines

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add mxyhi/ok-skills --skill karpathy-guidelines
skills.sh Installโš  Installs to .agents/skills/
npx skills add mxyhi/ok-skills --skill karpathy-guidelines
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/karpathy-guidelines/SKILL.md

SKILL.md

57Installs
-
AddedMay 16, 2026

More from this repository10

๐ŸŽฏ
planning-with-files๐ŸŽฏSkill

Skill

๐ŸŽฏ
kimi-webbridge๐ŸŽฏSkill

A skill that lets AI agents control the user's real browser through a local daemon, supporting navigation, clicking, typing, form filling, screenshots, PDF export, and network monitoring while using the user's actual login sessions.

๐ŸŽฏ
find-skills๐ŸŽฏSkill

Skill

๐ŸŽฏ
agent-browser๐ŸŽฏSkill

Browser automation CLI for AI agents โ€” website interaction, form filling, screenshots, data extraction, web app testing, and Electron app automation (VS Code, Slack, Discord, Figma).

๐ŸŽฏ
exa-search๐ŸŽฏSkill

A skill for using Exa search tools via MCP, providing web search, code/documentation search, and company research capabilities with configurable parameters for result count, content length, and search type.

๐ŸŽฏ
get-api-docs๐ŸŽฏSkill

Fetches current third-party API and library documentation via the chub CLI before writing code, ensuring accurate and up-to-date API reference instead of relying on training data. Supports searching, retrieving, and annotating docs.

๐ŸŽฏ
better-icons๐ŸŽฏSkill

An agent skill that provides a CLI and MCP server for searching and retrieving SVG icons from 200+ libraries via Iconify, with support for batch downloads, project syncing, and smart recommendations.

๐ŸŽฏ
ai-elements๐ŸŽฏSkill

Helps build AI chat interfaces using the ai-elements component library, which provides pre-built conversations, messages, tool displays, and prompt inputs built on shadcn/ui.

๐ŸŽฏ
dogfood๐ŸŽฏSkill

Systematically explores and tests a web application using browser automation to find bugs, UX issues, and other problems. Produces a structured report with full reproduction evidence including step-by-step screenshots, repro videos, and detailed reproduction steps for every issue.

๐ŸŽฏ
minimax-docx๐ŸŽฏSkill

A skill for professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Supports three pipelines: creating new documents from scratch, filling/editing existing documents, and applying template formatting with XSD validation.