NobGit
public nobgit read

Codex

NobGit for Codex

Languages

Repository composition by tracked source files.

PowerShell
PowerShell 57% Shell 43%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/codex.git
ssh://[email protected]:2222/orgs/nobgit/codex.git
main default branch main protected 7 commits 5130521 Add marketplace install support

README

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

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

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:

codex plugin marketplace add <path-to-this-repository>
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.