Agent Plugins Marketplace
All plugins

package-manager

v0.2.3

Manage and distribute the user's plugin-first capability ecosystem across skills, MCP servers, native schedules, agent-facing CLIs, and client releases.

CodexClaude Code5 Skills

By PedroAVJLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
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 package-manager for Codex and Claude Code

Installs for the current user
codex plugin marketplace add PedroAVJ/package-manager
codex plugin marketplace upgrade package-manager
codex plugin add package-manager@package-manager

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

Compatibility: the page URL and API slug “package-manager” remain stable.

  • Codex: package-manager@agent-plugin-marketplacepackage-manager@package-manager

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/PedroAVJ/package-manager

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

package-manager/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent-skills/SKILL.md
├── skills/mcp-servers/SKILL.md
├── skills/release/SKILL.md
├── skills/schedules/SKILL.md
└── skills/sqlite-cache-cli-pattern/SKILL.md

Included Skills5

agent-skillsskills/agent-skills/SKILL.md

Discover, vet, audit, package, install, update, or remove agent skills while preserving the user's plugin-first distribution model. Use when the user asks whether a skill exists, wants to borrow or author one, wants to inspect provenance or installed state, or needs to clean up a loose skill.

mcp-serversskills/mcp-servers/SKILL.md

Discover, audit, package, install, remove, or reconcile MCP servers across agent clients while preserving the user's plugin-first distribution model. Use for MCP provenance, local configuration audits, cleanup, temporary evaluation, or adding an MCP capability to an owning plugin.

releaseskills/release/SKILL.md

Create, release, or install plugins through the appropriate public or private marketplace while preserving Git-backed source, dependencies, stable plugin names, categories, tracked program icons, remote integrity, and safe dual-client cutovers. Use when the user asks to make, create, publish, release, or install a plugin.

schedulesskills/schedules/SKILL.md

Define, create, update, and audit native recurring schedules as thin wrappers around installed owning skills. Use for schedules, automations, recurring routines, cadence, or preparation before a user-specified time.

sqlite-cache-cli-patternskills/sqlite-cache-cli-pattern/SKILL.md

Design and implement a durable plugin-owned CLI that syncs API, export, or connector data into a local SQLite cache for reliable offline querying. Use when an owning plugin needs repeatable search, normalized identity resolution, rosters, incremental sync, import/export support, or local joins that a connector cannot provide directly.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "package-manager",
  "version": "0.2.3",
  "description": "Manage and distribute the user's plugin-first capability ecosystem across skills, MCP servers, native schedules, agent-facing CLIs, and client releases.",
  "author": {
    "name": "PedroAVJ",
    "url": "https://github.com/PedroAVJ"
  },
  "homepage": "https://github.com/PedroAVJ/package-manager",
  "repository": "https://github.com/PedroAVJ/package-manager",
  "license": "MIT",
  "keywords": [
    "package-manager",
    "plugins",
    "skills",
    "mcp-servers",
    "marketplaces",
    "schedules",
    "release"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Package Manager",
    "shortDescription": "Manage plugins, skills, schedules, and releases",
    "longDescription": "Discover, vet, package, schedule, publish, install, and reconcile the user's agent capabilities through versioned plugins for Codex and Claude.",
    "developerName": "PedroAVJ",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Create this as a Git-backed Package Manager plugin",
      "Reconcile my recurring native schedules",
      "Release this plugin to Codex and Claude"
    ],
    "brandColor": "#000000",
    "composerIcon": "./assets/agent-plugins-glyph.svg",
    "logo": "./assets/agent-plugins-glyph.svg",
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "package-manager",
  "version": "0.2.3",
  "description": "Manage and distribute the user's plugin-first capability ecosystem across skills, MCP servers, native schedules, agent-facing CLIs, and client releases.",
  "author": {
    "name": "PedroAVJ",
    "url": "https://github.com/PedroAVJ"
  },
  "homepage": "https://github.com/PedroAVJ/package-manager",
  "repository": "https://github.com/PedroAVJ/package-manager",
  "license": "MIT",
  "keywords": [
    "package-manager",
    "plugins",
    "skills",
    "mcp-servers",
    "marketplaces",
    "schedules",
    "release"
  ],
  "skills": "./skills/"
}

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

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