Ux Init banner
Laith0003 Laith0003

Ux Init

Data community

Description

--- name: ux-init description: Bootstrap ux-skill v2 in the current project — detects your IDE, installs the right artifacts, validates that the Python engine works, and prints a stats snapshot of the 11 data manifests. allowed-tools: Bash, Read, Write disable-model-invocation: false --- # /ux-init — bootstrap ux-skill v2 **One command. Three things.** 1. Detects which IDE you're using (`.claude/`, `.cursor/`, `.windsurf/`, etc.) and installs the right artifacts for it. 2. Verifies the Python

Installation

Installs to ~/.claude/skills/laith0003-ux-skill-ux-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/laith0003-ux-skill-ux-init && curl -fsSL https://raw.githubusercontent.com/Laith0003/ux-skill/HEAD/commands/ux-init.md -o ~/.claude/skills/laith0003-ux-skill-ux-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository