Agent Plugins Marketplace
All plugins

maintenance

v1.0.0

Maintenance skills for the mikersays-plugins marketplace

CodexClaude Code3 Skills

By mikersays0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
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 maintenance 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 maintenance@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 “maintenance” remain stable.

  • Codex: maintenance@agent-plugin-marketplacemaintenance@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/maintenance/.

Plugin files

plugins/maintenance/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/install-marketplace/SKILL.md
├── skills/sync-docs/SKILL.md
└── skills/uninstall-marketplace/SKILL.md

Included Skills3

install-marketplaceskills/install-marketplace/SKILL.md

Run the mikersays-plugins native Codex installer on this machine and verify the result

sync-docsskills/sync-docs/SKILL.md

Refresh README.md, INSTALL.md, UNINSTALL.md, docs/index.html, and all three marketplace.json files to match plugins/ on disk

uninstall-marketplaceskills/uninstall-marketplace/SKILL.md

Remove the mikersays-plugins marketplace from this machine via the headless UNINSTALL.md flow, then verify

Plugin manifests2

plugins/maintenance/.codex-plugin/plugin.json
{
  "name": "maintenance",
  "description": "Maintenance skills for the mikersays-plugins marketplace",
  "version": "1.0.0",
  "skills": "./skills/",
  "interface": {
    "displayName": "Maintenance",
    "shortDescription": "Marketplace sync and management utilities",
    "category": "Developer Tools"
  }
}
plugins/maintenance/.claude-plugin/plugin.json
{
  "name": "maintenance",
  "description": "Maintenance skills for the mikersays-plugins marketplace",
  "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.

[maintenance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/maintenance)