Commit Graph

3 Commits

Author SHA1 Message Date
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
Shehab Tarek
fef14a0f33 fix: Restructure plugin for Claude Code skill discovery (#94)
- Move .claude/skills/ui-ux-pro-max to skills/ui-ux-pro-max
- Update marketplace.json source from specific path to root ("./")
- Update script paths in SKILL.md to match new location
- Bump version to 2.0.1

Claude Code auto-discovers skills from the skills/ subdirectory relative
to the source path. The previous structure placed SKILL.md at the source
path directly, which prevented skill discovery.

Tested locally and confirmed the skill now loads correctly.
2026-01-18 22:04:31 +07:00
Shehab Tarek
e7c27e60af feat: add Claude skill marketplace installation support (#87)
- Add .claude-plugin/marketplace.json for /plugin marketplace add command
- Update README.md with marketplace installation instructions

Enables quick installation via:
/plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill
/plugin install ui-ux-pro-max@ui-ux-pro-max-skill
2026-01-17 07:31:48 +07:00