Initial commit
This commit is contained in:
104
skills/claude-code-marketplace/templates/standard/README.md
Normal file
104
skills/claude-code-marketplace/templates/standard/README.md
Normal file
@@ -0,0 +1,104 @@
|
||||
# [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_
|
||||
Reference in New Issue
Block a user