mirror of
https://github.com/multica-ai/andrej-karpathy-skills.git
synced 2026-08-16 12:18:16 +00:00
Move plugin.json to .claude-plugin/ directory as required by Claude Code plugin specification. The plugin manifest must be located at .claude-plugin/plugin.json for proper plugin discovery and loading. Also fix author and repository URL to point to correct owner. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
438 B
JSON
13 lines
438 B
JSON
{
|
|
"name": "andrej-karpathy-skills",
|
|
"displayName": "Karpathy Coding Guidelines",
|
|
"version": "1.0.0",
|
|
"description": "Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls",
|
|
"author": "forrestchang",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
|
|
"skills": [
|
|
"skills/karpathy-guidelines/SKILL.md"
|
|
]
|
|
}
|