
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
在保留核心工程规范的同时,将运行时技能文件从 18,516 字压缩至 2,691 字,并利用 Codex CLI 原生能力实现自适应路由,显著降低日常开发中的协调开销。
A lean, newcomer-safe Superpowers profile built specifically for Codex CLI.
繁體中文 · English Guide · 繁體中文指南 · Browse Skills
This repository is a Codex-native edition of obra/superpowers, tailored for the GPT-5.6 family.
We reviewed and optimized all 13 Superpowers skills for GPT-5.6 against OpenAI's official prompting guidance for GPT-5.6. The resulting prompt stack keeps outcomes, constraints, evidence, completion criteria, approval boundaries, and validation explicit while removing unnecessary process overhead.
| Metric | Current value |
|---|---|
| Runtime skills | 13 |
Runtime SKILL.md words | 2,691 |
Always-on using-superpowers router | 179 words |
| On-demand support Markdown | 1,655 words |
| Skill description metadata | 2,165 characters |
Pinned upstream SKILL.md words | 18,516 |
| Runtime-word reduction | 85.5% |
Measured on 2026-07-15 with the repository context-budget validator and wc -w; the upstream baseline remains pinned to commit d884ae0.
This repository contains a bundle of 13 skills. Install each directory directly under skills/superpowers as a separate skill; the parent directory is not itself a skill.
The following setup works in macOS, Linux, WSL, and Git Bash. It keeps the clone outside the discovery directory, then symlinks each skill into the Codex user skills directory:
set -eu
repo="$HOME/.agents/superpowers-gpt-5.6"
skills_dir="$HOME/.agents/skills"
git clone --depth 1 https://github.com/eagleagentic/superpowers-gpt-5.6.git "$repo"
mkdir -p "$skills_dir"
for skill in "$repo"/skills/superpowers/*; do
[ -f "$skill/SKILL.md" ] || continue
target="$skills_dir/$(basename "$skill")"
if [ -e "$target" ] || [ -L "$target" ]; then
echo "Refusing to overwrite existing skill: $target" >&2
exit 1
fi
done
for skill in "$repo"/skills/superpowers/*; do
[ -f "$skill/SKILL.md" ] || continue
ln -s "$skill" "$skills_dir/$(basename "$skill")"
done
The preflight check stops before cr
Superpowers for GPT-5.6 Sol, 80.5% leaner. Target to more token-efficient use of GPT-5.6 Sol.
根据分类、Topic 和编程语言匹配的相似项目。

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.