Claude Codex Settings banner
fcakyon fcakyon

Claude Codex Settings

DevOps community intermediate

Description

> **Prerequisites:** Before installing, ensure you have Claude Code and required tools installed. See [INSTALL.md](INSTALL.md) for complete prerequisites.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

[](https://github.com/hesreallyhim/awesome-claude-code) [](#available-plugins) [](https://context7.com/fcakyon/claude-codex-settings) [](https://context7.com/fcakyon/claude-codex-settings/llms.txt)

My daily battle-tested Claude [Code](https://github.com/anthropics/claude-code)/[Desktop](https://claude.ai/download) and [OpenAI Codex](https://developers.openai.com/codex) setup with skills, commands, hooks, subagents and MCP servers.

[Installation](#installation) • [Plugins](#plugins) • [Configuration](#configuration) • [Statusline](#statusline) • [References](#references)

Installation

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

Install agents, commands, hooks, skills, and MCP servers via [Claude Code Plugins](https://docs.claude.com/en/docs/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

...