Skip to content

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.

CommandDescription
uc-apx skills syncDownload skills from GitHub and install them for your agent
uc-apx skills listList available skills (remote) or already-installed skills
Terminal window
# Install skills for the auto-detected agent (Claude Code if ~/.claude/ exists)
uc-apx skills sync
# Install globally so skills are available across all projects
uc-apx skills sync --global
AgentDetectionLocal pathGlobal path
claude-code~/.claude/ exists.claude/skills/~/.claude/skills/
universalfallback.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.).