github davila7/claude-code-templates v1.28.3
v1.28.3 - Plugin Skills Support in Skills Manager

9 hours ago

🎯 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

Don't miss a new claude-code-templates release

NewReleases is sending notifications on new releases.