Skip to content

v1.28.3 - Plugin Skills Support in Skills Manager

Latest

Choose a tag to compare

@davila7 davila7 released this 15 Nov 20:41
· 361 commits to main since this release

🎯 Skills Manager: Plugin Skills Support

The Skills Manager Dashboard now detects and displays skills installed from Claude Code plugins!

✨ New Features

  • 3-Source Skill Detection: Skills Manager now scans three locations:

    • πŸ“ Personal: ~/.claude/skills/ - Manually installed skills
    • πŸ“‚ Project: .claude/skills/ - Project-specific skills
    • πŸ”Œ Plugin: ~/.claude/plugins/marketplaces/*/plugins/*/skills/*/ - Plugin-installed skills
  • Plugin Skills Integration: Skills installed via /plugin install <skill>@<marketplace> now appear automatically in the dashboard

πŸ”§ Improvements

  • Fixed Filter Counts: Filter badges now show consistent totals regardless of active filter

    • All (5) shows total count
    • Personal (4) shows personal count
    • Project (0) shows project count
    • Plugin (1) shows plugin count
  • Enhanced Logging: Detailed console output for troubleshooting skill detection:

    • Shows directories being scanned
    • Displays marketplace and plugin counts
    • Reports successful skill loads
    • Identifies missing SKILL.md files

πŸ“Š Usage

```bash

Launch Skills Manager

npx claude-code-templates@latest --skills-manager

Opens dashboard at http://localhost:3337

Now shows skills from all three sources!

```

πŸ› Bug Fixes

  • Fixed filter count numbers changing incorrectly when switching filters
  • Skills installed from marketplaces now properly detected
  • Improved error handling for missing directories

πŸ“¦ What's Changed

  • Added `loadPluginSkills()` method to scan marketplace installations
  • Updated `updateStats()` to use total counts instead of filtered counts
  • Enhanced logging throughout skill detection process

Full Changelog: v1.28.2...v1.28.3

πŸ€– Generated with Claude Code