Skip to content

fix: plugin installation fails in Claude Code Desktop (#17) - #18

Merged
leduclinh7141 merged 1 commit into
mainfrom
fix/claude-code-desktop
Mar 7, 2026
Merged

fix: plugin installation fails in Claude Code Desktop (#17)#18
leduclinh7141 merged 1 commit into
mainfrom
fix/claude-code-desktop

Conversation

@leduclinh7141

Copy link
Copy Markdown
Contributor

Summary

  • Fix plugin path resolution in .claude-plugin/plugin.json and .claude-plugin/marketplace.json
  • Paths were resolving relative to .claude-plugin/ directory but pointed to repo root paths, causing "Failed to install plugin" error

Changes

  • .claude-plugin/plugin.json: Changed "./.claude/...""../.claude/..." for commands, skills, agents paths
  • .claude-plugin/marketplace.json: Changed source paths from "./""../" and "./.claude/...""../.claude/..."

Root Cause

Plugin discovery worked (marketplace loaded correctly), but installation failed because paths resolved relative to .claude-plugin/ directory, pointing to non-existent locations like .claude-plugin/.claude/commands/.

Fixes #17

@leduclinh7141
leduclinh7141 merged commit 448747c into main Mar 7, 2026
6 checks passed
@github-actions github-actions Bot added the bug Something isn't working label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: AityTech / Marketing Kit Installation Fails

1 participant