Files
gh-menoncello-menon-market-…/skills/claude-code-marketplace/templates/standard
2025-11-30 08:39:56 +08:00
..
2025-11-30 08:39:56 +08:00
2025-11-30 08:39:56 +08:00
2025-11-30 08:39:56 +08:00
2025-11-30 08:39:56 +08:00

[Marketplace Name]

Description: [Brief description of your marketplace]

Overview

This marketplace provides a curated collection of Claude Code plugins and skills for [specific purpose or domain].

Installation

Add this marketplace to Claude Code:

/plugin marketplace add [repository-url]

Available Plugins

[Plugin Name]

  • Description: [Brief description]
  • Version: [version]
  • Usage: /[command-name] [options]

Available Skills

[Skill Name]

  • Description: [Brief description]
  • Category: [category]
  • Usage: [trigger phrase or usage pattern]

Quick Start

  1. Install the marketplace:

    /plugin marketplace add [repository-url]
    
  2. Browse available plugins:

    /plugin
    
  3. Install desired plugins:

    /plugin install [plugin-name]@[marketplace-name]
    

Development

Adding Plugins

  1. Create plugin directory in plugins/
  2. Add plugin configuration to marketplace.json
  3. Test plugin locally
  4. Submit pull request

Adding Skills

  1. Create skill directory in skills/
  2. Add skill documentation and examples
  3. Test skill functionality
  4. Update marketplace configuration

Validation

Validate marketplace structure:

node scripts/validate.js

Deployment

Deploy marketplace changes:

node scripts/deploy.js

Contributing

  1. Fork the repository
  2. Create feature branch
  3. Add your plugin or skill
  4. Ensure all validations pass
  5. Submit pull request

License

This marketplace is licensed under the [License Type] License.

Support

  • Issues: [GitHub Issues URL]
  • Discussions: [GitHub Discussions URL]
  • Documentation: [Documentation URL]

Generated with Claude Code Marketplace Manager