Improve trigger for ui-framework skill
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: ui-framework
|
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:
|
metadata:
|
||||||
managed-by: usage-rules
|
managed-by: usage-rules
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ defmodule MusicLibrary.MixProject do
|
|||||||
build: [
|
build: [
|
||||||
"ui-framework": [
|
"ui-framework": [
|
||||||
description:
|
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: [
|
usage_rules: [
|
||||||
:phoenix,
|
:phoenix,
|
||||||
~r/^phoenix_/,
|
~r/^phoenix_/,
|
||||||
|
|||||||
Reference in New Issue
Block a user