Files
market/skills/karpathy-guidelines/entry.json
Yige a205ef20f0 feat: 迁移统一目录元数据契约 (#102)
## 中文

- 为 System Agent、34 个 Builtin Skill、28 个 Pointer/Collection 条目增加 catalog
sidecar
- 覆盖 147 个 collection child,并固定可证明的来源;无法证明的内容保持 listing-only/unknown
- 增加 strict Schema、validator、collection check 与 CI 完整性门禁

## English

- Add catalog metadata sidecars for the System Agent, 34 built-in
Skills, and 28 pointer/collection entries
- Cover 147 collection children while keeping unverifiable facts
listing-only or unknown
- Add strict schemas, validators, deterministic collection checks, and
CI completeness gates

## 验证 / Verification

- Catalog validator 17/17
- Collection generator 4/4
- 63 sidecars, 147 children, zero errors
2026-08-31 04:10:49 -04:00

40 lines
1.4 KiB
JSON

{
"id": "karpathy-guidelines",
"name": "Karpathy Guidelines",
"category": "development",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M8.5 5 5 12l3.5 7M15.5 5l3.5 7-3.5 7\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m10 15 2 2 3-4\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>",
"tags": [
"guidelines",
"best-practices",
"coding",
"karpathy"
],
"latestVersion": "1.0.0",
"i18n": {
"zh-CN": {
"name": "Karpathy 编码准则",
"shortDesc": "降低 LLM 常见编码错误的行为准则,源自 Andrej Karpathy 对 LLM 编码陷阱的观察"
},
"en-US": {
"name": "Karpathy Guidelines",
"shortDesc": "Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations"
}
},
"maintainer": {
"name": "forrestchang",
"verified": false,
"account": "multica-ai",
"url": "https://github.com/multica-ai/andrej-karpathy-skills"
},
"stewardship": "community",
"license": "MIT",
"redistribution": "allowed",
"source": {
"kind": "git",
"repoUrl": "https://github.com/multica-ai/andrej-karpathy-skills.git",
"repoBranch": "main",
"path": "skills/karpathy-guidelines",
"ref": "2c606141936f1eeef17fa3043a72095b4765b9c2"
}
}