Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi, MiniMax and GLM API support.
$ npx -y skills add fcakyon/claude-codex-settings --agent claude-code
Repo: fcakyon/claude-codex-settings
What's inside
Battle-tested Claude Code, Claude Desktop, OpenAI Codex, and Cursor setup with skills, commands, hooks, subagents, and MCP servers, plus Kimi, MiniMax, and GLM API support.
"They make wrong assumptions on your behalf and just run along with them without checking. They don't manage their confusion, they don't seek clarifications, they don't surface inconsistencies, they don't present tradeoffs. They really like to overcomplicate code and APIs, they bloat abstractions, they don't clean up dead code after themselves." -- Andrej Karpathy
This repo's guidelines are structured to fix exactly these pitfalls.
Installation • Plugins • Configuration • References
Claude Settings has setup guides and skill downloads. Agent Plugins is the compact plugin directory.
Plugins add skills, commands, and automations to your AI coding tool. Install only what you need from the plugin list below.
Prerequisites: See INSTALL.md for setup requirements.
# Add marketplace (one time)
claude plugin marketplace add fcakyon/claude-codex-settings
# Install any plugin by name
claude plugin install fable-advisor@claude-settings
In Claude Code desktop, select + beside the prompt, then Plugins and Add plugin.
# Add marketplace (one time)
codex plugin marketplace add fcakyon/claude-codex-settings
# Install any plugin by name
codex plugin add simplify@claude-settings
In the Codex desktop app, open Plugins, find the plugin, and select Install.
# Install any plugin by name
gemini extensions install --path ./plugins/simplify
# Add marketplace (one time)
cursor-agent plugin marketplace add https://github.com/fcakyon/claude-codex-settings
# Start the interactive CLI
cursor-agent
Enter /plugin, open the marketplace, and install the plugin at user or project scope. In the Cursor app, open Customize and select Install.
Want the shared agent guidance too? .claude/CLAUDE.md is the file written for your projects. Run /claude-tools:sync-claude-md to pull it into ~/.claude/CLAUDE.md, or paste it into a project as CLAUDE.md, then point the other tools at the same file:
ln -sfn CLAUDE.md AGENTS.md # Codex CLI, Cursor, Copilot
ln -sfn CLAUDE.md GEMINI.md # Gemini CLI
| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install simplify@claude-settings | codex plugin add simplify@claude-settings | gemini extensions install --path ./plugins/simplify |
Run /simplify to review your staged or committed diff across four angles (reuse, simplification, efficiency, altitude) with parallel agents, then apply the cleanups. It reviews changed-code quality, not correctness bugs. It brings Claude Code's built-in /simplify to Codex, Cursor, and Gemini, which don't ship it natively, so all three get the same review and apply flow.
Skills:
simplify - review the changed diff across four angles and apply the fixesHooks:
guard.py - Require a completed /simplify run before each Claude Code or Codex commit, unless you explicitly ask to skip it for one commit| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install humanize@claude-settings | codex plugin add humanize@claude-settings | gemini extensions install --path ./plugins/humanize |
Before a Write or Edit saves, humanize scans the new text and blocks whatever reads like a machine wrote it, each hit paired with a plain-word swap. It reads Markdown files whole and checks comments and docstrings in code files while skipping source code and recognized code-shaped references:
leverage, seamlessly, vibrant, game-changing, each mapped to a plain swapin conclusion, a testament to, aims to bridgecrucial or significant, flagged at 3+ uses in one writeRuns on Claude Code and Gemini. Unlike a markdown rule the model can ignore, the hook checks every Write or Edit and blocks each match until it is replaced. The word list draws on Wikipedia's "Signs of AI writing".
Skills (ZIP for claude.ai, ChatGPT, Claude Code, Cursor, Codex, VS Code):
| Skill | Description | ZIP |
|---|---|---|
humanize | Avoid common AI writing patterns with examples |
Hooks:
humanize.py - blocks matched marks, buzzwords, and cliches before a Write or Edit lands| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install fable-advisor@claude-settings | codex plugin add fable-advisor@claude-settings | gemini extensions install --path ./plugins/fable-advisor |
Ask a Fable 5 reviewer to challenge a plan or conclusion before you commit. Claude Code now supports Fable through its built-in advisor, while Codex, Cursor, and Gemini call the same model through an authenticated Claude Code CLI with claude -p --model fable.
Agents:
fable-advisor - Native Claude Code reviewer with recent conversation contextSkills:
fable-advisor - Routes Claude Code to its native agent and other tools to claude -p| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install codex-advisor@claude-settings | codex plugin add codex-advisor@claude-settings | gemini extensions install --path ./plugins/codex-advisor |
Ask GPT to challenge a plan before you build it, the cross-model check the built-in advisor cannot give you. Claude Code attaches the recent conversation, so "ask the codex advisor" is enough. Codex, Cursor, and Gemini reach the same reviewer. Needs the Codex CLI signed in.
Agents:
codex-advisor - Sends the recent conversation to GPT and returns the verdict verbatimSkills:
codex-advisor - Routes Claude Code to its native agent and other tools to codex exec| Claude Code | Codex CLI | Gemini CLI |
|---|---|---|
claude plugin install adhd-output-style@claude-settings | codex plugin add adhd-output-style@claude-settings | gemini extensions install --path ./plugins/adhd-output-style |
Cuts filler and keeps output token use down with the answer or next step first, one-action-per-step lists, concrete time estimates, a single under-two-minute next action, and short teaching notes while coding. Claude Code applies the output style automatically. Codex, Cursor, and Gemini CLI expose the same instructions as an adhd-output-style skill because they do not support plugin output styles.
Output styles:
FAQ
claude-codex-settings is a Claude Code plugin with 78 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes adhd-output-style, agent-browser, electron. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it