claude-codex-settings CLAUDE.md

claude-codex-settings CLAUDE.md is an instructions file for coding agents from fcakyon/claude-codex-settings. It costs 4,944 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for a marketplace that packages add-ons for Claude Code, Codex CLI, Gemini CLI, and Cursor, with each add-on kept independently installable.

In plain words
What is it for?
Use them when adding or updating plugins, changing marketplace metadata, maintaining cross-tool compatibility, or running release and synchronization scripts.
Why use it?
They map the repository’s vendor-specific marketplace files, plugin manifests, shared settings, and synchronization scripts.

Instructions file

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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.

agentmods
npx agentmods add instructions/fcakyon/claude-codex-settings/claude-md
Clone the repo
git clone --depth 1 https://github.com/fcakyon/claude-codex-settings

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 claude-codex-settings CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fcakyon/claude-codex-settings/claude-md.svg)](https://agentmods.dev/instructions/fcakyon/claude-codex-settings/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/fcakyon/claude-codex-settings/claude-md"><img src="https://agentmods.dev/badge/instructions/fcakyon/claude-codex-settings/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,944 This file is loaded in full into every session.
When invoked 4,944 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.04944 $0.04944
Opus 5 $0.02472 $0.02472
Sonnet 5 $0.00989 $0.00989
Haiku 4.5 $0.00494 $0.00494

Measured 4d ago against content hash d2c7c5176645, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-codex-settings CLAUDE.md 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 4d 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.

CLAUDE.md · 449 lines

How it starts

The opening of the file, as written. The whole thing — 449 lines — stays where its author put it; the contents beside it link to each section on GitHub.

claude-settings

AGENTS.md and GEMINI.md are symlinks to this file for Codex CLI and Gemini CLI compatibility.

Multi-tool plugin marketplace. Each plugin under plugins/ is independently installable on Claude Code, Codex CLI, Gemini CLI, and Cursor.

Repo Structure

claude-settings/
  CLAUDE.md                              # this file (repo dev guide)
  AGENTS.md -> CLAUDE.md                 # Codex CLI reads this
  GEMINI.md -> CLAUDE.md                 # Gemini CLI reads this
  .claude/CLAUDE.md                      # user-facing global config (synced to ~/.claude/CLAUDE.md)
  .claude/settings.json                  # Claude Code settings
  .claude-plugin/marketplace.json        # Claude Code marketplace
  .agents/plugins/marketplace.json       # Codex CLI marketplace
  .cursor-plugin/marketplace.json        # Cursor marketplace
  .codex/config.toml                     # Codex CLI config
  .github/scripts/                       # repo maintenance scripts
    _helpers.sh                          # shared sync/zip functions
    sync-<vendor>-skills.sh              # per-vendor skill sync
    sync-versions.sh                     # version alignment
    release.sh                           # GitHub release creation
    validate_plugins.py                  # CI plugin validation
  plugins/
    <name>/
      .claude-plugin/plugin.json         # Claude Code manifest
      .codex-plugin/plugin.json          # Codex CLI manifest
      .cursor-plugin/plugin.json         # Cursor manifest
      gemini-extension.json              # Gemini CLI manifest
      skills/<skill>/SKILL.md            # universal across all tools
      agents/<agent>.md                  # Claude Code + Gemini + Cursor
      hooks/hooks.json + scripts/        # Claude Code + Codex CLI + Gemini
      commands/<cmd>.md                  # Claude Code only
      output-styles/<style>.md           # Claude Code only

Cross-Tool Plugin Format Reference

Plugin Manifests

Each plugin has 4 manifest files. Claude Code manifest is the source of truth; others are copies or subsets.

Read the full file on GitHub · 449 lines

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. 4d ago First seen · 449 lines · 4,944 tokens per session scan A d2c7c5176645

Subscribe to this mod's changes

claude-codex-settings CLAUDE.md is an instructions file published in the GitHub repository fcakyon/claude-codex-settings (1,125 stars, last pushed today), licensed Apache-2.0. It adds 4,944 tokens to every session, about $0.0247 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-08-30.

Related

Other instructions, from other repositories