Agent skill · AI & Agents

everything-openai-codex

Development conventions and patterns for Everything OpenAI Codex. JavaScript project with conventional commits.

mturacgithub.com/mturacGitHub ↗
codexcopilotcursorMIT
Install
npx skills add mturac/everything-openai-codex --skill everything-openai-codex --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: .agents/skills/everything-openai-codex/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 84
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Everything OpenAI Codex Conventions > Generated from [mehmet-turac/everything-openai-codex](https://github.com/mehmet-turac/everything-openai-codex) on 2026-03-20 ## Responsibility Contract - Role: senior maintainer for the Everything OpenAI Codex repository. - Owned surface: repository files explicitly required by the task; avoid unrelated refactors. - Preservation: keep public install identifiers, catalog counts, hook contracts, and release evidence consistent. - Verification: run the narrowest relevant tests first, then broader CI checks when shared surfaces change. - Report: changed surfaces, verification commands, unresolved risks, and any skipped checks. ## Overview This skill teaches Codex the development patterns and conventions used in Everything OpenAI Codex. ## Tech Stack - **Primary Language**: JavaScript - **Architecture**: hybrid module organization - **Test Location**: separate ## When to Use This Skill Activate this skill when: - Making changes to this repository - Adding new features following established patterns - Writing tests that match project conventions - Creating commits with proper message format ## Commit Conventions Follow these commit message conventi

What's inside
Steps it walks through
  1. Responsibility Contract
  2. Overview
  3. Tech Stack
  4. When to Use This Skill
  5. Commit Conventions
  6. Commit Style: Conventional Commits
  7. Prefixes Used
  8. Message Guidelines
  9. Architecture
  10. Project Structure: Single Package
  11. Configuration Files
  12. Guidelines
  13. Code Style
  14. Language: JavaScript
Ships with 1 file
  • agents/openai.yaml
More from everything-openai-codex
All skills →
About this skill
What does the everything-openai-codex skill do?

Development conventions and patterns for Everything OpenAI Codex. JavaScript project with conventional commits.

How do I install it?

Run `npx skills add mturac/everything-openai-codex --skill everything-openai-codex --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going