diff --git a/.claude/skills/ui-framework/SKILL.md b/.claude/skills/ui-framework/SKILL.md index 48cb12ee..b7d88fcf 100644 --- a/.claude/skills/ui-framework/SKILL.md +++ b/.claude/skills/ui-framework/SKILL.md @@ -1,6 +1,6 @@ --- name: ui-framework -description: "Use this skill when working on the web layer and UI components using the Phoenix framework" +description: "Use this skill when working with LiveViews, UI components using the Phoenix framework, and in general ANY FILE THAT CONTAINS HTML" metadata: managed-by: usage-rules --- diff --git a/mix.exs b/mix.exs index d44674c4..0f456635 100644 --- a/mix.exs +++ b/mix.exs @@ -186,7 +186,7 @@ defmodule MusicLibrary.MixProject do build: [ "ui-framework": [ description: - "Use this skill when working on the web layer and UI components using the Phoenix framework", + "Use this skill when working with LiveViews, UI components using the Phoenix framework, and in general ANY FILE THAT CONTAINS HTML", usage_rules: [ :phoenix, ~r/^phoenix_/,