Skills Commands
The uc-apx skills commands install coding-agent skills — SKILL.md playbooks that teach your agent how to use uc-apx effectively. Once installed, your agent can invoke them directly (e.g. /create-page, /validate-after-edit).
Skills are hosted in the public United-Codes/uc-apx repository and are kept in sync with the CLI automatically. They are kept separate from the binary so they can be updated independently.
Commands
Section titled “Commands”| Command | Description |
|---|---|
uc-apx skills sync | Download skills from GitHub and install them for your agent |
uc-apx skills list | List available skills (remote) or already-installed skills |
Quick start
Section titled “Quick start”# Install skills for the auto-detected agent (Claude Code if ~/.claude/ exists)uc-apx skills sync
# Install globally so skills are available across all projectsuc-apx skills sync --globalAgent support
Section titled “Agent support”| Agent | Detection | Local path | Global path |
|---|---|---|---|
claude-code | ~/.claude/ exists | .claude/skills/ | ~/.claude/skills/ |
universal | fallback | .agents/skills/ | ~/.agents/skills/ |
The universal path follows the Vercel skills convention and is compatible with any agent that supports it (Cursor, Windsurf, Continue, etc.).