mirror of
https://github.com/multica-ai/andrej-karpathy-skills.git
synced 2026-06-23 12:05:14 +02:00
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:
co-authored by
Claude Opus 4.5
parent
a4f0aa3d7a
commit
579a5e31a9
@@ -3,9 +3,9 @@
|
|||||||
"displayName": "Karpathy Coding Guidelines",
|
"displayName": "Karpathy Coding Guidelines",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls",
|
"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",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/jiayuan7/andrej-karpathy-skills",
|
"repository": "https://github.com/forrestchang/andrej-karpathy-skills",
|
||||||
"skills": [
|
"skills": [
|
||||||
"skills/karpathy-guidelines/SKILL.md"
|
"skills/karpathy-guidelines/SKILL.md"
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user