dayfinggg/openai-codex-agent-skills

Production engineering and design skills for OpenAI Codex.

4Stars on the repository
20Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

dayfinggg/openai-codex-agent-skills

Skill Codex

Design types, interfaces, module boundaries, and ownership for a non-trivial feature or structural change. Use when an early choice affects several components. Skip small local edits and settled designs.

not rated 4 changed 2d ago A 39 tokens original MIT

context

02

dayfinggg/openai-codex-agent-skills

Skill Codex

Assemble the smallest trustworthy context needed for an active engineering task. Use when resuming long work, switching subsystems, handing work between agents, or when stale or excessive context is degrading decisions. Do not activate for a small self-contained request.

not rated 4 changed 2d ago A 51 tokens original MIT

delegate

03

dayfinggg/openai-codex-agent-skills

Skill Codex

Prepare and assign one bounded, independently verifiable subtask to a subagent. Use when delegation is authorized by the user or governing instructions, collaboration tools are available, and one independent work unit will materially help. Do not use merely to avoid doing a small task locally.

not rated 4 changed 2d ago A 56 tokens original MIT

diagnose

04

dayfinggg/openai-codex-agent-skills

Skill Codex

Reproduce a failure, regression, or performance problem and identify its root cause with evidence. Use when the user asks why something is broken, failing, crashing, flaky, or slow. Do not modify the implementation unless the request also asks for a fix.

not rated 4 changed 2d ago A 54 tokens original MIT

handoff

05

dayfinggg/openai-codex-agent-skills

Skill Codex

Transfer active engineering work to another agent or session without losing decisions, evidence, or the next executable step. Use when the user requests a handoff, work must continue elsewhere, or context limits threaten continuity. Do not use as a generic session summary.

not rated 4 changed 2d ago A 53 tokens original MIT

impact

06

dayfinggg/openai-codex-agent-skills

Skill Codex

Determine what a proposed or completed change could break outside its immediate diff. Use for blast-radius analysis, shared contracts, migrations, risky refactors, and changes to public interfaces or persistent data. Do not use for a general code review with no cross-boundary risk.

not rated 4 changed 2d ago A 55 tokens original MIT

implement

07

dayfinggg/openai-codex-agent-skills

Skill Codex

Make an authorized code or configuration change from a settled request, specification, or task. Use when the user asks to build, fix, add, or change something and the implementation scope is clear. Do not use for diagnosis-only, review-only, or planning-only requests.

not rated 4 changed 2d ago A 56 tokens original MIT

journal

08

dayfinggg/openai-codex-agent-skills

Skill Codex

Maintain a compact evidence-backed decision trail for long-running, unattended, or high-risk engineering work. Use when later reviewers must understand what changed, why, and what proved it. Do not activate for routine short tasks or duplicate ordinary progress narration.

not rated 4 changed 2d ago A 50 tokens original MIT

migrate

09

dayfinggg/openai-codex-agent-skills

Skill Codex

Move code, callers, data, configuration, or dependencies from an old contract to a new one with explicit compatibility and rollback decisions. Use for API, schema, framework, dependency, or storage migrations. Do not use for a simple isolated replacement with no consumers.

not rated 4 changed 2d ago A 55 tokens original MIT

refactor

10

dayfinggg/openai-codex-agent-skills

Skill Codex

Simplify existing code, improve module depth, or reduce reader load while preserving observable behavior. Use when the user explicitly requests restructuring or when a behavior-preserving cleanup is the task. Do not activate for ordinary feature work that merely touches imperfect code.

not rated 4 changed 2d ago A 52 tokens original MIT

reflect

11

dayfinggg/openai-codex-agent-skills

Skill Codex

Extract reusable, evidence-supported improvements after a completed engineering session, repeated failure, or explicit retrospective request. Use when the goal is to improve future agent behavior or an existing workflow. Do not activate automatically after every task or create new rules from a single preference.

not rated 4 changed 2d ago A 53 tokens original MIT

review

12

dayfinggg/openai-codex-agent-skills

Skill Codex

Review a diff, branch, pull request, or work-in-progress change for correctness, requirement fit, regressions, and maintainability. Use when the user asks for code review or assessment of completed changes. Report findings without editing unless a fix is also requested.

not rated 4 changed 2d ago A 54 tokens original MIT

roadmap

13

dayfinggg/openai-codex-agent-skills

Skill Codex

Break a large or multi-session engineering objective into ordered, verifiable stages with dependencies and checkpoints. Use when the user asks for an implementation plan or complex authorized work needs internal sequencing. Do not turn an implementation request into a planning-only response.

not rated 4 changed 2d ago A 51 tokens original MIT

scout

14

dayfinggg/openai-codex-agent-skills

Skill Codex

Map an unfamiliar codebase, trace runtime flow, locate ownership, and identify the files that matter. Use for codebase orientation, onboarding, placement questions, and investigation before planning. This is a read-only skill and does not design or implement changes.

not rated 4 changed 2d ago A 53 tokens original MIT

specify

15

dayfinggg/openai-codex-agent-skills

Skill Codex

Turn settled requirements or an existing conversation into an implementation-ready specification with testable behavior and explicit scope. Use when the desired outcome is mostly known and needs consolidation. Do not use for open-ended discovery or implementation.

not rated 4 changed 2d ago A 45 tokens original MIT

standards

16

dayfinggg/openai-codex-agent-skills

Skill Codex

Apply relevant code, test, database, and interface standards during implementation or review. Detect the installed stack and load only guidance needed for the changed behavior. Do not use for prose-only tasks or unrelated audits.

not rated 4 changed 2d ago A 44 tokens original MIT

swarm

17

dayfinggg/openai-codex-agent-skills

Skill Codex

Fan out several independent investigations or candidate solutions and synthesize them into one judged result. Use when parallel agents are authorized by the user or governing instructions and independent investigations materially benefit from them. Do not use for dependent steps or shared mutable state.

not rated 4 changed 2d ago A 51 tokens original MIT

tdd

18

dayfinggg/openai-codex-agent-skills

Skill Codex

Develop a feature or bug fix through a focused failing-test, minimal-implementation, and refactor loop. Use when the user requests TDD, asks for a regression test, or the bug has an obvious cheap local test target. Do not force TDD when the useful test path is unclear, expensive, or integration-heavy.

not rated 4 changed 2d ago A 68 tokens original MIT

triage

19

dayfinggg/openai-codex-agent-skills

Skill Codex

Classify an incoming issue, bug report, alert, or external pull request and turn it into an actionable engineering brief. Use when work needs validation, priority, ownership, or missing-information assessment before implementation. Do not solve the issue unless separately requested.

not rated 4 changed 2d ago A 53 tokens original MIT

verify

20

dayfinggg/openai-codex-agent-skills

Skill Codex

Prove that completed engineering work satisfies its requirements using the real artifact, focused tests, and diff inspection. Use before declaring implementation complete or when the user asks whether a change actually works. Do not replace diagnosis or code review.

not rated 4 changed 2d ago A 47 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: