EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. claude-codex-settings
    claude-codex-settings icon

    claude-codex-settings

    AI Coding Assistants
    Featured

    Battle-tested configuration files, plugins, hooks, and agents for Claude Code, OpenAI Codex, Cursor, and Gemini CLI, with support for Kimi, MiniMax, and GLM APIs.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under Apache License 2.0. Clone and use the repository at no cost.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsPrompt ManagementAgent Frameworks

    Alternatives

    Agent ScriptsOpenbase CoderTraycer
    Developer
    Fatih Cagatay AkyonAnkara, TurkeyEst. 2021

    Listed Aug 2026

    About claude-codex-settings

    claude-codex-settings is an open-source repository by Fatih Cagatay Akyon (fcakyon) that provides ready-to-use configuration files, plugins, skills, hooks, subagents, and MCP server setups for Claude Code, OpenAI Codex CLI, Cursor, and Gemini CLI. The project is structured around Andrej Karpathy's observations on LLM coding pitfalls — surfacing assumptions, avoiding over-complication, making surgical changes, and verifying before moving on. It is licensed under Apache 2.0 and hosted at claudesettings.com.

    What It Is

    claude-codex-settings is a shared configuration and plugin marketplace for AI coding tools. Rather than maintaining separate setups for each tool, it provides a single repository that works across Claude Code, Codex CLI, Cursor, and Gemini CLI. The core CLAUDE.md file encodes opinionated coding principles (delete over add, search before creating, no defensive programming without justification), and the plugin system extends each tool with skills, hooks, agents, and slash commands. The project also ships ready-to-use settings files for running Claude Code against alternative model providers — Kimi K3, MiniMax M3, and Z.ai GLM-5.2 — via their Anthropic-compatible APIs.

    Plugin Architecture

    The repository is organized as a plugin marketplace. Each plugin lives under plugins/ and can contain any combination of:

    • Skills — reusable instruction sets that can be installed as ZIP files into claude.ai, Claude Code, Cursor, Codex, or VS Code
    • Hooks — pre/post tool-use scripts (Python or Bash) that intercept writes, commits, and compactions
    • Agents — subagent definitions for tasks like PR creation, code review, and second-opinion checks
    • Commands — slash commands like /simplify, /factcheck, and /create-pr
    • MCP configs — bundled .mcp.json files for tools like Tavily, Azure, GCloud, and MongoDB

    Plugins are installed with a single command per tool (e.g., claude plugin install simplify@claude-settings) after adding the marketplace once.

    Key Plugins

    The repository ships a broad set of plugins covering different workflow needs:

    • simplify — reviews staged diffs across four angles (reuse, simplification, efficiency, altitude) and applies fixes; brings Claude Code's built-in /simplify to Codex, Cursor, and Gemini
    • humanize — blocks 53 AI buzzwords, 16 clichés, and 3 punctuation marks on every Write/Edit via a hook; word list draws on Wikipedia's "Signs of AI writing"
    • github-dev — Git and GitHub automation with agents for commit creation, PR creation, PR review, and comment resolution
    • fable-advisor / codex-advisor — cross-model second-opinion agents; fable-advisor uses Claude Fable 5, codex-advisor routes to GPT via Codex CLI
    • adhd-output-style — low-token output formatting with answer-first structure and short teaching notes
    • intelligent-compact — preserves file paths, root causes, and open questions through Claude Code's auto-compaction summaries
    • python-skills, react-skills, mongodb-skills, supabase-skills, stripe-skills — domain-specific best-practice skill sets from authoritative sources

    Alternative Model Provider Support

    A notable feature is first-class support for running Claude Code against non-Anthropic model providers via their Anthropic-compatible APIs:

    • Kimi K3 (kimi-k3[1m]) via Moonshot AI — 1M context, native vision, thinking mode
    • MiniMax M3 (MiniMax-M3[1m]) via MiniMax — 1M context window
    • Z.ai GLM-5.2 (glm-5.2[1m]) via Z.ai — 1M context, significantly cheaper than frontier Claude models

    Each provider has a dedicated settings file (.claude/settings-kimi.json, etc.) and, where the Responses API is supported, a Codex CLI config (.codex/config-kimi.toml).

    Update: v2.6.0

    The latest release is v2.6.0, published on 2026-08-06, with the repository last pushed on 2026-08-15. The GitHub metadata shows 1,061 stars and 99 forks as of the last crawl. The project roadmap (TODO section in the README) lists planned additions including TanStack skills, auth patterns (Clerk, Firebase), a Paddle billing skill, and a rename/rebranding to "Agent Plugins" with a dedicated catalog site at agentplugins.net. The repository is listed in the Awesome Claude Code collection.

    claude-codex-settings - 1

    Community Discussions

    Be the first to start a conversation about claude-codex-settings

    Share your experience with claude-codex-settings, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under Apache License 2.0. Clone and use the repository at no cost.

    • All plugins, skills, hooks, and agents
    • Settings files for Claude Code, Codex CLI, Cursor, Gemini CLI
    • Alternative model provider configs (Kimi, MiniMax, GLM)
    • Apache 2.0 license — free to use, modify, and distribute

    Capabilities

    Key Features

    • Ready-to-use settings files for Claude Code, Codex CLI, Cursor, and Gemini CLI
    • Plugin marketplace with one-command install
    • Skills, hooks, agents, and slash commands per plugin
    • Alternative model provider support: Kimi K3, MiniMax M3, Z.ai GLM-5.2
    • simplify plugin for diff review across four angles
    • humanize hook blocking AI buzzwords on every write
    • github-dev plugin for commit, PR creation, and review automation
    • fable-advisor and codex-advisor for cross-model second opinions
    • adhd-output-style for low-token answer-first formatting
    • intelligent-compact for preserving key facts through auto-summaries
    • Python, React, MongoDB, Supabase, Stripe, Polar, Cloudflare, Hetzner, Dokploy skill sets
    • MCP server configs for Tavily, Azure, GCloud, MongoDB, paper search
    • CLAUDE.md with opinionated coding principles (delete > replace > add)
    • Pre/post tool-use hooks in Python and Bash
    • ZIP-downloadable skills for claude.ai, VS Code, and other tools
    • Apache 2.0 open-source license

    Integrations

    Claude Code
    OpenAI Codex CLI
    Cursor
    Gemini CLI
    GitHub CLI (gh)
    Kimi K3 (Moonshot AI)
    MiniMax M3
    Z.ai GLM-5.2
    Tavily MCP
    MongoDB MCP
    Azure MCP
    GCloud Observability MCP
    Supabase
    WandB
    Stripe
    Polar
    LiveKit
    Cloudflare Workers
    Hetzner Cloud
    Dokploy
    OpenObserve
    Overleaf
    Context7 MCP
    VS Code
    ruff
    prettier
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate claude-codex-settings and help others make informed decisions.

    Developer

    Fatih Cagatay Akyon

    Fatih Cagatay Akyon builds open-source AI tooling focused on developer productivity and computer vision. He maintains claude-codex-settings, a battle-tested plugin and configuration ecosystem for Claude Code, Codex CLI, Cursor, and Gemini CLI. He is also associated with Ultralytics, where he works on computer vision and ML research. His projects are structured around pragmatic engineering principles drawn from sources like Andrej Karpathy's observations on LLM coding pitfalls.

    Founded 2021
    Ankara, Turkey
    1 employees
    Read more about Fatih Cagatay Akyon
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Agent Scripts icon

    Agent Scripts

    A collection of shared agent instructions, reusable workflow skills, and portable helper scripts for Codex/Claude-style AI coding agents.

    Openbase Coder icon

    Openbase Coder

    A voice IDE for real engineering work that lets you speak tasks, steer AI coding agents, approve commands, and review diffs from your Mac or iPhone.

    Traycer icon

    Traycer

    An open-source agentic coding nerve center that connects multiple AI coding agents, shared memory, and team collaboration in one unified desktop workspace.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    752 tools

    Prompt Management

    Tools for organizing, versioning, and managing AI prompts.

    48 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    619 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions