Add Vendor banner
pleaseai pleaseai

Add Vendor

Productivity community

Description

--- description: Add a new Type 2 vendor (skill provider) to the plugin marketplace. Automates the full workflow: meta.ts entry, cli.ts mapping, submodule init, plugin creation, and skill sync. --- Add a new Type 2 vendor to the marketplace. **Arguments:** `$ARGUMENTS` (format: `<vendor-name> <github-repo-url>`) **Example:** `/add-vendor mastra https://github.com/mastra-ai/skills` --- ## Step 1 — Parse & Validate Input Parse `$ARGUMENTS` to extract: - `VENDOR_NAME`: first token (e.g. `oxc`

Installation

Installs to ~/.claude/commands/pleaseai-claude-code-plugins-add-vendor.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pleaseai/claude-code-plugins/HEAD/.claude/commands/add-vendor.md -o ~/.claude/commands/pleaseai-claude-code-plugins-add-vendor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository