fcakyon/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.

377 stars40 forksUpdated Jan 14, 2026
npx skills add fcakyon/claude-codex-settings

README

Claude Codex Settings Logo

Mentioned in Awesome Claude Code Claude Code Plugin Context7 MCP llms.txt

My daily battle-tested Claude Code/Desktop and OpenAI Codex setup with skills, commands, hooks, subagents and MCP servers.

InstallationPluginsConfigurationStatuslineReferences

Installation

Prerequisites: Before installing, ensure you have Claude Code and required tools installed. See INSTALL.md for complete prerequisites.

Install agents, commands, hooks, skills, and MCP servers via Claude Code Plugins system:

# Add marketplace
/plugin marketplace add fcakyon/claude-codex-settings

# Install plugins (pick what you need)
/plugin install azure-tools@claude-settings        # Azure MCP & Skills (40+ services)
/plugin install ccproxy-tools@claude-settings      # Use any LLM via ccproxy/LiteLLM
/plugin install claude-tools@claude-settings       # Sync CLAUDE.md + allowlist
/plugin install gcloud-tools@claude-settings       # GCloud MCP & Skills
/plugin install general-dev@claude-settings        # Code simplifier + utilities
/plugin install github-dev@claude-settings         # Git workflow + GitHub MCP
/plugin install linear-tools@claude-settings       # Linear MCP & Skills
/plugin install mongodb-tools@claude-settings      # MongoDB MCP & Skills (read-only)
/plugin install notification-tools@claude-settings # OS notifications
/plugin install paper-search-tools@claude-settings # Paper Search MCP & Skills
/plugin install playwright-tools@claude-settings   # Playwright MCP + E2E skill
/plugin install plugin-dev@claude-settings         # Plugin development toolkit
/plugin install slack-tools@claude-settings        # Slack MCP & Skills
/plugin install statusline-tools@claude-settings   # Session + 5H usage statusline
/plugin install supabase-tools@claude-settings     # Supabase MCP & Skills
/plugin install tavily-tools@claude-settings       # Tavily MCP & Skills
/plugin install ultralytics-dev@claude-settings    # Auto-formatting hooks

After installing MCP plugins, run /plugin-name:setup for configuration (e.g., /slack-tools:setup).

Then create symlink for cross-tool compatibility:

ln -s CLAUDE.md AGENTS.md

Restart Claude Code to activate.

Plugins

azure-tools - Azure MCP & Skills

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

Skills:

Commands:

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

ccproxy-tools - Use Claude Code with any LLM

Configure Claude Code to use ccproxy/LiteLLM with Claude Pro/Max subscription, GitHub Copilot, or other providers. Run /ccproxy-tools:setup after install.

Commands:

Skills:

  • setup - Troubleshooting guide
claude-tools - Sync CLAUDE.md + allowlist + context refresh

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

Commands:

gcloud-tools - GCloud MCP & Skills

Logs, metrics, and traces. Run `/gcloud-to

...

Read full README