Meta-reference for all Codex Field Kit prompt templates.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill codex-prompts-meta --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Codex Prompts Meta?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-codex-prompts-meta)More formats (shields.io, HTML) on the badges page.
---
name: codex-prompts
description: Meta-reference for all Codex Field Kit prompt templates.
metadata:
hermes:
tags: [codex-prompt, planning]
source: codex-field-kit/prompts
---
# Codex Field Kit Prompts
# Prompts
This folder contains reusable prompt templates that pair with the skills and planning workflow in this repo. Use them as standalone instructions for coding agents, or copy them into your own tooling.
## Files
- `prompts/planner.md`
- General-purpose planning agent prompt.
- Produces phased/sprint-based plans with atomic, committable tasks and clear validation steps.
- Best used before implementation work begins.
- `prompts/parallel-task.md`
- Task orchestration prompt that reads a plan and delegates tasks to subagents (when available).
- Emphasizes thorough context transfer and atomic scope per task.
- `prompts/codex-plan.md`
- Planning prompt intended for other coding agents to run **Codex xhigh** for planning.
- Use this to generate a high-quality plan in Codex, then hand that plan to another agent for implementation automatically.
## Suggested Workflow
1. Use `prompts/planner.md` (or `prompts/codex-plan.md` if you want Codex xhigh planning).
2. Review and refine the plan.
3. Use `prompts/parallel-task.md` to dispatch tasks for implementation.
## Notes
- These prompts are designed to be repo-agnostic.
- Customize wording or output templates to match your internal standards.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!