gh-project-plugin
v1.0.0Create GitHub repositories with low-friction defaults and native Codex menu prompts.
1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add gh-project-plugin@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “gh-project-plugin-2” remain stable.
- Codex:
gh-project-plugin-2@agent-plugin-marketplace→gh-project-plugin@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zfifteen/gh-project-plugin/.
Plugin files
├── .codex-plugin/plugin.json└── skills/gh-project/SKILL.md
Included Skills1
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
{
"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"
}
}For maintainers
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-2)