Back to Plugins

Claude Codex Settings

Well-organized plugins covering core developer activities with cloud platforms like GitHub, Azure, MongoDB, and services like Tavily and Playwright

cloudgithubazuremongodbplaywright
By fcakyon
1.1k105Updated 1 day agoPythonApache-2.0

Installation

git clone https://github.com/fcakyon/claude-codex-settings.git ~/.claude-codex-settings && cp -r ~/.claude-codex-settings/.claude ~/

Configuration

# Claude Codex Settings

Pre-configured settings for working with popular cloud platforms and services.

## Included Integrations

### Cloud Platforms
- **GitHub** - Repository management and CI/CD
- **Azure** - Azure services integration
- **MongoDB** - Database operations

### Services
- **Tavily** - AI-powered search
- **Playwright** - Browser automation and testing

## Usage

After installation, the settings are automatically applied to your Claude Code configuration.

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
<div align="center"> <img src="https://github.com/user-attachments/assets/a978cb0a-785d-4a7d-aff2-7e962edd3120" width="10000" alt="Claude Codex Settings Logo">

Mentioned in Awesome Claude Code Claude Code Codex CLI Cursor Context7 MCP llms.txt

Clones Views

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.

InstallationPluginsConfigurationReferences

</div>

Installation

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.

<details open> <summary><strong>Claude Code</strong></summary>
# Add marketplace (one time)
claude plugin marketplace add fcakyon/claude-codex-settings

# Install any plugin by name
claude plugin install fable-advisor@claude-settings
</details> <details> <summary><strong>Codex CLI</strong></summary>
# Add marketplace (one time)
codex plugin marketplace add fcakyon/claude-codex-settings

# Install any plugin by name
codex plugin add simplify@claude-settings
</details> <details> <summary><strong>Gemini CLI</strong></summary>
# Install any plugin by name
gemini extensions install --path ./plugins/simplify
</details> <details> <summary><strong>Cursor</strong></summary>
# Install any plugin by name
cursor plugin install simplify@claude-settings
</details>

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

Plugins

<details> <summary><strong>simplify</strong> - Review changed code for reuse, redundancy, and over-engineering, then apply fixes</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install simplify@claude-settingscodex plugin add simplify@claude-settingsgemini 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 fixes

Hooks:

  • guard.py - Require a completed /simplify run before each Claude Code or Codex commit, unless you explicitly ask to skip it for one commit
</details> <details> <summary><strong>humanize</strong> - Block a curated list of AI buzzwords on every write with a hook</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install humanize@claude-settingscodex plugin add humanize@claude-settingsgemini 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, in code, only the comments and docstrings, never the code:

  • 3 marks: the em-dash, section sign, and stray semicolon (the en-dash stays)
  • 53 stock words like leverage, seamlessly, vibrant, game-changing, each mapped to a plain swap
  • 16 openers and cliches like in conclusion, a testament to, aims to bridge
  • 10 pile-up words like crucial or significant, flagged at 3+ uses in one write

Runs 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):

SkillDescriptionZIP
humanizeAvoid common AI writing patterns with examplesZIP

Hooks:

  • humanize.py - blocks matched marks, buzzwords, and cliches before a Write or Edit lands
</details> <details> <summary><strong>fable-advisor</strong> - Get a second opinion from Claude Fable 5 before big decisions</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install fable-advisor@claude-settingscodex plugin add fable-advisor@claude-settingsgemini extensions install --path ./plugins/fable-advisor

Ask a Fable 5 reviewer to challenge a plan or conclusion before you commit, a drop-in for the built-in advisor when the Opus-main plus Fable-advisor pairing fails with a bare "unavailable" (#73365). Claude Code uses a native Fable agent with the recent conversation attached. 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 context

Skills:

  • fable-advisor - Routes Claude Code to its native agent and other tools to claude -p
</details> <details> <summary><strong>codex-advisor</strong> - Get a second opinion from GPT via Codex CLI before big decisions</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install codex-advisor@claude-settingscodex plugin add codex-advisor@claude-settingsgemini 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 verbatim

Skills:

  • codex-advisor - Routes Claude Code to its native agent and other tools to codex exec
</details> <details> <summary><strong>adhd-output-style</strong> - Use fewer output tokens with short steps, quick insights, and clear next actions</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install adhd-output-style@claude-settingscodex plugin add adhd-output-style@claude-settingsgemini 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:

  • ADHD Explanatory - Low-token ADHD formatting plus educational Insight blocks while coding

Skills (ZIP for claude.ai, Claude Code, Cursor, Codex, VS Code):

| Skill | Description | ZIP

View source on GitHub