mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-10 11:12:35 -07:00
feat: add _ux_designer skill for v1.0 UX standards enforcement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user