99 lines
1.5 KiB
Markdown
99 lines
1.5 KiB
Markdown
# AI Coding Productivity Slides
|
|
|
|
Open `index.html` or `ai-coding-productivity-apple-slides.html` in a browser to view the deck.
|
|
|
|
## Installation Links
|
|
|
|
### macOS
|
|
|
|
Codex:
|
|
|
|
```bash
|
|
curl -fsSL https://chatgpt.com/codex/install.sh | sh
|
|
```
|
|
|
|
Claude Code:
|
|
|
|
```bash
|
|
curl -fsSL https://claude.ai/install.sh | bash
|
|
```
|
|
|
|
Or:
|
|
|
|
```bash
|
|
brew install --cask claude-code
|
|
```
|
|
|
|
cc-switch:
|
|
|
|
```bash
|
|
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
|
|
|
|
Claude Code:
|
|
|
|
```powershell
|
|
winget install Anthropic.ClaudeCode
|
|
```
|
|
|
|
cc-switch:
|
|
|
|
- https://github.com/farion1231/cc-switch/releases/latest
|
|
|
|
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
|