Repository: github.com/interfluve-wav/andrej-karpathy-skills-hermes
This repository contains a Hermes-formatted skill adapted from andrej-karpathy-skills (MIT): behavioral guidelines derived from Andrej Karpathy’s observations on common LLM coding pitfalls.
andrej-karpathy-skills-hermes/
├── Karpathy-Hermes-Skill/ ← ship this directory (rename on install; see below)
│ ├── SKILL.md
│ └── references/
│ └── EXAMPLES.md
├── Karpathy Guidelines - Hermes Adaptation.md
├── README.md
└── LICENSE
| Skill package | Karpathy-Hermes-Skill/ |
| Skill id | karpathy-guidelines (in SKILL.md frontmatter) |
From a clone of this repo:
git clone https://github.com/interfluve-wav/andrej-karpathy-skills-hermes.git
cd andrej-karpathy-skills-hermes
mkdir -p ~/.hermes/skills/software-development
cp -R Karpathy-Hermes-Skill ~/.hermes/skills/software-development/karpathy-guidelinesIf you already have the repo locally, only the mkdir / cp lines are needed:
mkdir -p ~/.hermes/skills/software-development
cp -R Karpathy-Hermes-Skill ~/.hermes/skills/software-development/karpathy-guidelinesResult on disk:
~/.hermes/skills/software-development/karpathy-guidelines/
├── SKILL.md
└── references/
└── EXAMPLES.md
Adjust ~/.hermes/skills/... if your Hermes install uses a different base path.
| Path | Purpose |
|---|---|
Karpathy-Hermes-Skill/SKILL.md |
Main skill (YAML frontmatter + four principles) |
Karpathy-Hermes-Skill/references/EXAMPLES.md |
Long-form before/after examples |
- Source project: forrestchang/andrej-karpathy-skills (MIT; same ideas, different agent packaging)
- This repo: Hermes
SKILL.mdlayout, metadata, wikilinks to related skills, and install notes above.
MIT — see LICENSE. The adaptation retains compatibility with the upstream MIT license.