Contributing to Claude Code Plugins banner
jeremylongshore jeremylongshore

Contributing to Claude Code Plugins

Development community intermediate

Description

Thank you for your interest in contributing to the Claude Code Plugins marketplace. With hundreds of plugins and thousands of agent skills, this is a community-driven project and contributions of all

Installation

Terminal
claude install-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills

README

Contributing to Claude Code Plugins

Thank you for your interest in contributing to the Claude Code Plugins marketplace. With hundreds of plugins and thousands of agent skills, this is a community-driven project and contributions of all sizes are welcome.

Quick Start

    undefined

Ways to Contribute

    undefined

Adding a Plugin

    undefined

Only these fields are allowed in `plugin.json`: `name`, `version`, `description`, `author`, `repository`, `homepage`, `license`, `keywords`. CI rejects anything else.

Adding Skills

Create a `skills/[skill-name]/SKILL.md` file inside any plugin directory. Use the 2026 Schema frontmatter:

---
name: skill-name
description: |
  When to use this skill. Include trigger phrases.
allowed-tools: Read, Write, Edit, Bash(npm:*), Glob
version: 1.0.0
author: Your Name 
---

Validate your skills with:

python3 scripts/validate-skills-schema.py --skills-only

Validation Requirements

CI runs the following checks on every PR:

    undefined

Run `.