·codex
""

codex

bear2u/my-skills

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing

10Installs·0Trend·@bear2u

Installation

$npx skills add https://github.com/bear2u/my-skills --skill codex

SKILL.md

Quick Reference | Use case | Sandbox mode | Key flags |

| Read-only review or analysis | read-only | --sandbox read-only | | Apply local edits | workspace-write | --sandbox workspace-write --full-auto | | Permit network or broad access | danger-full-access | --sandbox danger-full-access --full-auto | | Resume recent session | Inherited from original | echo "prompt" \| codex exec resume --last (no flags allowed) |

| Run from another directory | Match task needs | -C plus other flags |

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing Source: bear2u/my-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bear2u/my-skills --skill codex
Category
""Writing
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is codex?

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing Source: bear2u/my-skills.

How do I install codex?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bear2u/my-skills --skill codex Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/bear2u/my-skills