105 lines
1.8 KiB
Markdown
105 lines
1.8 KiB
Markdown
# [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:
|
|
|
|
```bash
|
|
/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:
|
|
|
|
```bash
|
|
/plugin marketplace add [repository-url]
|
|
```
|
|
|
|
2. Browse available plugins:
|
|
|
|
```bash
|
|
/plugin
|
|
```
|
|
|
|
3. Install desired plugins:
|
|
```bash
|
|
/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:
|
|
|
|
```bash
|
|
node scripts/validate.js
|
|
```
|
|
|
|
## Deployment
|
|
|
|
Deploy marketplace changes:
|
|
|
|
```bash
|
|
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_
|