shipwright-grade
v0.33.1Grade any git repository against the Control Grade rubric — a read-only, deterministic cold-repo grader that reuses the same scoring engine as the compliance dashboard and certification. Underivable dimensions render honest n/a.
By Sven RothLicense: MIT13 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 shipwright-grade for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install shipwright-grade@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/svenroth-ai/shipwrightClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shipwright-grade/.
Plugin files
├── .claude-plugin/plugin.json└── skills/grade/SKILL.md
Included Skills1
Grade any git repository against the Control Grade rubric (A–F), read-only and deterministic. Projects a cold repo's git history + tests + configs into the same GradeInputs the compliance dashboard uses and reuses the shared scoring engine unchanged. Underivable dimensions render honest n/a and become the "what adopting Shipwright would light up" story. TRIGGER when: the user wants to grade a repository, score a repo's control posture, run /shipwright-grade, get a Control Grade for a local path, or evaluate how traceable/tested/controlled a codebase is. DO NOT TRIGGER for: writing code (/shipwright-build), fixing a bug (/shipwright-iterate), a full compliance audit of THIS project (/shipwright-compliance), or deployment (/shipwright-deploy).
Plugin manifests1
{
"name": "shipwright-grade",
"description": "Grade any git repository against the Control Grade rubric — a read-only, deterministic cold-repo grader that reuses the same scoring engine as the compliance dashboard and certification. Underivable dimensions render honest n/a.",
"version": "0.33.1",
"author": {
"name": "Sven Roth",
"url": "https://github.com/svenroth-ai"
},
"repository": "https://github.com/svenroth-ai/shipwright",
"license": "MIT",
"keywords": [
"grade",
"control-grade",
"repo-grader",
"read-only",
"openssf-scorecard",
"lead-magnet"
]
}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.
[shipwright-grade on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shipwright-grade)