2 Commits

Author SHA1 Message Date
Carbarcha
8e6901b8bc fix: add plugin.json for Claude Code skill loading (#125)
Claude Code requires plugin.json (not just marketplace.json) to load
plugins. The plugin.json must include a "skills" field pointing to
the skill directory location.

Without this file, the plugin appears in `/plugins installed` but
the skill is not loaded into the prompt.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Viet Tran <viettranx@gmail.com>
2026-01-26 08:27:11 +07:00
Maciej Krajewski
25f0d31504 fix: add plugin.json manifest for Claude Code skill loading (#126)
Add the required plugin.json file to .claude-plugin/ directory to enable
Claude Code to properly load the UI/UX Pro Max skill.

The marketplace.json file is only used for marketplace indexing, while
plugin.json is required for the runtime plugin loading mechanism.

Includes full metadata (version, description, author, keywords) aligned
with the existing marketplace.json for consistency.

Fixes #123

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 08:22:09 +07:00