Skip to content

Conversation

@johan--
Copy link

@johan-- johan-- commented Jan 26, 2026

Summary

  • Fix marketplace.json source path from ./plugin to ./
  • The ./plugin directory doesn't exist - plugin files are in the repository root

Problem

When trying to install the plugin via the marketplace:

claude plugin marketplace add /path/to/stackshift
claude plugin install stackshift@jschulte

It fails with:

✘ Failed to install plugin "stackshift@jschulte": Source path does not exist: /path/to/stackshift/plugin

Solution

Changed the source path in .claude-plugin/marketplace.json from "./plugin" to "./" since the plugin files (skills, agents, commands) are in the repository root.

Test plan

  • Verified claude plugin marketplace update jschulte succeeds
  • Verified claude plugin install stackshift@jschulte --scope user succeeds
  • Verified plugin loads and skills are available

🤖 Generated with Claude Code

The marketplace.json referenced "./plugin" which doesn't exist.
The plugin files (skills, agents, commands) are in the repository root,
so the source should be "./" instead.

This fixes plugin installation via `claude plugin install stackshift@jschulte`.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant