Agent Plugins Marketplace
All plugins

prompt-quality-criteria

v1.1.1

Supplies criteria groups B–G for grading a Markdown prompt that steers Claude — model-specific prompting, general prompting, hallucination guards, output consistency, injection defenses, and prompt-leak defenses. Returns the criteria; the caller scores against them.

Claude Code1 Skill

By Tamas MezeiLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
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 prompt-quality-criteria@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/brokenrobot-xyz/agent-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/prompt-quality-criteria/.

Plugin files

plugins/prompt-quality-criteria/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

prompt-quality-criteriaSKILL.md

Supplies criteria groups B–G for grading a Markdown prompt that steers Claude — model-specific prompting, general prompting, hallucination guards, output consistency, injection and jailbreak defenses, and prompt-leak defenses. Returns the criteria; the caller scores against them. Use when reviewing a skill, a subagent definition, or another agent-facing prompt, or when the user asks what to check in one.

Plugin manifests1

plugins/prompt-quality-criteria/.claude-plugin/plugin.json
{
  "name": "prompt-quality-criteria",
  "description": "Supplies criteria groups B–G for grading a Markdown prompt that steers Claude — model-specific prompting, general prompting, hallucination guards, output consistency, injection defenses, and prompt-leak defenses. Returns the criteria; the caller scores against them.",
  "version": "1.1.1",
  "author": {
    "name": "Tamas Mezei",
    "url": "https://www.brokenrobot.xyz"
  },
  "license": "MIT",
  "keywords": [
    "prompting",
    "criteria",
    "rubric",
    "review",
    "quality"
  ],
  "homepage": "https://github.com/brokenrobot-xyz/agent-skills/tree/main/plugins/prompt-quality-criteria"
}

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

[prompt-quality-criteria on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prompt-quality-criteria)