From claudex
Use when the user runs /claudex:setup or asks to install/bootstrap claudex's dependencies (the Codex plugin and superpowers). Installs both plugins, then verifies the Codex CLI via codex:setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudex:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
claudex's `/claudex:think` needs two other plugins: the **Codex** plugin
claudex's /claudex:think needs two other plugins: the Codex plugin
(openai/codex-plugin-cc, for the Codex
runtime) and superpowers (anthropics/claude-plugins-official,
for the brainstorming flow). This skill installs both, then runs the Codex CLI check.
This skill depends only on the claude CLI and Bash, so it works even before either
dependency exists. Every step is idempotent — re-running /claudex:setup is safe
and resumes cleanly.
Install both plugins first, so the user reloads once — only then is
codex:setup invokable, and you run it last.
1. install codex plugin (CLI, no reload needed yet)
2. install superpowers (CLI, no reload needed yet)
3. ONE reload gate (user runs /reload-plugins → both go live)
4. invoke codex:setup (now available; verifies the Codex CLI)
Check first, then add the marketplace and install only if missing:
claude plugin marketplace list 2>/dev/null | grep -q openai-codex \
|| claude plugin marketplace add openai/codex-plugin-cc
claude plugin list 2>/dev/null | grep -q 'codex@' \
|| claude plugin install codex@openai-codex
claude plugin marketplace list 2>/dev/null | grep -q claude-plugins-official \
|| claude plugin marketplace add anthropics/claude-plugins-official
claude plugin list 2>/dev/null | grep -q 'superpowers@' \
|| claude plugin install superpowers@claude-plugins-official
If a marketplace add fails (e.g. no network), report it and stop — the install
in that step can't succeed. The two plugins are independent, so a failure on one
doesn't invalidate the other.
Plugins installed via the CLI are not live in the running session — their skills
(like codex:setup) aren't invokable until a reload. Check whether codex:setup is
available to you now:
/reload-plugins (or restart Claude Code) once, then re-run /claudex:setup to
finish — it'll skip the already-installed plugins and run the Codex CLI check."
Then stop. The idempotent checks in steps 1–2 make the re-run cheap.Invoke codex:setup (via the Skill tool). It checks the local Codex CLI, offers to
npm install -g @openai/codex if missing, and prints !codex login guidance if the
CLI is installed but not authenticated. Present its output to the user.
Run claude plugin list and confirm claudex, codex, and superpowers are all
enabled. Report the final state. /claudex:think is now ready to use.
user scope. Pass --scope project to the
install commands if the user wants the deps tied to this project instead.~/.claude directly to fake plugin state — let the CLI manage it.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub willinvest/claudex --plugin claudex