Split a ui-framework skill out

This commit is contained in:
Claudio Ortolina
2026-03-01 15:54:50 +00:00
parent 980c5fd547
commit ccb028a13e
9 changed files with 2895 additions and 734 deletions
+15 -7
View File
@@ -179,13 +179,21 @@ defmodule MusicLibrary.MixProject do
[
file: "AGENTS.md",
usage_rules: [
:elixir,
:otp,
"phoenix:all",
:usage_rules,
"usage_rules:all",
# link fluxon as it's HUGE
{:fluxon, link: :at}
"usage_rules:all"
],
skills: [
location: ".claude/skills",
build: [
"ui-framework": [
description:
"Use this skill when working on the web layer and UI components using the Phoenix framework",
usage_rules: [
:phoenix,
~r/^phoenix_/,
:fluxon
]
]
]
]
]
end