0xAnton1

Codex Preview — Development skill for Claude Code

Development community

Render the user's request as a compact terminal-first preview.

How to install Codex Preview

Installs to ~/.claude/commands/0xanton1-codex-preview-codex-preview.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/0xAnton1/codex-preview/HEAD/.claude/commands/codex-preview.md -o ~/.claude/commands/0xanton1-codex-preview-codex-preview.md

Restart Claude Code, or start a new session, for it to be picked up.

What Codex Preview does

Render the user's request as a compact terminal-first preview.

Rules:

  • use ANSI color only in a real terminal that supports it
  • use fenced monochrome Unicode in chat or Markdown
  • use Unicode braille, blocks, and box-drawing
  • prefer braille raster for dense or smooth curves
  • use stacked or dual-strip output for price plus volume
  • use box-drawing for system maps, wireframes, and flow diagrams
  • keep width compact, usually 60-100 columns
  • keep legends short and deterministic
  • color sh

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
  • Devteam — Run a team of local coding agents in your terminal 264 ★

Full documentation available on GitHub

View Source Repository