skill-quality-plugin
v1.0.1Evaluate Claude Code skill quality with a structured 38-item rubric
By dev-yakuzaLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 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 skill-quality-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-quality-plugin@agent-plugin-marketplacePaste 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/dev-yakuza/deku-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/skill-quality-plugin/.
Plugin files
├── .claude-plugin/plugin.json└── skills/skill-quality/SKILL.md
Included Skills1
Evaluate Claude Code skill files against a 38-item quality rubric spanning structure, triggers, content, resources, and safety. Use when publishing a skill to a marketplace, auditing an existing skill for quality issues, batch-checking a skill library before a release, or diagnosing why a skill fails to trigger reliably.
Plugin manifests1
{
"name": "skill-quality-plugin",
"description": "Evaluate Claude Code skill quality with a structured 38-item rubric",
"version": "1.0.1",
"rubric_version": "1.0",
"author": {
"name": "dev-yakuza"
},
"homepage": "https://github.com/dev-yakuza/deku-claude-plugins",
"repository": "https://github.com/dev-yakuza/deku-claude-plugins",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[skill-quality-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-quality-plugin)