Codex
Skill alessiomarcone/agent-fieldbook/plugins/knowledge-pack/skills/codex
Source-backed skills that turn official Claude and Codex training into reliable daily workflows.
npx -y skills add alessiomarcone/agent-fieldbook --skill codexAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Selects and designs general Codex setup and operation across the ChatGPT desktop app, CLI, IDE, cloud, AGENTS.md, permissions, MCP, scheduled tasks, and SDK. Use for Codex surface choice, repository setup, or operating workflows; specialist prompt, subagent, skill, and plugin authoring routes to those narrower skills.
SKILL.md
2.2 KB, as published. Nobody here has run it
Codex
Turn an objective into a reviewable Codex task with the right context, authority, and completion checks.
References
- Always read
references/knowledge-base.mdfor the operating model. - Read
references/sources.mdbefore making a time-sensitive product claim. - For specialist authoring, route to
prompt,subagent,skill, orplugin.
Procedure
- Resolve the outcome, repository or folder context, surface, risk, and definition of done.
- Choose the surface: app for parallel local work and artifact workflows, CLI/IDE for interactive engineering, cloud for configured remote work, scheduled tasks for clock-driven recurring execution, or SDK/non-interactive mode for programmatic execution.
- Put durable repository commands, conventions, boundaries, and verification in the nearest applicable
AGENTS.md. - Add a focused skill for a repeated workflow and a custom agent only when isolation or a distinct configuration is valuable.
- Use the least authority that can complete the task; make external and irreversible actions explicit.
- Require relevant tests, review, and a concise final report of changes and remaining uncertainty.
- Check current official documentation for commands, fields, models, plans, and feature availability.
Output contract
Return:
- Surface and mechanism — one primary choice and why.
- Context setup — files, instructions, tools, and permissions.
- Ready task — a complete Codex prompt or configuration.
- Done when — observable checks.
- Reuse — what belongs in
AGENTS.md, a skill, custom agent, or plugin.
Boundaries
- Do not invent current commands, configuration, or availability.
- Do not absorb prompt, subagent, skill, or plugin authoring when a narrower skill matches.
- Do not request broader permissions than the task needs.
- Do not transfer Claude-only configuration into Codex.
- Answer in the user's language.