Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ivintik
Plugin lifecycle management — health audits, optimization, releasing, and marketplace operations for Claude Code plugins
npx claudepluginhub ivintik/private-claude-marketplace --plugin plugin-opsComprehensive health audit of a Claude Code plugin — checks structure, skills quality, knowledge size, hooks, MCP config, cross-references, and issues. Use when the user asks to analyze plugin health, audit a plugin, assess quality, or run a self-assessment.
Diagnoses root causes when a plugin skill fails to load, doesn't trigger, errors out, or behaves unexpectedly. Use proactively when any plugin issue is detected, or when the user asks to debug/diagnose a plugin.
Analyzes a Claude Code plugin for optimization opportunities — knowledge size reduction, skill clarity improvements, dead reference removal. Runs in dry-run mode by default.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
[Internal] claude-code-plugin リポジトリの marketplace 構造を検証し、エラーを自動修正する内部ユーティリティ
Discover and audit all plugins in a Claude Code marketplace with installation status, versions, and component breakdown
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Makes autonomous coding agents produce software that actually works — real-world verification, observability, and mechanical enforcement via Claude Code hooks.
Plugin lifecycle management for Claude Code. Audit health, optimize, diagnose, release, and manage marketplaces.
git clone https://github.com/iVintik/claude-plugin-ops.git
Then add to your Claude Code plugins.
| Skill | Usage | Purpose |
|---|---|---|
/plugin-ops:reflect | /plugin-ops:reflect [path] [--brief] | Analyze plugin health |
/plugin-ops:diagnose | /plugin-ops:diagnose [path] [--skill SKILL-NAME] | Diagnose plugin defects |
/plugin-ops:optimize | /plugin-ops:optimize [path] [--dry-run] [--target ...] | Optimize plugin size/quality |
/plugin-ops:marketplace | /plugin-ops:marketplace init|list|add|remove | Manage plugin marketplaces |
/plugin-ops:release | /plugin-ops:release [path] <version> [--store name] | Version bump + publish |
Typical plugin lifecycle:
/plugin-dev:create-plugin to scaffold/plugin-ops:reflect to assess quality/plugin-ops:diagnose to investigate specific issues/plugin-ops:optimize to slim down/plugin-ops:release . 1.0.0 to bump and publishManage plugin marketplaces backed by git repositories. Supports:
gh CLIglab CLI or APIConfigure marketplaces in .claude/plugin-ops.local.md with YAML frontmatter. See knowledge/configuration.md for details.
This plugin handles operational lifecycle (audits, optimization, releases, marketplaces). For plugin creation and development (scaffolding, skills, hooks, MCP servers), use Anthropic's plugin-dev plugin.
MIT