Agent Plugins Marketplace
All plugins

jeremy-plugin-tool

v2.19.0

Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace

Claude Code4 Skills

By Claude Code PluginsLicense: MIT2.7k GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jeremy-plugin-tool-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/examples/jeremy-plugin-tool/.

Plugin files

plugins/examples/jeremy-plugin-tool/
├── .claude-plugin/plugin.json
├── skills/plugin-auditor/SKILL.md
├── skills/plugin-creator/SKILL.md
├── skills/plugin-validator/SKILL.md
└── skills/version-bumper/SKILL.md

Included Skills4

plugin-auditorskills/plugin-auditor/SKILL.md

Audit automatically audits AI assistant code plugins for security vulnerabilities, best practices, AI assistant.md compliance, and quality standards when user mentions audit plugin, security review, or best practices check. specific to AI assistant-code-plugins repositor... Use when assessing security or running audits. Trigger with phrases like 'security scan', 'audit', or 'vulnerability'.

plugin-creatorskills/plugin-creator/SKILL.md

Create automatically creates new AI assistant code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. specific to AI assistant-code-plugins repository workflow. Use when generating or creating new content. Trigger with phrases like 'generate', 'create', or 'scaffold'.

plugin-validatorskills/plugin-validator/SKILL.md

Validate automatically validates AI assistant code plugin structure, schemas, and compliance when user mentions validate plugin, check plugin, or plugin errors. runs comprehensive validation specific to AI assistant-code-plugins repository standards. Use when validating configurations or code. Trigger with phrases like 'validate', 'check', or 'verify'.

version-bumperskills/version-bumper/SKILL.md

Execute automatically handles semantic version updates across plugin.json and marketplace catalog when user mentions version bump, update version, or release. ensures version consistency in AI assistant-code-plugins repository. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Plugin manifests1

plugins/examples/jeremy-plugin-tool/.claude-plugin/plugin.json
{
  "name": "jeremy-plugin-tool",
  "version": "2.19.0",
  "description": "Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]",
    "url": "https://tonsofskills.com"
  },
  "homepage": "https://github.com/jeremylongshore/claude-code-plugins",
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "skills",
    "agent-skills",
    "plugin-management",
    "marketplace",
    "validation",
    "audit",
    "versioning",
    "meta-plugin",
    "repository-tools"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[jeremy-plugin-tool on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jeremy-plugin-tool-2)