ai-first-engineering

ai-first-engineering is a skill for Claude Code, Codex from mturac/everything-openai-codex. It costs 35 tokens per session (493 once invoked), scanned A, original, MIT.

A guide for designing software teams and code-review practices around AI-assisted code generation.

In plain words
What is it for?
Use it to define clear interfaces, measurable acceptance criteria, deterministic tests, regression coverage, and review standards for AI-generated code.
Why use it?
It helps teams focus reviews on behavior, security, data correctness, failure handling, and rollout safety instead of only checking code style.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define clear interfaces, measurable acceptance criteria, deterministic tests, regression coverage, and review standards for AI-generated code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mturac/everything-openai-codex/ai-first-engineering
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.

Any agent
npx skills add mturac/everything-openai-codex --skill ai-first-engineering
Clone the repo
git clone --depth 1 https://github.com/mturac/everything-openai-codex

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 ai-first-engineering

README.md
[![agentmods](https://agentmods.dev/badge/skills/mturac/everything-openai-codex/ai-first-engineering/github.svg)](https://agentmods.dev/skills/mturac/everything-openai-codex/ai-first-engineering)
Your own site
<a href="https://agentmods.dev/skills/mturac/everything-openai-codex/ai-first-engineering"><img src="https://agentmods.dev/badge/skills/mturac/everything-openai-codex/ai-first-engineering/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-first-engineering

Your own site · 80×15
<a href="https://agentmods.dev/skills/mturac/everything-openai-codex/ai-first-engineering"><img src="https://agentmods.dev/badge/skills/mturac/everything-openai-codex/ai-first-engineering.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00035 $0.00493
Opus 5 $0.00017 $0.00246
Sonnet 5 $0.00007 $0.00099
Haiku 4.5 $0.00003 $0.00049

Measured 5d ago against content hash 2e5902ce2d88, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ai-first-engineering scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/ja-JP/skills/ai-first-engineering/SKILL.md · 52 lines

What it actually says

AI ファーストエンジニアリング

AI 支援コード生成でリリースするチームのプロセス、レビュー、アーキテクチャを設計する際にこのスキルを使用します。

プロセスの変化

  1. 計画の品質はタイピングスピードより重要。
  2. 評価のカバレッジは個人的な自信より重要。
  3. レビューの焦点は構文からシステムの動作へ。

アーキテクチャ要件

エージェントフレンドリーなアーキテクチャを優先する:

  • 明示的な境界
  • 安定したコントラクト
  • 型付きインターフェース
  • 決定論的なテスト

隠れた慣習に広がる暗黙の動作を避ける。

AI ファーストチームでのコードレビュー

レビュー対象:

  • 動作のリグレッション
  • セキュリティの前提
  • データの整合性
  • 障害処理
  • ロールアウトの安全性

自動化によって既にカバーされているスタイルの問題に費やす時間を最小化する。

採用と評価シグナル

AI ファーストの強いエンジニア:

  • 曖昧な作業を明確に分解する
  • 測定可能な受け入れ基準を定義する
  • 高シグナルのプロンプトと評価を生成する
  • 納期プレッシャー下でリスクコントロールを強制する

テスト標準

生成されたコードのテストバーを引き上げる:

  • 操作されたドメインに対する必須のリグレッションカバレッジ
  • 明示的なエッジケースのアサーション
  • インターフェース境界の統合チェック
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. 5d ago First seen · 52 lines · 35 tokens per session scan A 2e5902ce2d88

Subscribe to this mod's changes

ai-first-engineering is a skill published in the GitHub repository mturac/everything-openai-codex (89 stars, last pushed 15d ago), licensed MIT. It adds 35 tokens to every session and 493 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cc-codex-review

A second-opinion workflow that sends uncertain questions and important technical decisions to Codex for review alongside Claude Code.

codingSamss/all-my-ai-needs · 100 tokens

pr-comment

Post friendly review comments to a GitHub PR — prepare locally, preview, then submit as atomic review. Use when: posting code review comments, giving PR feedback, sending inline suggestions. Not for: reading existing reviews (use load-pr-review), creating PRs (use create-pr), PR status (use pr-summary).

sd0xdev/sd0x-harness · 67 tokens

review

Use when the user wants code assessed rather than changed — "review PR 88", "is this branch ready to merge?", "look over my changes", "any problems with this diff?", "give me a code review", "what do you think of this PR?", "sanity-check this branch", "ship it?". Applies to a pull request or the current branch when…

The01Geek/prflow · 123 tokens

techdebt

Analyze Elixir/Phoenix technical debt — duplicates, refactoring opportunities, credo issues. Use when asked about code quality, cleanup, or what to improve.

oliver-kriska/claude-elixir-phoenix · 36 tokens

tech-debt-ci-review

Codex adapter for deep technical-debt and CI-stability audits. Use when asked to find test theater, flaky tests, missing or mis-scoped tests, brittle CI/toolchain behavior, structural debt blocking green PRs, or a remediation order for opencode-swarm.

ZaxbyHub/opencode-swarm · 61 tokens

requesting-code-review

PRFlow's final-pass review requester, dispatched by the review engine and available directly. Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

The01Geek/prflow · 39 tokens