claude-codex-settings: Enhance Your AI Coding Tools with Battle-Tested Configurations
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
The `claude-codex-settings` repository provides battle-tested configurations, plugins, hooks, and agents for Claude Code, OpenAI Codex, and Cursor. It aims to significantly improve AI coding tool behavior by offering structured guidelines and an extensive ecosystem of specialized skills. This versatile resource also supports Kimi, MiniMax, and GLM APIs, streamlining AI-powered development workflows.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The claude-codex-settings repository by fcakyon is a comprehensive collection of battle-tested configurations, plugins, hooks, and agents designed to enhance your AI coding experience. It supports popular AI coding tools like Claude Code, OpenAI Codex, and Cursor, providing a robust framework to improve their performance and reliability. This project addresses common pitfalls in AI-generated code, such as incorrect assumptions and overcomplication, by offering structured guidelines and an extensive plugin ecosystem. Furthermore, it extends its utility by supporting Kimi, MiniMax, and GLM APIs, making it a versatile asset for developers leveraging advanced AI models.
Installation
Plugins add skills, commands, and automations to your AI coding tool. Install only what you need from the plugin list. For detailed setup requirements, refer to the project's INSTALL.md file.
Claude Code:
# Add marketplace (one time)
claude plugin marketplace add fcakyon/claude-codex-settings
# Install any plugin by name
claude plugin install fable-advisor@claude-settings
Codex CLI:
# Add marketplace (one time)
codex plugin marketplace add fcakyon/claude-codex-settings
# Install any plugin by name
codex plugin add simplify@claude-settings
Gemini CLI:
# Install any plugin by name
gemini extensions install --path ./plugins/simplify
Cursor:
# Install any plugin by name
cursor plugin install simplify@claude-settings
The repository also provides shared agent guidance in .claude/CLAUDE.md, which can be synced to your local setup for consistent behavior across tools.
Examples
The claude-codex-settings repository features a rich collection of plugins, each designed to address specific development needs. Here are a few notable examples:
Simplify
The simplify plugin helps review changed code for reuse, redundancy, and over-engineering, then applies necessary fixes. It evaluates code quality across four angles: reuse, simplification, efficiency, and altitude, using parallel agents. This plugin brings Claude Code's built-in /simplify functionality to Codex, Cursor, and Gemini, ensuring consistent code review across your preferred tools. It also includes a guard.py hook to require a completed /simplify run before each commit.
Installation Example (Claude Code):
claude plugin install simplify@claude-settings
Humanize
The humanize plugin is designed to block a curated list of AI buzzwords and cliches, ensuring your written content reads more naturally. Before a "Write" or "Edit" action, it scans new text, comments, and docstrings for common AI writing patterns and suggests plain-word swaps. This hook-based plugin runs on Claude Code and Gemini, enforcing a more human-like tone in your documentation and code comments.
Installation Example (Claude Code):
claude plugin install humanize@claude-settings
GitHub Dev
The github-dev plugin offers a suite of agents and skills for automating Git and GitHub workflows. It includes agents like commit-creator for intelligent commit messages, pr-creator for pull request generation, and pr-reviewer for code reviews. Its skills cover tasks such as committing staged changes, creating pull requests from branch diffs, reviewing PRs for bugs, and resolving comments. Hooks are also provided for commit and PR creation confirmations, and to block AI attribution lines.
Installation Example (Claude Code):
claude plugin install github-dev@claude-settings
Why Use claude-codex-settings?
This repository stands out for several reasons, making it an invaluable asset for developers working with AI coding assistants:
- Improved AI Agent Behavior: Directly addresses common AI pitfalls, such as making wrong assumptions or overcomplicating code, by providing structured guidelines that promote clarity, consistency, and effective problem-solving.
- Cross-Tool Compatibility: Offers configurations and plugins that work seamlessly across Claude Code, OpenAI Codex, Cursor, and Gemini CLI, ensuring a unified and efficient development environment regardless of your preferred tool.
- Extensive Plugin Ecosystem: Provides a wide array of specialized skills and agents, from office document processing and database management (MongoDB, Supabase) to cloud deployments (Hetzner, Cloudflare) and frontend design, significantly expanding the capabilities of your AI assistants.
- Customization and Control: Features detailed configuration options for various AI models and tools, including support for Kimi, MiniMax, and GLM APIs, allowing you to tailor your AI's behavior to specific project requirements and cost considerations.
- Productivity Boost: By automating routine tasks, enforcing best practices, and providing intelligent assistance for complex decisions, the repository helps streamline workflows and significantly enhance developer productivity.
Links
- GitHub Repository: fcakyon/claude-codex-settings
- Claude Code: Official CLI for Claude
- OpenAI Codex: Official CLI for Codex
- Cursor: AI-powered Code Editor
- Gemini CLI: Official CLI for Gemini
- Agent Skills: Open format for giving agents new capabilities
Related repositories
Similar repositories that may be relevant next.

ctx-gate: LLM Context Gateway for Efficient Token Usage
September 16, 2026
ctx-gate is an LLM-agnostic context optimization proxy that reduces token consumption in AI interactions. It intelligently prunes conversation history and tool outputs, ensuring critical facts are retained without altering your workflow. Compatible with Anthropic and OpenAI APIs, ctx-gate helps developers manage LLM costs and maintain prompt fidelity.

ADL CLI: Scaffold Enterprise-Ready AI Agents with A2A Protocol
September 15, 2026
The ADL CLI is a powerful command-line tool designed to rapidly scaffold and manage enterprise-ready AI Agents. It leverages the YAML-based Agent Definition Language (ADL) to generate complete project structures, eliminating boilerplate and ensuring consistent patterns. This tool significantly accelerates the development of AI agents powered by the A2A (Agent-to-Agent) protocol.
Local LLM Linux Troubleshoot: An AI Agent for Linux Diagnostics
September 14, 2026
Local LLM Linux Troubleshoot is an AI-powered agent designed to diagnose and resolve issues on Linux systems. It leverages llama.cpp for local AI processing, offering system diagnostics, safe command execution, and support for Docker, CLI, and a web GUI. This tool provides a privacy-first approach to managing and troubleshooting your Linux environment.

OpenWorkProof: Verifiable Work Contracts for AI Agent Systems
September 13, 2026
OpenWorkProof is an open protocol designed to bring transparency and accountability to AI agent work. It establishes verifiable contracts for multi-agent systems, ensuring that tasks are authorized, executed within agreed scopes, and independently verifiable. This protocol addresses critical questions about authorization, execution evidence, and human acceptance in AI-driven workflows.
Source repository
Open the original repository on GitHub.
14 counted GitHub visits