Commit Graph
3 Commits
Author SHA1 Message Date
Shehab TarekandClaude Opus 4.5 3cf049fa3e Add marketplace.json and fix plugin structure
- Add marketplace.json required for /plugin marketplace add
- Fix skill path to use ./ prefix (relative to plugin root)
- Update README with correct two-step install process:
  1. /plugin marketplace add forrestchang/andrej-karpathy-skills
  2. /plugin install andrej-karpathy-skills@karpathy-skills

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:18:08 +02:00
Shehab TarekandClaude Opus 4.5 b26f4c3c73 Fix plugin skill path and update install instructions
- Fix skill path in plugin.json to use relative path from .claude-plugin/
  (changed from "skills/..." to "../skills/...")
- Add /plugin add command to README alongside CLI command

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:12:23 +02:00
Shehab TarekandClaude Opus 4.5 579a5e31a9 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>
2026-01-31 12:46:17 +02:00