Commit Graph
2 Commits
Author SHA1 Message Date
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