Content Preview
--- name: codex version: 1.0.0 description: | OpenAI Codex CLI wrapper — three modes. Code review: independent diff review via codex review with pass/fail gate. Challenge: adversarial mode that tries to break your code. Consult: ask codex anything with session continuity for follow-ups. The "200 IQ autistic developer" second opinion. Use when asked to "codex review", "codex challenge", "ask codex", "second opinion", or "consult codex". allowed-tools: - Bash - Read - Write - Glo
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/codex.md \
https://raw.githubusercontent.com/garrytan/gstack/main/codex/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/garrytan/gstackThen reference at codex/SKILL.md
Related Skills
codex-review
Professional code review with auto CHANGELOG generation, integrated with Codex AI
data-aicodex
by sickn33 (Antigravity) · antigravity-awesome-skills
dmux-workflows
Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.
dmux-workflowsdmuxworkflowsagent
by affaan-m · everything-claude-code
agent-eval
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
agent-evalagenteval
by affaan-m · everything-claude-code
agentic-actions-auditor
Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches. AI agents running in CI/CD pipelines.
securityagenticactionsauditor
by sickn33 (Antigravity) · antigravity-awesome-skills