Agent Plugins Marketplace
All plugins

pluginsync

v0.2.0

Reconcile the plugins installed on this machine with what the marketplace actually offers, and never call a plugin live before the restart that makes it so.

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add pluginsync@claude-skills

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

Compatibility: the page URL and API slug “pluginsync” remain stable.

  • Codex: pluginsync@agent-plugin-marketplacepluginsync@claude-skills

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/natejswenson/claude-skills

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

Plugin files

skills/pluginsync/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/pluginsync/SKILL.md

Included Skills1

pluginsyncskills/pluginsync/SKILL.md

Refresh the locally-installed Claude Code plugin marketplaces so newly released skill versions are actually on disk. Use when the user says "update my marketplace", "refresh my skills", "update the claude-skills plugins", "am I on the latest skills", "install the new skill", or "why is /skillfactory still the old version". Reports installed vs available version per plugin, installs what is missing, updates what drifted, flags plugins shadowed by a stale personal copy in ~/.claude/skills, and always says whether a restart is still needed.

Plugin manifests2

skills/pluginsync/.codex-plugin/plugin.json
{
  "name": "pluginsync",
  "version": "0.2.0",
  "description": "Reconcile the plugins installed on this machine with what the marketplace actually offers, and never call a plugin live before the restart that makes it so.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/pluginsync",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "pluginsync",
    "shortDescription": "Reconcile the plugins installed on this machine with what the marketplace actually offers, and never call a plugin live ",
    "longDescription": "Reconcile the plugins installed on this machine with what the marketplace actually offers, and never call a plugin live before the restart that makes it so.",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $pluginsync to help me."
    ]
  }
}
skills/pluginsync/.claude-plugin/plugin.json
{
  "name": "pluginsync",
  "version": "0.2.0",
  "description": "Reconcile the plugins installed on this machine with what the marketplace actually offers, and never call a plugin live before the restart that makes it so.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/pluginsync",
  "license": "MIT"
}

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

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