craft-quality
v0.12.30Standalone repeatable evaluation and promotion evidence for Agent assets and task outcomes.
By wdx9413License: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 16, 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 craft-quality for Codex
codex plugin marketplace add wdx9413/craft
codex plugin marketplace upgrade craft-marketplace
codex plugin add craft-quality@craft-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the craft-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “craft-quality” remain stable.
- Codex:
craft-quality@agent-plugin-marketplace→craft-quality@craft-marketplace
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/wdx9413/craftClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/craft-quality/.
Plugin files
├── .codex-plugin/plugin.json├── skills/craft-quality/SKILL.md└── .mcp.json
Included Skills1
Use Craft Quality to evaluate a versioned Skill, MCP or Host Adapter, Capability Kit, Workflow, Harness, retrieval policy, or task delivery with repeatable evidence.
MCP servers1
- command
- node
- args
- dist/plugin/craft-mcp.cjs --product quality
- cwd
- .
Plugin manifests1
{
"name": "craft-quality",
"version": "0.12.30",
"description": "Standalone repeatable evaluation and promotion evidence for Agent assets and task outcomes.",
"author": {
"name": "wdx9413",
"url": "https://github.com/wdx9413"
},
"homepage": "https://github.com/wdx9413/craft",
"repository": "https://github.com/wdx9413/craft",
"license": "MIT",
"keywords": [
"evaluation",
"quality",
"grader",
"workflow",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Craft Quality",
"shortDescription": "Evaluate Skills, MCPs, Workflows, and Agent outcomes.",
"longDescription": "Freeze a versioned Subject, cases, environment, budget, and graders; compare repeated trials and produce evidence-backed eligibility. It does not publish, activate, or execute an ungoverned candidate.",
"developerName": "wdx9413",
"category": "Developer Tools",
"brandColor": "#000000",
"composerIcon": "./assets/craft-icon.svg",
"logo": "./assets/craft-icon.svg",
"capabilities": [
"Subject evaluation",
"Grader calibration",
"Baseline comparison",
"Promotion evidence",
"Verification planning"
],
"defaultPrompt": [
"Use Craft Quality to evaluate this candidate against a fixed baseline. First state the Subject, cases, environment, budget, and graders; then report eligible, rejected, or inconclusive without publishing anything."
]
}
}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.
[craft-quality on Agent Plugins Marketplace](https://pluginsmp.com/plugins/craft-quality)