skill-doctor
v2.11.2Grade an agent setup from real conversation history. Harvests recent local Claude Code and Codex sessions scoped to one repo, condenses and secret-redacts transcripts (12-pattern redactor, chmod-0600 artifacts, nothing ever uploaded), has the agent judge each transcript against two fixed rubrics (efficiency, code-quality — labels only, preserved verbatim from upstream), then runs a deterministic aggregation gate that derives every number from the label tables, refuses scores for unsampled sessions and suggestions that cite no scored session, and renders one self-contained HTML report (no JS, no CDN, dark-mode, print-to-PDF). Proposed skill edits stay staged as diffs until an explicit per-skill yes, and zero suggestions is a valid, reportable success. Ships cs-skill-doctor agent, /cs:skill-doctor command, 3 stdlib tools, 2 verbatim rubrics, 3 references citing 7 sources each, and the 3 handoff-shape assets.
By Alireza RezvaniLicense: MIT24.9k GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 25, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-doctor@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/alirezarezvani/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is engineering/skill-doctor/.
Plugin files
├── .claude-plugin/plugin.json└── skills/skill-doctor/SKILL.md
Included Skills1
Use when the user wants their agent setup graded from real conversation history, asks which installed skills are actually working, or wants evidence-backed skill edits — scores recent local Claude Code / Codex sessions against efficiency and code-quality rubrics, then drafts skill changes gated by a deterministic aggregator and renders one local shareable report.
Plugin manifests1
{
"name": "skill-doctor",
"description": "Grade an agent setup from real conversation history. Harvests recent local Claude Code and Codex sessions scoped to one repo, condenses and secret-redacts transcripts (12-pattern redactor, chmod-0600 artifacts, nothing ever uploaded), has the agent judge each transcript against two fixed rubrics (efficiency, code-quality — labels only, preserved verbatim from upstream), then runs a deterministic aggregation gate that derives every number from the label tables, refuses scores for unsampled sessions and suggestions that cite no scored session, and renders one self-contained HTML report (no JS, no CDN, dark-mode, print-to-PDF). Proposed skill edits stay staged as diffs until an explicit per-skill yes, and zero suggestions is a valid, reportable success. Ships cs-skill-doctor agent, /cs:skill-doctor command, 3 stdlib tools, 2 verbatim rubrics, 3 references citing 7 sources each, and the 3 handoff-shape assets.",
"version": "2.11.2",
"author": {
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
},
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering/skill-doctor",
"repository": "https://github.com/alirezarezvani/claude-skills",
"license": "MIT",
"skills": [
"./skills/skill-doctor"
]
}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-doctor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-doctor)