---
title: "Add marketplace (one time)"
description: "<div align=\"center\"> <img src=\"https://github.com/user-attachments/assets/a978cb0a-785d-4a7d-aff2-7e962edd3120\" width=\"10000\" alt=\"Claude Codex Settings Logo\">"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-158
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:10.733Z
license: CC-BY-4.0
attribution: "Add marketplace (one time) — Claudary (https://claudary.paisolsolutions.com/skills/readme-158)"
---

# Add marketplace (one time)
<div align="center"> <img src="https://github.com/user-attachments/assets/a978cb0a-785d-4a7d-aff2-7e962edd3120" width="10000" alt="Claude Codex Settings Logo">

## Overview

<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](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/hesreallyhim/awesome-claude-code)
[![Claude Code](https://img.shields.io/badge/Claude_Code-Plugin-blue)](#installation)
[![Codex CLI](https://img.shields.io/badge/Codex_CLI-Plugin-green)](#installation)
[![Gemini CLI](https://img.shields.io/badge/Gemini_CLI-Extension-orange)](#installation)
[![Cursor](https://img.shields.io/badge/Cursor-Plugin-purple)](#installation)
[![Context7 MCP](https://img.shields.io/badge/Context7%20MCP-Indexed-blue)](https://context7.com/fcakyon/claude-codex-settings)
[![llms.txt](https://img.shields.io/badge/llms.txt-✓-brightgreen)](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.

> _"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](https://x.com/karpathy/status/2015883857489522876)

This repo's guidelines are structured to fix exactly these pitfalls.

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

</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](INSTALL.md) for setup requirements.

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

```bash
# Add marketplace (one time)
/plugin marketplace add fcakyon/claude-codex-settings

# Install any plugin by name
/plugin install < plugin-name > @claude-settings
```

</details>

<details>
<summary><strong>Codex CLI</strong></summary>

Codex installs plugins from a local marketplace rather than a direct shell install command.

1. Clone this repo locally and open it in Codex.
2. This repo already includes `.agents/plugins/marketplace.json`.
3. If Codex was already open when you added or changed that file, restart Codex.
4. In Codex, open `/plugins`.
5. Choose `Claude & Codex Settings` and install the plugins you want.

> This README only covers installing this marketplace.
> For generic Codex marketplace examples and maintainer docs, see [CLAUDE.md](CLAUDE.md).

</details>

<details>
<summary><strong>Gemini CLI</strong></summary>

```bash
gemini extensions install --path ./plugins/<plugin-name>
```

</details>

<details>
<summary><strong>Cursor</strong></summary>

```bash
cursor plugin install < plugin-name > @claude-settings
```

</details>

Create symlinks for cross-tool compatibility:

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

## Plugins

<details>
<summary><strong>intelligent-compact</strong> - PreCompact hook that preserves high-signal context in auto-compact summaries</summary>

| Claude Code                                           | Codex CLI                                                                     | Gemini CLI                                                       |
| ----------------------------------------------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| `/plugin install intelligent-compact@claude-settings` | Open `/plugins` -> `Claude & Codex Settings` -> install `intelligent-compact` | `gemini extensions install --path ./plugins/intelligent-compact` |

Claude Code's auto-compact summarizes long sessions to fit the context window, but the default summary routinely drops the highest-signal facts: file paths under investigation, confirmed root causes, remaining tasks, unanswered questions, metrics and IDs, and findings from expensive subagent runs. This plugin ships a single PreCompact hook that injects A-F fidelity requirements on top of the 9-section default compact prompt, so those categories survive every `/compact` (manual) and every auto compaction. Active on Claude Code only; Codex, Cursor, and Gemini CLI do not yet expose a PreCompact hook.

**Hooks:**

- [`precompact_priorities.sh`](./plugins/intelligent-compact/hooks/scripts/precompact_priorities.sh) - Priority-preservation instructions for the compaction summarizer

</details>

<details>
<summary><strong>anthropic-office-skills</strong> - Official Anthropic PDF, Word, PowerPoint, Excel skills</summary>

| Claude Code                                               | Codex CLI                                                                         | Gemini CLI                                                           |
| --------------------------------------------------------- | --------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `/plugin install anthropic-office-skills@claude-settings` | Open `/plugins` -> `Claude & Codex Settings` -> install `anthropic-office-skills` | `gemini extensions install --path ./plugins/anthropic-office-skills` |

**Skills CLI**

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

Official office document skills from [anthropics/skills](https://github.com/anthropics/skills).

| Skill                                                            | Description                                             | Install                                                                                                                                                      |
| ---------------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`pdf`](./plugins/anthropic-office-skills/skills/pdf/SKILL.md)   | PDF processing (read, merge, split, create, OCR, forms) | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/pdf.zip)  |
| [`pptx`](./plugins/anthropic-office-skills/skills/pptx/SKILL.md) | PowerPoint presentation building and editing            | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/pptx.zip) |
| [`xlsx`](./plugins/anthropic-office-skills/skills/xlsx/SKILL.md) | Excel spreadsheet processing with formulas              | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/xlsx.zip) |
| [`docx`](./plugins/anthropic-office-skills/skills/docx/SKILL.md) | Word document creation and editing                      | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/docx.zip) |

</details>

<details>
<summary><strong>openai-office-skills</strong> - Official OpenAI PDF, Word, PowerPoint, Excel skills</summary>

| Claude Code                                            | Codex CLI                                                                      | Gemini CLI                                                        |
| ------------------------------------------------------ | ------------------------------------------------------------------------------ | ----------------------------------------------------------------- |
| `/plugin install openai-office-skills@claude-settings` | Open `/plugins` -> `Claude & Codex Settings` -> install `openai-office-skills` | `gemini extensions install --path ./plugins/openai-office-skills` |

**Skills CLI**

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

Official office document skills from [openai/skills](https://github.com/openai/skills).

| Skill                                                                       | Description                                         | Install                                                                                                                                                             |
| --------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`pdf`](./plugins/openai-office-skills/skills/pdf/SKILL.md)                 | PDF generation and extraction with visual review    | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/pdf.zip)         |
| [`slides`](./plugins/openai-office-skills/skills/slides/SKILL.md)           | Slide deck creation with PptxGenJS                  | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/slides.zip)      |
| [`spreadsheet`](./plugins/openai-office-skills/skills/spreadsheet/SKILL.md) | Spreadsheet processing with formulas and formatting | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/spreadsheet.zip) |
| [`doc`](./plugins/openai-office-skills/skills/doc/SKILL.md)                 | Word document creation and editing                  | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/doc.zip)         |

</details>

<details>
<summary><strong>python-skills</strong> - Python best practices from PEP 8, Zen of Python, Google Style Guide, Effective Python</summary>

| Claude Code                                     | Codex CLI                                                               | Gemini CLI                                                 |
| ----------------------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------- |
| `/plugin install python-skills@claude-settings` | Open `/plugins` -> `Claude & Codex Settings` -> install `python-skills` | `gemini 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:**

| Skill                                                                            | Description                                 |
| -------------------------------------------------------------------------------- | ------------------------------------------- |
| [`python-guidelines`](./plugins/python-skills/skills/python-guidelines/SKILL.md) | Core rules, self-tests, and reference index |

**Reference files:**

- [`zen-of-python.md`](./plugins/python-skills/skills/python-guidelines/references/zen-of-python.md) - Full PEP 20 with annotations
- [`google-style-guide.md`](./plugins/python-skills/skills/python-guidelines/references/google-style-guide.md) - Curated sections with source URLs
- [`idiomatic-patterns.md`](./plugins/python-skills/skills/python-guidelines/references/idiomatic-patterns.md) - 18 patterns with before/after code
- [`effective-python-tips.md`](./plugins/python-skills/skills/python-guidelines/references/effective-python-tips.md) - Key tips from 3rd edition

</details>

<details>
<summary><strong>react-skills</strong> - Official React, Next.js, and React Native best practices</summary>

| Claude Code                                    | Codex CLI                                                              | Gemini CLI                                                |
| ---------------------------------------------- | ---------------------------------------------------------------------- | --------------------------------------------------------- |
| `/plugin install react-skills@claude-settings` | Open `/plugins` -> `Claude & Codex Settings` -> install `react-skills` | `gemini extensions install --path ./plugins/react-skills` |

**Skills CLI**

```bash
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](https://github.com/vercel-labs/agent-skills).

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

| Skill                                                                                     | Description                                                            | ZIP                                                                                                                                                                            |
| ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`composition-patterns`](./plugins/react-skills/skills/composition-patterns/SKILL.md)     | React composition patterns: compound components, render props, context | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/composition-patterns.zip)   |
| [`react-best-practices`](./plugins/react-skills/skills/react-best-practices/SKILL.md)     | 64 React/Next.js performance rules from Vercel Engineering             | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-settings/releases/latest/download/react-best-practices.zip)   |
| [`react-native-skills`](./plugins/react-skills/skills/react-native-skills/SKILL.md)       | 35+ React Native/Expo rules for performance and animations             | [![ZIP](https://img.shields.io/badge/⬇%20ZIP-2ea44f?style=flat-square)](https://github.com/fcakyon/claude-codex-sett

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-158) · https://claudary.paisolsolutions.com
