Skip to content

joel611/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Marketplace

A collection of plugins that extend Claude Code with custom functionality for development tasks.

What is this?

This marketplace contains plugins that add new capabilities to Claude Code, including:

  • Custom skills for specialized tasks
  • Slash commands for quick actions
  • Agent definitions for automated workflows
  • Hooks for event-driven automation
  • MCP server integrations

Installation

Install the Marketplace

To use plugins from this marketplace, you first need to add the marketplace:

/plugin marketplace add joel611/claude-marketplace

Install Individual Plugins

Once the marketplace is installed, you can install specific plugins:

/plugin install plugin-name@joel-plugins

Replace plugin-name with the name of the plugin you want to install (see available plugins below).

Available Plugins

Name Description
plugin-builder Helps create well-structured Claude Code plugins with skills, commands, and proper metadata following best practices
playwright-e2e Comprehensive Playwright E2E testing plugin with test generation, Page Object Models, debugging, and maintenance. Features data-testid locators, TypeScript-first approach, and Playwright MCP integration for browser automation.
tts-output Text-to-speech output for Claude responses using macOS 'say' command with customizable voice, speed, and AI-generated summaries

Plugin Management

List Installed Plugins

/plugin list

Uninstall a Plugin

/plugin uninstall plugin-name

Update a Plugin

/plugin update plugin-name

Development

Want to contribute a plugin? Use the plugin-builder skill to create a well-structured plugin following best practices:

  1. Install the plugin-builder: /plugin install plugin-builder@joel-plugins
  2. Run the builder: /plugin-builder
  3. Follow the prompts to create your plugin
  4. Submit a pull request to add your plugin to the marketplace

Plugin Structure

Each plugin should follow this structure:

plugin-name/
├── .claude-plugin/
│   └── plugin.json       # Plugin metadata (required)
├── skills/               # Agent Skills (optional)
├── commands/             # Slash commands (optional)
├── agents/               # Custom agents (optional)
├── hooks/                # Event handlers (optional)
└── .mcp.json            # MCP server config (optional)

Support

For issues, questions, or contributions, please visit the GitHub repository.

License

See individual plugin directories for license information.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors