Skip to content

Support SKILL.blade.php in GitHubSkillProvider discovery#627

Merged
pushpak1300 merged 2 commits intomainfrom
feat/github-skill-blade-discovery
Mar 3, 2026
Merged

Support SKILL.blade.php in GitHubSkillProvider discovery#627
pushpak1300 merged 2 commits intomainfrom
feat/github-skill-blade-discovery

Conversation

@pushpak1300
Copy link
Member

Remote skill discovery only looked for SKILL.md files in GitHub trees, but skills like pennant-development use SKILL.blade.php instead. This caused boost:add-skill to report "No valid skills are found in the repository" for any Blade-based skill.

Fixes #619

Approach

  • Widen the filename filter in discoverSkills() to match both SKILL.md and SKILL.blade.php, matching how local discovery already works
  • Replace leftover @boostsnippet directives with standard markdown in the mcp-development skill

@pushpak1300 pushpak1300 marked this pull request as ready for review March 3, 2026 14:35
@pushpak1300 pushpak1300 merged commit 2b03665 into main Mar 3, 2026
18 checks passed
@pushpak1300 pushpak1300 deleted the feat/github-skill-blade-discovery branch March 3, 2026 14:36
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.

Can't install the Laravel pennant skill

1 participant