professor-mind-reader
v0.1.0Reverse-engineer a marking rubric into the handful of criteria that actually move the mark, then audit a draft against them.
By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- 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 professor-mind-reader for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install professor-mind-reader@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/farssaadeldin7-ux/claude-plugin-suiteClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/professor-mind-reader/.
Plugin files
├── .claude-plugin/plugin.json├── skills/professor-mind-reader/SKILL.md└── .mcp.json
Included Skills1
This skill should be used when someone has a marking rubric, assignment brief or grading criteria and wants to know what actually moves the mark, or wants their own draft audited against it — "here's the rubric for my essay, what am I missing", "why did I get a 2:1 and not a first", "check my draft against these marking criteria", "what is my professor actually looking for", "I don't understand this grading rubric", "how do I turn a B into an A", "which parts of this assignment are worth the most marks", "am I answering the question they asked", "audit my dissertation chapter against the criteria". Also use it for planning word-count allocation before writing, decoding band descriptors, and reviewing any submission against a stated set of assessment criteria.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/mcp/server.js
- env.PLUGIN_SUITE_BILLING_URL
- ${PLUGIN_SUITE_BILLING_URL}
- env.PROFESSOR_MIND_READER_LICENSE_KEY
- ${PROFESSOR_MIND_READER_LICENSE_KEY}
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "professor-mind-reader",
"version": "0.1.0",
"description": "Reverse-engineer a marking rubric into the handful of criteria that actually move the mark, then audit a draft against them.",
"author": {
"name": "Fars Saadeldin"
},
"license": "UNLICENSED",
"keywords": [
"academic",
"rubric",
"grading",
"essay",
"university",
"assessment"
]
}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.
[professor-mind-reader on Agent Plugins Marketplace](https://pluginsmp.com/plugins/professor-mind-reader)