Skip to content

fix: plugin root#364

Open
swatDong wants to merge 1 commit into
microsoft:mainfrom
swatDong:fixskillcmd
Open

fix: plugin root#364
swatDong wants to merge 1 commit into
microsoft:mainfrom
swatDong:fixskillcmd

Conversation

@swatDong

@swatDong swatDong commented Jul 1, 2026

Copy link
Copy Markdown

To fix the skill install issue (#363)

The plugin root/source was changed in (#148) and (#223), then has duplicated prefix ./.github/plugins, thus the skills command failed to detect those skills under plugins.
This PR changes to "pluginRoot": "./" , which keeps pluginRoot for compatibility and uses ./ as no-op.

@swatDong swatDong requested a review from thegovind as a code owner July 1, 2026 07:08
Copilot AI review requested due to automatic review settings July 1, 2026 07:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a skill-installation bug (issue #363) caused by a duplicated path prefix in the npx skills marketplace manifest. Previously, pluginRoot was ./.github/plugins while every plugin source entry already contained the full ./.github/plugins/... path, so the two were joined into a duplicated, non-existent path and plugin skills could not be detected. The change sets pluginRoot to ./, making it an effective no-op that leaves the already-complete source paths to resolve correctly from the repository root. This is functionally consistent with the sibling manifest .github/plugin/marketplace.json, which has no pluginRoot and also uses full source paths.

Changes:

  • Change pluginRoot in .claude-plugin/marketplace.json from ./.github/plugins to ./ to eliminate the duplicated path prefix.

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.

2 participants