Contributing to Claude Code Plugins
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
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 jeremylongshore/claude-code-plugins-plus-skills, shared by 25 entries
in this directory. It describes the repository, not this entry specifically.
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
- Fork and clone the repository
- Copy a template from
templates/(minimal-plugin,command-plugin,agent-plugin, orfull-plugin) - Develop your plugin
- Run validation:
./scripts/quick-test.sh - Open a PR
Ways to Contribute
- New plugins -- Add tools, workflows, or integrations for Claude Code
- New skills -- Create auto-activating SKILL.md files for existing or new plugins
- Bug fixes -- Fix issues in existing plugins, the marketplace site, or the CLI
- Documentation -- Improve READMEs, guides, or inline documentation
- Security reports -- Responsibly disclose vulnerabilities (see Security below)
- Plugin reviews -- Test and review open PRs from other contributors
Adding a Plugin
- Pick a category from
plugins/(e.g.,devops,productivity,api-development) or propose a new one in your PR. - Copy a template:
cp -r templates/command-plugin plugins/[category]/my-plugin - Edit
.claude-plugin/plugin.jsonwith the required fields:name,version,description,author. - Add a
README.mdand optionally aLICENSEfile (MIT recommended). - Add
commands/,agents/, orskills/directories as needed. - Add an entry to
.claude-plugin/marketplace.extended.json. - Run
pnpm run sync-marketplaceto regenerate the CLI-compatible catalog. - Run
./scripts/quick-test.sh-- this must pass before opening a PR.
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:
- JSON validity and plugin structure -- All
plugin.jsonfiles must be well-formed with required fields. - Catalog sync --
marketplace.extended.jsonandmarketplace.jsonmust be in sync. Runpnpm run sync-marketplacebefore committing. - Security scan -- No hardcoded secrets, API keys, or dangerous patterns.
- Marketplace build and route validation -- The Astro site must build successfully with all plugin routes resolving.
- Frontmatter validation -- Commands, agents, and skills must have valid YAML frontmatter.
- E2E tests -- Playwright tests run on chromium, webkit, and mobile viewports.
Run `.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11