·codex
</>

codex

eyadsibai/ltk

Use when "codex", "use gpt", "gpt-5", "openai codex", "let openai", "full-auto", "autonomous code generation"

23Installs·1Trend·@eyadsibai

Installation

$npx skills add https://github.com/eyadsibai/ltk --skill codex

SKILL.md

| Read-Only | -s read-only | Analyze code, no modifications (default) | | Workspace-Write | -s workspace-write or --full-auto | Read/write files in workspace | | Danger-Full-Access | -s danger-full-access | Network, system-level, all files |

Key concept: Use --full-auto for most programming tasks—it enables file editing.

| Analyze code | codex exec -s read-only "analyze the codebase" | | Implement feature | codex exec --full-auto "implement user auth" | | Fix bug | codex exec --full-auto "fix the login bug" | | With specific model | codex exec -m gpt-5.2 --full-auto "refactor module" | | JSON output | codex exec --json "analyze security" |

Use when "codex", "use gpt", "gpt-5", "openai codex", "let openai", "full-auto", "autonomous code generation" Source: eyadsibai/ltk.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/eyadsibai/ltk --skill codex
Category
</>Dev Tools
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is codex?

Use when "codex", "use gpt", "gpt-5", "openai codex", "let openai", "full-auto", "autonomous code generation" Source: eyadsibai/ltk.

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/eyadsibai/ltk --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/eyadsibai/ltk