Fix plugin structure for Claude Code compatibility

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>
This commit is contained in:
Shehab Tarek
2026-01-31 12:46:17 +02:00
co-authored by Claude Opus 4.5
parent a4f0aa3d7a
commit 579a5e31a9
+2 -2
View File
@@ -3,9 +3,9 @@
"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": "jiayuan7",
"author": "forrestchang",
"license": "MIT",
"repository": "https://github.com/jiayuan7/andrej-karpathy-skills",
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
"skills": [
"skills/karpathy-guidelines/SKILL.md"
]