You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add scripts/discover-skills.js for reliable skill discovery
- Searches all 7 official Claude Code skill locations
- Single Bash call replaces complex multi-step Glob searches
- Outputs JSON with summary stats and full skill metadata
- Works with Node.js or Bun
- Falls back to manual Glob if script unavailable
Benefits:
- External models (Grok, Gemini) no longer struggle with complex search
- Centralized logic easier to maintain and test
- Consistent skill discovery across all agents/commands
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -191,8 +191,8 @@
191
191
{
192
192
"name": "dev",
193
193
"source": "./plugins/dev",
194
-
"description": "Universal development assistant with real skill discovery. v1.27.3: Complete skill discovery - searches all 7 official locations: personal, project, nested (monorepos), marketplace plugins, local plugins, and legacy commands. 44 skills.",
195
-
"version": "1.27.3",
194
+
"description": "Universal development assistant with real skill discovery. v1.27.4: Added discover-skills.js helper script for reliable skill discovery across all 7 official locations. Single Bash call replaces complex multi-step Glob searches. 44 skills.",
Copy file name to clipboardExpand all lines: plugins/dev/plugin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "dev",
3
-
"version": "1.27.3",
4
-
"description": "Universal development assistant with real skill discovery. v1.27.3: Complete skill discovery - searches all 7 official locations: personal, project, nested (monorepos), marketplace plugins, local plugins, and legacy commands. 44 skills.",
3
+
"version": "1.27.4",
4
+
"description": "Universal development assistant with real skill discovery. v1.27.4: Added discover-skills.js helper script for reliable skill discovery across all 7 official locations. Single Bash call replaces complex multi-step Glob searches. 44 skills.",
0 commit comments