Skip to content

Conversation

@JasonXuDeveloper
Copy link
Owner

Summary

Fix skills paths in plugin.json - they need to be relative to repo root, not to the plugin.json location.

Issue

Skills were not loading because paths like ./skills/jaction resolved to repo root, but skills are inside .claude-plugin/skills/.

Fix

Changed paths from:

  • ./skills/jaction./.claude-plugin/skills/jaction

🤖 Generated with Claude Code

Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
Copilot AI review requested due to automatic review settings January 29, 2026 05:22
@JasonXuDeveloper JasonXuDeveloper enabled auto-merge (squash) January 29, 2026 05:23
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes Claude Code plugin skill path entries so they resolve correctly from the repository root (instead of relative to plugin.json).

Changes:

  • Updated the skills entries in .claude-plugin/plugin.json to include the .claude-plugin/ prefix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto-approved: Copilot review found no issues and Unity Tests passed (or were skipped for non-code changes).

@JasonXuDeveloper JasonXuDeveloper merged commit a9198d7 into master Jan 29, 2026
21 checks passed
@JasonXuDeveloper JasonXuDeveloper deleted the fix/plugin-skills-path branch January 29, 2026 05:28
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