Agent Plugins Marketplace
All plugins

gh-pages

v1.0.0

Build or publish a static site on GitHub Pages — saves the site to docs/ and enables Pages from the docs/ folder on the default branch

CodexClaude Code1 Skill

By mikersays0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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-pages for Codex and Claude Code

Installs for the current user
codex plugin marketplace add mikersays/mikersays-plugins
codex plugin marketplace upgrade mikersays-plugins
codex plugin add gh-pages@mikersays-plugins

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

Compatibility: the page URL and API slug “gh-pages” remain stable.

  • Codex: gh-pages@agent-plugin-marketplacegh-pages@mikersays-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/mikersays/mikersays-plugins

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

Plugin files

plugins/gh-pages/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/gh-pages/SKILL.md

Included Skills1

gh-pagesskills/gh-pages/SKILL.md

Build or publish a static site on GitHub Pages — save all site files to docs/, then enable Pages serving from the docs/ folder on the default branch and report the live URL. Use whenever the user asks to make, create, deploy, publish, or host a GitHub Pages site.

Plugin manifests2

plugins/gh-pages/.codex-plugin/plugin.json
{
  "name": "gh-pages",
  "description": "Build or publish a static site on GitHub Pages — saves the site to docs/ and enables Pages from the docs/ folder on the default branch",
  "version": "1.0.0",
  "skills": "./skills/",
  "interface": {
    "displayName": "GitHub Pages",
    "shortDescription": "Publish a static site to GitHub Pages from docs/",
    "category": "Developer Tools"
  }
}
plugins/gh-pages/.claude-plugin/plugin.json
{
  "name": "gh-pages",
  "description": "Build or publish a static site on GitHub Pages — saves the site to docs/ and enables Pages from the docs/ folder on the default branch",
  "version": "1.0.0",
  "author": {
    "name": "mikersays"
  }
}

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

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