{"id":32518239,"url":"https://github.com/ivan-magda/claude-code-plugin-template","last_synced_at":"2026-07-14T14:06:47.944Z","repository":{"id":320462249,"uuid":"1082156772","full_name":"ivan-magda/claude-code-plugin-template","owner":"ivan-magda","description":"GitHub template for creating Claude Code plugin marketplaces. Includes plugin scaffolding, validation commands, hooks, skills, agents, and CI/CD workflows. Ready-to-use toolkit for teams distributing Claude Code plugins.","archived":false,"fork":false,"pushed_at":"2026-06-28T02:32:16.000Z","size":260,"stargazers_count":60,"open_issues_count":1,"forks_count":14,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-11T03:00:26.292Z","etag":null,"topics":["ai-coding","anthropic","claude-code","claude-code-plugins","cli","developer-tools","mcp","plugin-marketplaces","starter-kit","template-repository"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivan-magda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-23T20:20:11.000Z","updated_at":"2026-07-10T18:16:31.000Z","dependencies_parsed_at":"2025-10-24T00:19:41.459Z","dependency_job_id":null,"html_url":"https://github.com/ivan-magda/claude-code-plugin-template","commit_stats":null,"previous_names":["ivan-magda/claude-code-plugin-template"],"tags_count":6,"template":true,"template_full_name":null,"purl":"pkg:github/ivan-magda/claude-code-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-magda%2Fclaude-code-plugin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-magda%2Fclaude-code-plugin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-magda%2Fclaude-code-plugin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-magda%2Fclaude-code-plugin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivan-magda","download_url":"https://codeload.github.com/ivan-magda/claude-code-plugin-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-magda%2Fclaude-code-plugin-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35464545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-coding","anthropic","claude-code","claude-code-plugins","cli","developer-tools","mcp","plugin-marketplaces","starter-kit","template-repository"],"created_at":"2025-10-28T03:01:24.897Z","updated_at":"2026-07-14T14:06:47.932Z","avatar_url":"https://github.com/ivan-magda.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Claude Code Plugin Marketplace Template\n\nCreate and distribute Claude Code plugins for your team or community. This GitHub template gives you a working marketplace structure, scaffolding commands, validation, and CI/CD automation.\n\n[![GitHub stars](https://img.shields.io/github/stars/ivan-magda/claude-code-plugin-template?style=social)](https://github.com/ivan-magda/claude-code-plugin-template/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/ivan-magda/claude-code-plugin-template?style=social)](https://github.com/ivan-magda/claude-code-plugin-template/network/members)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Validate Plugins](https://github.com/ivan-magda/claude-code-plugin-template/actions/workflows/validate-plugins.yml/badge.svg)](https://github.com/ivan-magda/claude-code-plugin-template/actions/workflows/validate-plugins.yml)\n\n## Features\n\n- **Skip the boilerplate.** Marketplace structure, plugin manifests, and GitHub Actions validation come ready to use.\n- **Plugin development toolkit.** Scaffold plugins, add commands, skills, agents, and hooks, then validate before release.\n- **Team distribution.** Set up automatic marketplace installation for your projects.\n- **Docs and a working example.** Guides for every plugin component, plus a `hello-world` plugin you can copy.\n\n## What's Included\n\n| Component | Description |\n|-----------|-------------|\n| **Marketplace Configuration** | `.claude-plugin/marketplace.json` following the [official schema](https://code.claude.com/docs/en/plugin-marketplaces#marketplace-schema) |\n| **Plugin Development Toolkit** | `plugin-development` plugin with 7 slash commands, a `plugin-authoring` skill for ambient guidance, and a reviewer agent |\n| **Example Plugin** | `hello-world` plugin showing a minimal working structure |\n| **CI/CD Workflows** | GitHub Actions that validate every plugin on each push and PR |\n| **Documentation** | Guides for plugins, hooks, settings, commands, skills, and sub-agents |\n\n## Quick Start\n\n### 1. Create Your Marketplace\n\nClick **\"Use this template\"** on GitHub, then clone your new repository:\n\n```bash\ngit clone https://github.com/your-org/your-marketplace-name.git\ncd your-marketplace-name\n```\n\n### 2. Customize the Marketplace\n\nUpdate `.claude-plugin/marketplace.json` with your organization details:\n\n```json\n{\n  \"name\": \"my-team-marketplace\",\n  \"owner\": {\n    \"name\": \"Your Organization\",\n    \"email\": \"team@your-org.com\"\n  },\n  \"metadata\": {\n    \"description\": \"A curated collection of Claude Code plugins for our team\",\n    \"version\": \"1.0.0\"\n  },\n  \"plugins\": []\n}\n```\n\n### 3. Install the Plugin Development Toolkit\n\n```bash\n# Start Claude Code\nclaude\n\n# Add your local marketplace\n/plugin marketplace add .\n\n# Install the development toolkit\n/plugin install plugin-development@my-team-marketplace\n```\n\n### 4. Create Your First Plugin\n\n```bash\n# Scaffold a new plugin\n/plugin-development:init my-awesome-plugin\n\n# Add components\n/plugin-development:add-command my-command \"Description of what it does\"\n/plugin-development:add-skill my-skill \"Use when working with...\"\n\n# Validate before publishing\n/plugin-development:validate\n```\n\n## Plugin Development Commands\n\nThe `plugin-development` plugin provides these commands:\n\n| Command | Description |\n|---------|-------------|\n| `/plugin-development:init [name]` | Scaffold a new plugin with standard structure |\n| `/plugin-development:add-command [name] [desc]` | Add a new slash command |\n| `/plugin-development:add-skill [name] [desc]` | Add a new skill with SKILL.md |\n| `/plugin-development:add-agent [name] [desc]` | Add a new sub-agent |\n| `/plugin-development:add-hook [event] [matcher]` | Add a hook configuration |\n| `/plugin-development:validate` | Validate plugin structure and configuration |\n| `/plugin-development:test-local` | Create dev marketplace for local testing |\n\n## Repository Structure\n\n```\n├── .claude-plugin/\n│   └── marketplace.json          # Marketplace configuration\n├── .github/\n│   └── workflows/\n│       └── validate-plugins.yml  # CI/CD validation\n├── docs/                         # Documentation\n│   ├── plugins.md                # Plugin development guide\n│   ├── plugins-reference.md      # Technical specifications\n│   ├── plugin-marketplaces.md    # Marketplace management\n│   ├── hooks.md                  # Event-driven automation\n│   ├── settings.md               # Configuration options\n│   ├── slash-commands.md         # Command system reference\n│   ├── skills.md                 # Agent skills guide\n│   └── sub-agents.md             # Sub-agent system\n└── plugins/\n    ├── hello-world/              # Example plugin\n    └── plugin-development/       # Development toolkit\n```\n\n## Team Distribution\n\nConfigure automatic marketplace installation for your team by adding `.claude/settings.json` to your projects:\n\n```json\n{\n  \"extraKnownMarketplaces\": {\n    \"my-team-marketplace\": {\n      \"source\": {\n        \"source\": \"github\",\n        \"repo\": \"your-org/your-marketplace-name\"\n      }\n    }\n  }\n}\n```\n\nWhen team members trust the repository folder, Claude Code installs the marketplace for them. See [Configure team marketplaces](https://code.claude.com/docs/en/discover-plugins#configure-team-marketplaces) for details.\n\n## Installing from GitHub\n\nOnce your marketplace is published to GitHub, users can install plugins with:\n\n```bash\n# Add the marketplace\n/plugin marketplace add your-org/your-marketplace-name\n\n# Install a plugin\n/plugin install plugin-name@your-marketplace-name\n```\n\n## Local Testing\n\nTest your plugins before publishing:\n\n```bash\n# Navigate to your marketplace\ncd your-marketplace-name\n\n# Start Claude Code\nclaude\n\n# Add local marketplace\n/plugin marketplace add .\n\n# Install and test a plugin\n/plugin install hello-world@my-team-marketplace\n/hello World\n```\n\nFor iterative development:\n\n```bash\n# After making changes\n/plugin-development:validate\n/plugin uninstall plugin-name@my-team-marketplace\n/plugin install plugin-name@my-team-marketplace\n```\n\n## Uninstalling\n\nRemove the marketplace and its plugins from Claude Code:\n\n```bash\n# Remove a specific plugin\n/plugin uninstall plugin-name@my-team-marketplace\n\n# Remove the marketplace entirely\n/plugin marketplace remove my-team-marketplace\n```\n\nTo remove everything, delete the cloned repository directory.\n\n## Creating Plugins Manually\n\nIf you prefer manual setup over the scaffolding commands:\n\n### 1. Create Plugin Directory\n\n```bash\nmkdir -p plugins/my-plugin/.claude-plugin\nmkdir -p plugins/my-plugin/commands\n```\n\n### 2. Add Plugin Manifest\n\nCreate `plugins/my-plugin/.claude-plugin/plugin.json`:\n\n```json\n{\n  \"name\": \"my-plugin\",\n  \"version\": \"1.0.0\",\n  \"description\": \"Description of what your plugin does\",\n  \"author\": {\n    \"name\": \"Your Name\",\n    \"email\": \"your-email@example.com\"\n  },\n  \"license\": \"MIT\",\n  \"keywords\": [\"keyword1\", \"keyword2\"]\n}\n```\n\n### 3. Create a Command\n\nCreate `plugins/my-plugin/commands/my-command.md`:\n\n```markdown\n---\ndescription: Brief description of what the command does\nargument-hint: [arg1] [arg2]\n---\n\n# My Command\n\nInstructions for Claude on how to execute this command.\n\n## Steps\n\n1. First step\n2. Second step\n3. Third step\n```\n\n### 4. Register in Marketplace\n\nAdd to `.claude-plugin/marketplace.json`:\n\n```json\n{\n  \"plugins\": [\n    {\n      \"name\": \"my-plugin\",\n      \"description\": \"Description of what your plugin does\",\n      \"version\": \"1.0.0\",\n      \"author\": {\n        \"name\": \"Your Name\"\n      },\n      \"source\": \"./plugins/my-plugin\",\n      \"category\": \"utilities\",\n      \"tags\": [\"tag1\", \"tag2\"]\n    }\n  ]\n}\n```\n\n## Documentation\n\n### Local Guides (in `docs/`)\n\n| Guide | Description |\n|-------|-------------|\n| [Plugin Development](docs/plugins.md) | Guide to creating plugins |\n| [Plugin Reference](docs/plugins-reference.md) | Technical specifications and schemas |\n| [Plugin Marketplaces](docs/plugin-marketplaces.md) | Marketplace creation and management |\n| [Hooks](docs/hooks.md) | Event-driven automation |\n| [Settings](docs/settings.md) | Configuration and customization |\n| [Slash Commands](docs/slash-commands.md) | Command system reference |\n| [Skills](docs/skills.md) | Agent capabilities and expertise |\n| [Sub-Agents](docs/sub-agents.md) | Specialized AI assistants |\n\n### Official Claude Code Documentation\n\n- [Plugins Overview](https://code.claude.com/docs/en/plugins): plugin development guide\n- [Plugin Marketplaces](https://code.claude.com/docs/en/plugin-marketplaces): marketplace management\n- [Plugins Reference](https://code.claude.com/docs/en/plugins-reference): technical specifications\n- [Slash Commands](https://code.claude.com/docs/en/slash-commands): command development\n\n## Example Plugins\n\n### hello-world\n\nA minimal plugin showing the basic structure:\n\n```bash\n/plugin install hello-world@my-team-marketplace\n/hello World\n# Output: Hello, World! 👋\n```\n\n### plugin-development\n\nThe toolkit you use to build and validate plugins:\n\n- **7 slash commands** for scaffolding and validation\n- **plugin-authoring skill** for ambient guidance\n- **plugin-reviewer agent** for release readiness audits\n- **Automated hooks** for validation and formatting\n\nSee the [plugin-development README](plugins/plugin-development/README.md) for details.\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-plugin`)\n3. Make your changes\n4. Run validation (`/plugin-development:validate`)\n5. Commit your changes (`git commit -m 'Add amazing plugin'`)\n6. Push to the branch (`git push origin feature/amazing-plugin`)\n7. Open a Pull Request\n\n## Acknowledgments\n\nBuilt for [Claude Code](https://claude.com/claude-code) by [Anthropic](https://www.anthropic.com/).\n\n## License\n\nMIT License. See [LICENSE](LICENSE) for details.\n\n## Resources\n\n- [Claude Code Documentation](https://code.claude.com/docs)\n- [Anthropic Discord](https://discord.com/invite/anthropic): community support\n- [Claude Code GitHub](https://github.com/anthropics/claude-code): official repository\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-magda%2Fclaude-code-plugin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan-magda%2Fclaude-code-plugin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-magda%2Fclaude-code-plugin-template/lists"}