The Marketplace skill provides comprehensive capabilities for creating, managing, and maintaining Claude Code Marketplaces. This skill handles the entire lifecycle of marketplace development including initialization, plugin management, validation, deployment, and health monitoring.
Creates and manages Claude Code marketplaces, including initialization, plugin deployment, validation, and health monitoring. Use when you need to set up new marketplaces, deploy plugins, validate structure, or analyze marketplace performance.
/plugin marketplace add menoncello/menon-market/plugin install studio-cc@menon-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdexamples/usage-examples.mdscripts/marketplace-manager.jstemplates/standard/README.mdtemplates/standard/docs/GUIDE.mdtemplates/standard/scripts/deploy.jstemplates/standard/scripts/validate.jstests/marketplace.test.jsThe Marketplace skill provides comprehensive capabilities for creating, managing, and maintaining Claude Code Marketplaces. This skill handles the entire lifecycle of marketplace development including initialization, plugin management, validation, deployment, and health monitoring.
Use this skill when you need to:
"Create a new marketplace called my-awesome-marketplace"
"Create an enterprise marketplace at ./enterprise-marketplace with enterprise template and verbose output"
"Validate the marketplace at ./my-marketplace with verbose output"
"Deploy plugins from marketplace ./my-marketplace to production environment"
"Analyze marketplace health for ./my-marketplace and generate recommendations"
"Generate a community marketplace template at ./community-template"
"Test all plugins in marketplace ./my-marketplace with comprehensive validation"
{
"template": "standard",
"verbose": false,
"dry_run": false,
"auto_validate": true,
"skip_tests": false,
"force": false
}
{
"name": "standard-marketplace",
"version": "1.0.0",
"categories": ["productivity", "development"],
"validation": "standard",
"access": "public"
}
{
"name": "enterprise-marketplace",
"version": "1.0.0",
"categories": ["enterprise", "productivity", "development"],
"validation": "enterprise",
"access": "restricted",
"compliance": ["SOC2", "ISO27001"],
"security": "zero-trust"
}
Enable verbose output to see detailed processing information:
"Create marketplace with verbose output enabled"
To contribute to this skill:
This marketplace skill provides a comprehensive solution for Claude Code Marketplace management, supporting the entire lifecycle from creation to maintenance and monitoring.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.