MCPHub LabRegistryclaude-codex-settings
fcakyon

claude codex settings

Built by fcakyon 546 stars

What is claude codex settings?

My personal Claude Code and OpenAI Codex setup with battle-tested skills, commands, hooks, agents and MCP servers that I use daily.

How to use claude codex settings?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add claude codex settings using the following command: npx @modelcontextprotocol/claude-codex-settings 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/claude-codex-settings --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/claude-codex-settings

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

claude codex settings FAQ

Q

Is claude codex settings safe?

Yes, claude codex settings follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is claude codex settings up to date?

claude codex settings is currently active in the registry with 546 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for claude codex settings?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<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 Gemini CLI Cursor Context7 MCP llms.txt

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>

Create symlinks for cross-tool compatibility:

ln -sfn CLAUDE.md AGENTS.md
ln -sfn CLAUDE.md GEMINI.md

Plugins

<details> <summary><strong>simplify</strong> - Review your changed code for reuse, redundancy, wasted work, and over-engineering, then apply the cleanups</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
</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".

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

</details> <details> <summary><strong>intelligent-compact</strong> - Stop Claude Code from forgetting file paths, root causes, and open questions when it auto-summarizes long sessions</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install intelligent-compact@claude-settingscodex plugin add intelligent-compact@claude-settingsgemini extensions install --path ./plugins/intelligent-compact

When Claude Code auto-summarizes a long session, the default summary routinely drops the highest-signal facts. This plugin tells the summarizer to keep them:

  • File paths under investigation so the next turn doesn't re-discover where you were
  • Confirmed root causes so you don't re-debug what's already solved
  • Open questions, metrics, and IDs that prose summaries usually round away
  • Findings from expensive subagent runs that took minutes to gather

Runs on every /compact (manual) and every auto compaction. Claude Code only; Codex, Cursor, and Gemini CLI don't yet expose a comparable summary hook.

Hooks:

</details> <details> <summary><strong>claude-telemetry-hooks</strong> - Track per-device Claude Code usage, rejection reasons, and per-session stats from a single dashboard</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install claude-telemetry-hooks@claude-settingsn/agemini extensions install --path ./plugins/claude-telemetry-hooks

Adds the two missing pieces Claude Code's telemetry needs to power a usage dashboard:

  • Sticky session ID per project: resumed conversations stay one session, not dozens
  • Categorized rejection reasons (profanity, wrong target, scope drift, retry, and more): chart why Claude pushes back

Per-device data is already in Claude Code's built-in OpenTelemetry stream. Pairs naturally with openobserve-skills for the dashboard side.

Hooks:

</details> <details> <summary><strong>anthropic-office-skills</strong> - Official Anthropic PDF, Word, PowerPoint, Excel skills</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install anthropic-office-skills@claude-settingscodex plugin add anthropic-office-skills@claude-settingsgemini extensions install --path ./plugins/anthropic-office-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/anthropic-office-skills --skill '*'

Official office document skills from anthropics/skills.

SkillDescriptionInstall
pdfPDF processing (read, merge, split, create, OCR, forms)ZIP
pptxPowerPoint presentation building and editingZIP
xlsxExcel spreadsheet processing with formulasZIP
docxWord document creation and editingZIP
</details> <details> <summary><strong>openai-office-skills</strong> - Official OpenAI PDF, Word, PowerPoint, Excel skills</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install openai-office-skills@claude-settingscodex plugin add openai-office-skills@claude-settingsgemini extensions install --path ./plugins/openai-office-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/openai-office-skills --skill '*'

Office document skills for creating and editing PDFs, Word documents, slide decks, and spreadsheets.

SkillDescriptionInstall
pdfPDF generation and extraction with visual reviewZIP
slidesSlide deck creation with PptxGenJSZIP
spreadsheetSpreadsheet processing with formulas and formattingZIP
docWord document creation and editingZIP
</details> <details> <summary><strong>python-skills</strong> - Python best practices from PEP 8, Zen of Python, Google Style Guide, Effective Python</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install python-skills@claude-settingscodex plugin add python-skills@claude-settingsgemini extensions install --path ./plugins/python-skills

Python coding guidelines grounded in authoritative sources: PEP 8, PEP 20 (Zen of Python), Google Python Style Guide, and Brett Slatkin's "Effective Python" (3rd ed.). Covers code integration, idiomatic patterns, YAGNI anti-abstraction rules, Google-style docstrings, and 18 before/after code examples.

Skills:

SkillDescription
python-guidelinesCore rules, self-tests, and reference index

Reference files:

</details> <details> <summary><strong>react-skills</strong> - Official React, Next.js, and React Native best practices</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install react-skills@claude-settingscodex plugin add react-skills@claude-settingsgemini extensions install --path ./plugins/react-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/react-skills --skill '*'

React and frontend best practices from vercel-labs/agent-skills.

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

SkillDescriptionZIP
composition-patternsReact composition patterns: compound components, render props, contextZIP
react-best-practices64 React/Next.js performance rules from Vercel EngineeringZIP
react-native-skills35+ React Native/Expo rules for performance and animationsZIP
react-view-transitionsView Transition API for page/route animationsZIP
web-design-guidelinesUI review against 16 web interface guideline categoriesZIP
</details> <details> <summary><strong>agent-browser</strong> - Official browser automation CLI for AI agents</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install agent-browser@claude-settingscodex plugin add agent-browser@claude-settingsgemini extensions install --path ./plugins/agent-browser

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/agent-browser --skill '*'

Browser automation via CLI instead of MCP. 93% less context usage than Playwright MCP by using snapshot + element refs instead of full DOM tree dumps. From vercel-labs/agent-browser.

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

SkillDescriptionZIP
agent-browserBrowser automation: navigation, forms, clicking, screenshots, auth, sessionsZIP
electronAutomate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion)ZIP

CLI Tool: agent-browser - install via npm i -g agent-browser && agent-browser install

</details> <details> <summary><strong>frontend-design-skills</strong> - Official frontend design skills (Anthropic + OpenAI)</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install frontend-design-skills@claude-settingscodex plugin add frontend-design-skills@claude-settingsgemini extensions install --path ./plugins/frontend-design-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/frontend-design-skills --skill '*'

Frontend design skills from anthropics/claude-plugins-official and openai/plugins.

SkillDescriptionInstall
openai-frontend-designComposition-first design: restrained layout, image-led hierarchy, tasteful motionZIP
anthropic-frontend-designBold aesthetic direction, distinctive typography, anti-generic AI aestheticsZIP
</details> <details> <summary><strong>mongodb-skills</strong> - Official MongoDB agent skills for schema design, query tuning, and Atlas Search</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install mongodb-skills@claude-settingscodex plugin add mongodb-skills@claude-settingsgemini extensions install --path ./plugins/mongodb-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/mongodb-skills --skill '*'

Official MongoDB agent skills for schema design, query tuning, Atlas Search, and connections. From mongodb/agent-skills.

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

SkillDescriptionZIP
mongodb-atlas-stream-processingAtlas stream processing patternsZIP
mongodb-connectionConnection managementZIP
mongodb-mcp-setupMCP server setupZIP
mongodb-natural-language-queryingNatural language to queriesZIP
mongodb-query-optimizerQuery performance tuningZIP
mongodb-schema-designSchema design patternsZIP
mongodb-search-and-aiAtlas Search and AI integrationZIP
</details> <details> <summary><strong>supabase-skills</strong> - Supabase Postgres best practices, JavaScript SDK, and CLI skills</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install supabase-skills@claude-settingscodex plugin add supabase-skills@claude-settingsgemini extensions install --path ./plugins/supabase-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/supabase-skills --skill '*'

Supabase skills covering Postgres query/schema best practices from supabase/agent-skills, JavaScript SDK usage from supabase/supabase-js, and CLI workflows from supabase/cli.

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

SkillDescriptionZIP
supabase-postgres-best-practicesPostgres performance and schema design across 8 categoriesZIP
supabase-jsJavaScript SDK for auth, database, storage, realtime, edge functionsZIP
supabase-cliCLI for local dev, migrations, edge functions, project managementZIP
</details> <details> <summary><strong>stripe-skills</strong> - Official Stripe agent skills for payments, billing, Connect, and API upgrades</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install stripe-skills@claude-settingscodex plugin add stripe-skills@claude-settingsgemini extensions install --path ./plugins/stripe-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/stripe-skills --skill '*'

Official Stripe agent skills for payment integration: API selection, Connect platform setup, billing/subscriptions, Treasury, and SDK upgrades. From stripe/ai.

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

SkillDescriptionZIP
stripe-best-practicesPayments, billing, Connect, Treasury integration best practicesZIP
stripe-projectsStripe Projects CLI setup and stack provisioningZIP
upgrade-stripeStripe API version and SDK upgrade guideZIP
</details> <details> <summary><strong>polar-skills</strong> - Official Polar agent skills for billing, subscriptions, and local dev environment</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install polar-skills@claude-settingscodex plugin add polar-skills@claude-settingsgemini extensions install --path ./plugins/polar-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/polar-skills --skill '*'

Official Polar agent skills for billing system, Stripe integration, subscription lifecycle, and local dev with Docker. From polarsource/polar.

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

SkillDescriptionZIP
polar-billingPolar billing system, Stripe integration, subscriptions, benefit provisioningZIP
polar-local-environmentPolar local development environment with DockerZIP
</details> <details> <summary><strong>livekit-skills</strong> - LiveKit voice AI agent development (Cloud + self-hosted)</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install livekit-skills@claude-settingscodex plugin add livekit-skills@claude-settingsgemini extensions install --path ./plugins/livekit-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/livekit-skills --skill '*'

Voice AI agent development with the LiveKit Agents SDK. Cloud-agnostic: supports both LiveKit Cloud and self-hosted deployments. Uses lk CLI for docs access instead of MCP. Based on livekit/agent-skills, patched for CLI workflow and BYOK model providers.

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

SkillDescriptionZIP
livekit-skillsVoice AI agents: architecture, handoffs, testing, CLI workflowZIP
</details> <details> <summary><strong>cloudflare-skills</strong> - Official Cloudflare developer platform skill for Workers, R2, D1, KV, AI, and 50+ services</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install cloudflare-skills@claude-settingscodex plugin add cloudflare-skills@claude-settingsgemini extensions install --path ./plugins/cloudflare-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/cloudflare-skills --skill '*'

Cloudflare developer platform skill with decision trees for product selection across Workers, Durable Objects, R2, D1, KV, Workers AI, and 50+ services. From cloudflare/skills.

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

SkillDescriptionZIP
cloudflare-deployCloudflare platform: compute, storage, AI, networking, securityZIP
</details> <details> <summary><strong>web-performance-skills</strong> - Web performance auditing with Core Web Vitals, Lighthouse, and Chrome DevTools</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install web-performance-skills@claude-settingscodex plugin add web-performance-skills@claude-settingsgemini extensions install --path ./plugins/web-performance-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/web-performance-skills --skill '*'

Audit web page performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. From cloudflare/skills.

Bundles the chrome-devtools MCP server (no API key needed).

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

SkillDescriptionZIP
web-performance-optimizationCore Web Vitals, Lighthouse, render-blocking, accessibility auditsZIP
</details> <details> <summary><strong>openobserve-skills</strong> - OpenObserve REST API skill for AI agents to search logs/metrics/traces and create dashboards via curl</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install openobserve-skills@claude-settingscodex plugin add openobserve-skills@claude-settingsgemini extensions install --path ./plugins/openobserve-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/openobserve-skills --skill '*'

Programmatic access to OpenObserve (Cloud or self-hosted) via the documented REST API. Covers:

  • Auth and search: HTTP Basic auth, the search/SQL endpoint with microsecond timestamps
  • Streams and dashboards: stream listing/schema, dashboard CRUD, the v8 panel JSON schema
  • Known pitfalls: the customQuery re-aggregation bug that doubles table rows when fields.y carries an aggregationFunction

Built for AI agents: uses curl only, no SDK or CLI dependency. Pairs naturally with claude-telemetry-hooks for Claude Code usage dashboards. Reference docs are mirrored from openobserve/openobserve-docs.

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

SkillDescriptionZIP
openobserve-apiSearch SQL, streams, dashboards, panel schema, ingestion endpoints, common pitfallsZIP
</details> <details> <summary><strong>hetzner-skills</strong> - Hetzner Cloud CLI skill for servers, networks, firewalls, load balancers, DNS, and storage</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install hetzner-skills@claude-settingscodex plugin add hetzner-skills@claude-settingsgemini extensions install --path ./plugins/hetzner-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/hetzner-skills --skill '*'

Hetzner Cloud infrastructure management via the hcloud CLI. Decision trees for compute, networking, storage, DNS, and common deploy workflows. Reference docs extracted from hetznercloud/cli.

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

SkillDescriptionZIP
hetzner-deployServers, networks, firewalls, load balancers, DNS, volumes, storageZIP
</details> <details> <summary><strong>dokploy-skills</strong> - Dokploy deployment skill for Dokploy Cloud and self-hosted dashboards</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install dokploy-skills@claude-settingscodex plugin add dokploy-skills@claude-settingsgemini extensions install --path ./plugins/dokploy-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/dokploy-skills --skill '*'

Dokploy Cloud and self-hosted dashboard workflows from Dokploy/website, plus a compact CLI command index generated from Dokploy/cli.

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

SkillDescriptionZIP
dokploy-deployDokploy Cloud, self-hosted dashboard, Docker Compose, databases, domains, remote servers, CLI indexZIP
</details> <details> <summary><strong>anthropic-essentials</strong> - Feature dev, CLAUDE.md management, skill creation</summary>

Best-of bundle from anthropics/claude-plugins-official. Cherry-picks skills, agents, and commands from multiple upstream plugins.

Skills:

  • claude-md-improver - Audit and improve CLAUDE.md files across a codebase
  • skill-creator - Create, improve, and benchmark Agent Skills with eval testing

Agents:

  • code-architect - Architecture design from codebase patterns
  • code-explorer - Deep codebase exploration and analysis
  • code-reviewer - Code quality and review

Commands:

  • /feature-dev - Guided feature development workflow
  • /revise-claude-md - Capture session learnings into CLAUDE.md

Hooks:

  • Stop (prompt) - Suggest CLAUDE.md updates after significant code changes
  • SessionEnd (prompt) - Remind to capture learnings when session ends
</details> <details> <summary><strong>anthropic-plugin-dev</strong> - Plugin development toolkit</summary>

Actively maintained plugin development toolkit from anthropics/claude-plugins-official. 7 skills, 3 agents, and guided plugin creation.

Skills: hook-development, mcp-integration, plugin-structure, plugin-settings, command-development, agent-development, skill-development

Agents: agent-creator, plugin-validator, skill-reviewer

Commands: /create-plugin - Guided plugin workflow

</details> <details> <summary><strong>phd-skills</strong> - Hypothesis design, paper review, citation checks</summary>

Academic research toolkit from fcakyon/phd-skills. Experiment design, literature review, paper writing, citation verification, and reviewer defense for PhD workflows.

Skills:

Agents:

Commands:

  • /factcheck - Verify citations and claims
  • /fortify - Strengthen paper against reviewer critiques
  • /gaps - Find gaps in literature coverage
  • /setup - Configure phd-skills
  • /xray - Deep analysis of a paper
</details> <details> <summary><strong>github-dev</strong> - Git workflow agents + skills</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install github-dev@claude-settingscodex plugin add github-dev@claude-settingsgemini extensions install --path ./plugins/github-dev

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/github-dev --skill '*'

Git and GitHub automation. Run the setup skill after install.

Agents:

Skills:

Hooks:

</details> <details> <summary><strong>ultralytics-dev</strong> - Auto-formatting hooks</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install ultralytics-dev@claude-settingscodex plugin add ultralytics-dev@claude-settingsgemini extensions install --path ./plugins/ultralytics-dev

Auto-formatting hooks for Python, JavaScript, Markdown, and Bash.

Hooks:

</details> <details> <summary><strong>azure-tools</strong> - Azure MCP & Skills</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install azure-tools@claude-settingscodex plugin add azure-tools@claude-settingsgemini extensions install --path ./plugins/azure-tools

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/azure-tools --skill '*'

40+ Azure services with Azure CLI authentication. Run /azure-tools:setup after install.

Skills:

Commands:

MCP: .mcp.json | microsoft/mcp/Azure.Mcp.Server

</details> <details> <summary><strong>claude-tools</strong> - Sync CLAUDE.md + allowlist + context refresh</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install claude-tools@claude-settingscodex plugin add claude-tools@claude-settingsgemini extensions install --path ./plugins/claude-tools

Commands for syncing CLAUDE.md and permissions allowlist from repository, plus context refresh for long conversations.

Commands:

Hooks:

</details> <details> <summary><strong>gcloud-tools</strong> - GCloud MCP & Skills</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install gcloud-tools@claude-settingscodex plugin add gcloud-tools@claude-settingsgemini extensions install --path ./plugins/gcloud-tools

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/gcloud-tools --skill '*'

Logs, metrics, and traces. Run /gcloud-tools:setup after install.

Skills:

  • gcloud-usage - Best practices for GCloud Logs/Metrics/Traces
  • setup - Troubleshooting guide

Commands:

MCP: .mcp.json | google-cloud/observability-mcp

</details> <details> <summary><strong>paper-search-tools</strong> - Paper Search MCP & Skills</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install paper-search-tools@claude-settingscodex plugin add paper-search-tools@claude-settingsgemini extensions install --path ./plugins/paper-search-tools

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/paper-search-tools --skill '*'

Search papers across arXiv, PubMed, IEEE, Scopus, ACM. Run /paper-search-tools:setup after install. Requires Docker.

Skills:

Commands:

MCP: .mcp.json | mcp/paper-search

</details> <details> <summary><strong>tavily-tools</strong> - Tavily MCP & Skills</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install tavily-tools@claude-settingscodex plugin add tavily-tools@claude-settingsgemini extensions install --path ./plugins/tavily-tools

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/tavily-tools --skill '*'

Web search and content extraction. Run /tavily-tools:setup after install.

Skills:

Commands:

Hooks:

MCP: .mcp.json | tavily-ai/tavily-mcp

</details> <details> <summary><strong>overleaf-skills</strong> - Pull Overleaf review comments into your local .tex repo and apply the suggested edits</summary>
Claude CodeCodex CLIGemini CLI
claude plugin install overleaf-skills@claude-settingscodex plugin add overleaf-skills@claude-settingsgemini extensions install --path ./plugins/overleaf-skills

Skills CLI

npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/overleaf-skills --skill '*'

Pull reviewer comments from an Overleaf project, locate each in your local git-tracked *.tex files, and apply edits you review. Run setup once to paste your Overleaf session cookie; sessions slide ~5 days idle. Pairs naturally with github-dev for the commit step.

Skills:

  • setup - Capture and refresh the Overleaf session cookie
  • review-overleaf - Fetch unresolved review threads and apply edits to local .tex files
</details>

Configuration

<details> <summary><strong>Claude Code</strong></summary>

Configuration in .claude/settings.json:

  • Model: OpusPlan mode (plan: Opus 4.8, execute: Opus 4.8, fast: Sonnet 4.6) - source
  • Environment: bash working directory, telemetry disabled, MCP output limits
  • Permissions: bash commands, git operations, MCP tools
  • Auto mode: auto permission mode with a custom autoMode classifier block in .claude/settings.json - see the auto mode config reference for what each rule section does, and run claude auto-mode defaults to print the current built-in block and allow rules
  • Advisor: a stronger model reviews key decisions via the advisor tool, paired as Opus main plus Opus advisor. Fable 5 as advisor currently fails with a bare "unavailable" (#73365), so for an on-demand Fable second opinion use the standalone fable-advisor plugin
  • Plugins: All plugins enabled
</details> <details> <summary><strong>Z.ai GLM-5.2 (1M context)</strong></summary>

Configuration in .claude/settings-zai.json using Z.ai GLM models via Anthropic-compatible API:

  • Main model: GLM-5.2 with 1M context (dialogue, planning, coding, complex reasoning)
  • Fast model: GLM-4.7 (file search, syntax checking)
  • Cost savings: much cheaper than frontier Claude models
  • API key: Get from z.ai/model-api
</details> <details> <summary><strong>Kimi K3 (Fable5-level accuracy)</strong></summary>

Run Claude Code with Kimi K3 via Anthropic-compatible API - source:

  • Model: kimi-k3[1m] - native vision, thinking mode, 1M context
  • Fast models: kimi-k2.7-code (sonnet), kimi-k2.6 (haiku) - cheaper 256K tiers
  • API key: Get from platform.moonshot.ai
export ANTHROPIC_BASE_URL=https://api.moonshot.ai/anthropic
export ANTHROPIC_AUTH_TOKEN="your-moonshot-api-key"
export ANTHROPIC_MODEL="kimi-k3[1m]"
export ANTHROPIC_DEFAULT_OPUS_MODEL="kimi-k3[1m]"
export ANTHROPIC_DEFAULT_SONNET_MODEL="kimi-k2.7-code"
export ANTHROPIC_DEFAULT_HAIKU_MODEL="kimi-k2.6"
export ANTHROPIC_DEFAULT_FABLE_MODEL="kimi-k3[1m]"
export CLAUDE_CODE_SUBAGENT_MODEL="kimi-k3[1m]"
export ENABLE_TOOL_SEARCH=false

Or use the settings file: .claude/settings-kimi.json

</details> <details> <summary><strong>MiniMax M3 (1M context)</strong></summary>

Run Claude Code with MiniMax M3 via Anthropic-compatible API - source:

  • Model: MiniMax-M3[1m] - 1M context window (512K guaranteed minimum, [1m] unlocks the full window)
  • Fast model: MiniMax-M2.7-highspeed - high-throughput variant
  • API key: Get from minimax.io
export ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic
export ANTHROPIC_AUTH_TOKEN="your-minimax-api-key"
export ANTHROPIC_MODEL=MiniMax-M3[1m]
export ANTHROPIC_DEFAULT_OPUS_MODEL=MiniMax-M3[1m]
export ANTHROPIC_DEFAULT_SONNET_MODEL=MiniMax-M3[1m]
export ANTHROPIC_DEFAULT_HAIKU_MODEL=MiniMax-M2.7-highspeed
export CLAUDE_CODE_AUTO_COMPACT_WINDOW=400000
export ENABLE_TOOL_SEARCH=false

Or use the settings file: .claude/settings-minimax.json

For Codex CLI, see the recipe at .codex/config-minimax.toml. Note that Codex requires a local Responses API proxy since MiniMax only exposes chat completions.

</details> <details> <summary><strong>OpenAI Codex</strong></summary>

Configuration in ~/.codex/config.toml:

  • Model: gpt-5.6-sol with model_reasoning_effort set to "high"
  • Sandbox: workspace-write with network access enabled
  • Plugins: a curated set enabled from this marketplace (simplify, github-dev, python-skills, and more)
</details> <details> <summary><strong>VSCode</strong></summary>

Settings in .vscode/settings.json:

  • GitHub Copilot: Custom instructions for automated commit messages and PR descriptions
  • Python: Ruff formatting with auto-save and format-on-save enabled
  • Terminal: Cross-platform compatibility configurations
  • Thinking display: point claudeCode.claudeProcessWrapper at a small wrapper that forces --thinking-display summarized, so thinking tokens still show in the extension (works around 2.1.111+ dropping the flag)
<details> <summary><code>~/.local/bin/claude-wrapper</code> (chmod +x)</summary>
#!/bin/bash
# Workaround for VS Code Claude Code extension 2.1.111+ not passing
# --thinking-display to the binary on Opus 4.7 (API default changed
# to "omitted", so thinking blocks arrive empty).
exec "$@" --thinking-display summarized
</details> </details>

TODO

Visual demos:

  • Add before/after comparison slider images or GIFs for each plugin showing the value visually

Zero-MCP goal:

  • Replace MCP-based plugins with CLI alternatives where possible (mongodb, tavily, gcloud, azure, paper-search)

New plugins/skills:

  • Payments: Stripe best practices, Polar billing and local dev
  • Payments: Paddle billing and checkout skills
  • Deployment: Cloudflare platform skill
  • Deployment: Hetzner Cloud CLI skill
  • Deployment: Dokploy deployment skill
  • Frontend design: Anthropic + OpenAI frontend design skills (bundled as frontend-design-skills)
  • Frontend: TanStack (Router, Query, Table, Form)
  • Real-time: LiveKit voice/video agent skill
  • Documents: Google Docs, PPTX, DOCX, Excel from OpenAI (bundled as openai-office-skills)
  • Auth: Clerk, Firebase patterns
  • Fullstack: FastAPI, NodeJS backends, Tailwind CSS v4, shadcn/ui, Sentry monitoring, Web Vitals
  • Productivity: Caveman compressed output style saving ~75% of tokens

Static website:

  • Publish agentplugins.net as a plugin catalog site with search, category filtering, per-tool install snippets, and GitHub Pages hosting

Other:

  • Change marketplace and repo name to Agent Plugins instead of Claude Settings or Claude Codex Settings, and update the repo thumbnail

References

Thank you for the support!

Star History Chart

<h3 align="center">Contributors</h3> <p align="center"> <a href="https://github.com/fcakyon/claude-codex-settings/graphs/contributors"> <img src="https://contrib.rocks/image?repo=fcakyon/claude-codex-settings" /> </a> </p>

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "claude-codex-settings": { "command": "npx", "args": ["claude-codex-settings"] } } }