From 37c427fedb8799b319d831f262be1f017dadfead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=82=B2=E6=B1=9F?= Date: Sat, 6 Jun 2026 17:24:17 +0800 Subject: [PATCH] add plugin install links to readme --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/README.md b/README.md index d6ddb36..45b1561 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,31 @@ cc-switch: brew install --cask cc-switch ``` +Superpowers: + +```text +# Claude Code +/plugin install superpowers@claude-plugins-official + +# Codex App +Plugins -> Coding -> Superpowers -> + +``` + +UI/UX Pro Max: + +```bash +npm install -g uipro-cli +uipro init --ai codex +uipro init --ai claude +uipro init --ai cursor +``` + Manual downloads: - Claude: https://claude.com/download - cc-switch: https://github.com/farion1231/cc-switch/releases/latest +- Superpowers: https://github.com/obra/superpowers +- UI/UX Pro Max: https://github.com/nextlevelbuilder/ui-ux-pro-max-skill ### Windows @@ -51,3 +72,27 @@ Codex: - https://developers.openai.com/codex/cli - https://chatgpt.com/codex/install.sh + +Superpowers: + +```text +# Claude Code +/plugin install superpowers@claude-plugins-official + +# Cursor +/add-plugin superpowers +``` + +UI/UX Pro Max: + +```powershell +npm install -g uipro-cli +uipro init --ai codex +uipro init --ai claude +uipro init --ai cursor +``` + +Manual links: + +- Superpowers: https://github.com/obra/superpowers +- UI/UX Pro Max: https://github.com/nextlevelbuilder/ui-ux-pro-max-skill