![Validate Plugins banner
ivan-magda ivan-magda

![Validate Plugins

Git community intermediate

Description

Create and distribute Claude Code plugins for your team or community. This GitHub template provides everything you need to build a plugin marketplace — from scaffolding and validation to CI/CD automation.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for ivan-magda/claude-code-plugin-template, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

Claude Code Plugin Marketplace Template

Create and distribute Claude Code plugins for your team or community. This GitHub template provides everything you need to build a plugin marketplace — from scaffolding and validation to CI/CD automation.

[](https://github.com/ivan-magda/claude-code-plugin-template/stargazers) [](https://github.com/ivan-magda/claude-code-plugin-template/network/members) [](https://opensource.org/licenses/MIT) [](https://github.com/ivan-magda/claude-code-plugin-template/actions/workflows/validate-plugins.yml)

Why Use This Template?

  • Skip the boilerplate — Pre-configured marketplace structure, plugin manifests, and GitHub Actions validation
  • Full plugin development toolkit — Commands for scaffolding plugins, adding components (commands, skills, agents, hooks), and validating before release
  • Team-ready distribution — Configure automatic marketplace installation for team projects
  • Best practices built-in — Comprehensive documentation, examples, and guided workflows

What's Included

Component Description
Marketplace Configuration .claude-plugin/marketplace.json following the official schema
Plugin Development Toolkit plugin-development plugin with 7 slash commands, a plugin-authoring skill for ambient guidance, and a reviewer agent
Example Plugin hello-world plugin demonstrating proper structure and best practices
CI/CD Workflows GitHub Actions for automated plugin validation on every push and PR
Documentation Complete guides for plugins, hooks, settings, commands, skills, and sub-agents

Quick Start

1. Create Your Marketplace

Click **"Use this template"** on GitHub, then clone your new repository:

git clone https://github.com/your-org/your-marketplace-name.git
cd your-marketplace-name

2. Customize the Marketplace

...