# NobGit for Codex Codex plugin for working with NobGit repositories. It adds a NobGit skill and connects Codex to the NobGit MCP server for repository discovery, repository metadata, repository trees/files, and issue operations. ## Install If you already cloned or pulled this repository from NobGit, run the installer from the repository folder. This copies the plugin to the Codex personal plugin source folder, creates or updates the personal marketplace entry, and tries to install `nobgit@personal`. ### Windows PowerShell ```powershell git clone https://www.nobgit.com/nobgit/codex.git "$env:USERPROFILE\Downloads\nobgit-codex" Set-Location "$env:USERPROFILE\Downloads\nobgit-codex" .\install.ps1 ``` ### macOS or Linux ```bash git clone https://www.nobgit.com/nobgit/codex.git "$HOME/Downloads/nobgit-codex" cd "$HOME/Downloads/nobgit-codex" ./install.sh ``` If the Codex CLI is not available to the installer, open Codex, go to Plugins, search for `nobgit`, and install it from the Personal marketplace. Start a new Codex thread after installing so the NobGit skill and MCP tools are loaded into the conversation. ## Marketplace install This repository is also a local marketplace root. If you want to install it that way instead of using the personal installer: ```bash codex plugin marketplace add codex plugin add nobgit@nobgit ``` ## Why the marketplace step matters Cloning this repository into a plugin folder can make the skill load locally, but Codex uses the marketplace entry to render the plugin in the Plugins UI. The entry above marks NobGit as available, names its local source path, and gives it the Developer Tools category.