Superpowers Skills
-
Install Codex on Mac - One Command
Codex install guide for Mac: one Homebrew or npm command, sign in with your ChatGPT account, done. Common issues included.
-
Install Codex on Windows - The WSL Way
Codex install guide for Windows: three steps - enable WSL2, npm install Codex, sign in and go. Proxy tips included.
-
04. Stop Fixing Bugs by Guessing
Superpowers Skills' systematic-debugging skill forces you to find the root cause before any fix, and to question the architecture after 3 failed attempts. Demonstrated with a "paid but order not updated" intermittent bug.
-
How to Pick a Proxy Client: Go by Platform
Pick an open-source proxy client by platform (iOS / Android / Windows / macOS / Linux) — Hiddify / v2rayNG / Clash Verge Rev / v2rayN / FlClash — with supported protocols, star counts, and latest download links.
-
Three Years of AI: Starting From ChatGPT
From ChatGPT's launch in November 2022, one article to trace the thread of the AI era over three years: which concepts, companies, and products emerged, and where the main lines are heading.
-
08. No "It Should Be Fine Now"
Superpowers Skills' verification-before-completion skill requires running the verification command and reading the output before any completion claim. Demonstrated with an AI claiming "the login timeout is fixed."
-
07. The Full Loop of Request, Review, Receive
Superpowers Skills builds a review loop from requesting/receiving-code-review plus a code-reviewer subagent. Demonstrated with a "coupon redeem feature up for review" scenario.
-
06. Let AI Bring a Team of Helpers
Superpowers Skills' subagent-driven-development skill dispatches a fresh subagent per task with a two-stage review (spec compliance + code quality). Demonstrated with a "build a coupon system" scenario.
-
05. Give Every Task Its Own Room
Superpowers Skills' using-git-worktrees skill creates isolated worktrees via a fixed directory-selection and safety-verification flow. Demonstrated with a "feature half-done, urgent prod bug" scenario.
-
About "Notes"
Notes is where this site collects standalone articles that don't form a series — short essays, opinions, tool recommendations, and stray thoughts. Once a theme accumulates, it graduates into its own series.