Agent Plugins Marketplace
All plugins

gh-project-plugin

v1.0.0

Create GitHub repositories with low-friction defaults and native Codex menu prompts.

Codex1 Skill

0 GitHub starsUpdated 4 months ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
May 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install gh-project-plugin for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add gh-project-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/zfifteen/gh-project-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

gh-project-plugin/
├── .codex-plugin/plugin.json
└── skills/gh-project/SKILL.md

Included Skills1

gh-projectskills/gh-project/SKILL.md

Create new GitHub repositories with low-friction defaults. Use when the user invokes /gh-project or $gh-project, asks to create a new GitHub project, asks to create a GitHub repo/repository, or wants a local folder plus GitHub repository created from inferred defaults.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "gh-project-plugin",
  "version": "1.0.0",
  "description": "Create GitHub repositories with low-friction defaults and native Codex menu prompts.",
  "keywords": [
    "codex",
    "github",
    "repository",
    "github-cli",
    "native-menus"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "GH Project",
    "shortDescription": "Create GitHub repos with native menus",
    "longDescription": "A Codex plugin bundle that packages the gh-project skill and plugin metadata for creating GitHub repositories with inferred defaults, explicit confirmation, and native request_user_input menus when the Codex host exposes that surface.",
    "developerName": "Velocity Works",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": "Use GH Project to create a new GitHub repository with low-friction defaults.",
    "brandColor": "#0969DA"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[gh-project-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gh-project-plugin)