What problem does it solve? Distributing agent skills and plugins across Cursor, Claude Code, Codex, Zed, and Open Plugin hosts involves incompatible manifest formats, install paths, and marketplace catalogs, and teams often confuse skills, plugins, and marketplaces or ship broken private registries. ## Core Features & Use Cases - Three-layer decision framework: Distinguishes skills (SKILL.md instructions), plugins (hooks/MCP wiring), and marketplaces (catalogs) with normative rules for when to use each. - Cross-agent install matrices: Provides manifest layouts, install commands, and path tables for Cursor, Claude Code, Codex, Zed, and npx skills, covering both public and private team distribution. - Repo-local copy/init pattern: Supplies a reusable layout and Dart script skeleton for product repos that need to generate local installers copying skills, host manifests, hooks, and marketplace files. - Use Case: A platform team needs to ship an internal plugin bundle to Cursor and Codex users; this Skill guides them to create .cursor-plugin/marketplace.json and .agents/plugins/marketplace.json with correct policy fields, plus a private Git distribution checklist. ## Quick Start Ask the agent to design a private plugin marketplace for Codex and Cursor team installs using this skill.