Skip to content

Releases: gaupoit/programming-advisor

v1.2.1

31 Dec 04:27

Choose a tag to compare

What's Changed

Bug Fixes

  • Fix skill description format for auto-triggering - Changed SKILL.md description from multiline YAML folded block (>) to single-line quoted string. The multiline format was not being parsed correctly by Claude Code, causing the skill to not auto-trigger on phrases like "I want to build..."

How to Update

# Clear the plugin cache
rm -rf ~/.claude/plugins/cache/devbanhmi-marketplace/programming-advisor

# Restart Claude Code - the new version will be fetched automatically

Test the Fix

After updating, try typing:

  • "I want to build a PDF generator"
  • "Help me create an authentication system"

The skill should now auto-trigger and offer build vs buy analysis.

Full Changelog: v1.2.0...v1.2.1