codex-prompting

codex-prompting is a skill for Claude Code, Codex from joelhooks/joelclaw. It costs 72 tokens per session (1,575 once invoked), scanned B, original, no licence file.

A guide for creating prompts and handing work to Codex, the coding agent, when another task should be executed there.

In plain words
What is it for?
Use it when asking Codex to do something, sending a task to it, or preparing a Codex-first handoff.
Why use it?
It provides a consistent way to describe delegated work and coordinate Codex-based execution.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/joelhooks/joelclaw/codex-prompting
Any agent
npx skills add joelhooks/joelclaw --skill codex-prompting
Clone the repo
git clone --depth 1 https://github.com/joelhooks/joelclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codex-prompting

README.md
[![agentmods](https://agentmods.dev/badge/skills/joelhooks/joelclaw/codex-prompting.svg)](https://agentmods.dev/skills/joelhooks/joelclaw/codex-prompting)
Your own site
<a href="https://agentmods.dev/skills/joelhooks/joelclaw/codex-prompting"><img src="https://agentmods.dev/badge/skills/joelhooks/joelclaw/codex-prompting.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,575 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.01575
Opus 5 $0.00036 $0.00788
Sonnet 5 $0.00014 $0.00315
Haiku 4.5 $0.00007 $0.00158

Measured 6d ago against content hash d46ae5100e55, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

codex-prompting scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- Global defaults live in `~/.codex/config.toml`:
skills/codex-prompting/SKILL.md · 163 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 163 lines · 72 tokens per session scan B d46ae5100e55

Subscribe to this mod's changes

codex-prompting is a skill published in the GitHub repository joelhooks/joelclaw (63 stars, last pushed yesterday), with no licence file. It adds 72 tokens to every session and 1,575 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

media-asset-management

Plan and run a media pipeline for images, video, and downloadable assets. Use this skill when designing image storage and delivery, choosing formats (WebP, AVIF), setting up responsive images, picking a video host, organizing a brand asset library, or auditing a slow image pipeline. Triggers on image pipeline, asset…

rampstackco/claude-skills · 111 tokens

incident-response

Manage active production incidents through detection, triage, mitigation, communication, and resolution with structured roles and decision-making. Use this skill whenever the user has an active incident, a production issue, a service outage, a security incident, or needs to plan incident response procedures. Triggers…

rampstackco/claude-skills · 117 tokens

CSOC Operations & Playbook Automation

SOC alert triage, incident playbook automation, escalation workflows, shift reporting, and SOC KPI tracking.

Masriyan/Claude-Code-CyberSecurity-Skill · 28 tokens

improvement-discovery

Heuristics and process for discovering structural improvements in this package. Load when planning a new improvement round — contains the smell taxonomy, analysis workflow, and prioritization framework distilled from many phases of refactoring.

gotgenes/pi-anthropic-auth · 47 tokens

launch-runbook

Plan and execute a launch runbook covering pre-launch verification, go-live procedures, DNS cutover, post-launch monitoring, and rollback procedures. Use this skill whenever the user is preparing to launch a website or product, planning a DNS cutover, building a go-live checklist, or executing a launch day. Triggers…

rampstackco/claude-skills · 127 tokens

pre-completion

Pre-completion protocol for implementation agents — gather context, dispatch the pre-completion-reviewer subagent, and handle its report before writing stage notes and recommending /ship-issue. Load at the end of /tdd-plan and /build-plan after all implementation steps are complete.

gotgenes/pi-anthropic-auth · 62 tokens