feat: add _ux_designer skill for v1.0 UX standards enforcement

This commit is contained in:
Keith Guerin
2026-03-17 23:04:46 -07:00
parent b5a6829d77
commit 79cb966967
5 changed files with 95 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ mkdir -p "${COMMANDS_DIR}"
echo "Syncing skills and commands..."
# List of skills to sync
CUSTOM_SKILLS=("_ux_git-worktree" "_ux_finish-pr")
CUSTOM_SKILLS=("_ux_git-worktree" "_ux_finish-pr" "_ux_designer")
for SKILL in "${CUSTOM_SKILLS[@]}"; do
if [[ -d "${REPO_SKILLS_PATH}/${SKILL}" ]]; then