npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

minerva-rubric-feedback

v2.0.1

Published

Cross-platform AI plugin for structured rubric (HC/LO) feedback on Minerva assignments. Supports Claude Code, Cursor, Codex, and Gemini CLI with multi-agent discipline evaluation and Google Drive integration.

Readme

minerva-rubric-feedback

MIT License npm version Claude Code Cursor Codex Gemini CLI

A cross-platform AI plugin that gives structured feedback on rubric (HC / LO) applications in Minerva assignment PDFs or Google Docs.

For each tagged rubric it evaluates three dimensions:

  • (a) Body — does the body text actually demonstrate the HC, or is the tag performative?
  • (b) Footnote — Strong / Adequate / Weak, with specific reasoning
  • (c) Past professor feedback — did you address what was flagged in prior assignments?

Features:

  • Multi-agent discipline evaluation — AH, CS, NS, SS parallel Sonnet agents
  • Grammar and typo checks — parallel Haiku agents
  • Google Drive / Docs integration — read assignments by URL or title
  • Cross-platform — Claude Code, Cursor, Codex, Gemini CLI

Installation

Run this in your project directory:

npx minerva-rubric-feedback

Installs all platform files automatically:

  • Claude Code: .claude/skills/rubric-feedback/ + CLAUDE.md + hooks
  • Cursor: .cursor/rules/rubric-feedback.mdc
  • Codex: AGENTS.md
  • Gemini CLI: GEMINI.md

Then install Playwright (needed to scrape past assignment feedback):

pip install playwright && playwright install chromium

Usage

Claude Code

claude
/rubric-feedback
/rubric-feedback audience,thesis,levelsofanalysis
/rubric-feedback https://docs.google.com/document/d/<id>/edit
/rubric-feedback https://docs.google.com/document/d/<id>/edit https://forum.minerva.edu/app/assignment-grader/<id>
/rubric-feedback "Week 6 Policy Essay"
/rubric-feedback "Week 6 Policy Essay" https://forum.minerva.edu/app/assignment-grader/<id>

Cursor

@rubric-feedback
@rubric-feedback audience,thesis,levelsofanalysis
@rubric-feedback https://docs.google.com/document/d/<id>/edit
@rubric-feedback https://docs.google.com/document/d/<id>/edit https://forum.minerva.edu/app/assignment-grader/<id>
@rubric-feedback "Week 6 Policy Essay"
@rubric-feedback "Week 6 Policy Essay" https://forum.minerva.edu/app/assignment-grader/<id>

Codex / Gemini CLI

rubric-feedback
rubric-feedback audience,thesis,levelsofanalysis
rubric-feedback https://docs.google.com/document/d/<id>/edit
rubric-feedback https://docs.google.com/document/d/<id>/edit https://forum.minerva.edu/app/assignment-grader/<id>
rubric-feedback "Week 6 Policy Essay"
rubric-feedback "Week 6 Policy Essay" https://forum.minerva.edu/app/assignment-grader/<id>

Architecture

Claude Code

Assignment (local PDF or Google Drive)
        │
        ├── [Hook] Grammar  (Haiku) ─── fires before skill, async
        ├── [Hook] Typo     (Haiku) ─── fires before skill, async
        │
        ├── Step 2: Scrape past professor feedback (Minerva URLs → Playwright)
        │
        ├── Steps 3–6: Read assignment, detect #rubric tags, load rubric definitions
        │             + load professor feedback
        │
        └── Step 7: 4 parallel subagents
                ├── AH Agent   (Sonnet) — Arts & Humanities HCs
                ├── CS Agent   (Sonnet) — Computational Sciences HCs
                ├── NS Agent   (Sonnet) — Natural Sciences HCs
                └── SS Agent   (Sonnet) — Social Sciences HCs
                        │
                        └── Coordinator (Sonnet) → unified CLI output
                              (merges discipline results + hook grammar/typo output)

Cursor / Codex / Gemini CLI

Assignment (local PDF or Google Drive)
        │
        ├── Step 2: Scrape past professor feedback (Minerva URLs → Playwright)
        │
        ├── Steps 3–6: Read assignment, detect #rubric tags, load rubric definitions
        │             + load professor feedback
        │
        └── Step 7: 6 parallel subagents
                ├── AH Agent   (Sonnet / Pro)  — Arts & Humanities HCs
                ├── CS Agent   (Sonnet / Pro)  — Computational Sciences HCs
                ├── NS Agent   (Sonnet / Pro)  — Natural Sciences HCs
                ├── SS Agent   (Sonnet / Pro)  — Social Sciences HCs
                ├── Grammar    (Haiku / Flash) — grammar errors
                └── Typo       (Haiku / Flash) — typos & spelling
                        │
                        └── Coordinator (Sonnet / Pro) → unified CLI output

Google Drive Setup

Authenticate Google Drive MCP to read assignments from Drive:

  • Claude Code: /mcp → select "claude.ai Google Drive"
  • Cursor: add to .cursor/mcp.json:
    {
      "mcpServers": {
        "google-drive": {
          "url": "https://drivemcp.googleapis.com/mcp/v1"
        }
      }
    }
  • Codex / Gemini: configure Google Drive OAuth in your MCP client

Supported rubrics

Cross-disciplinary (M100) #audience #thesis #composition #connotation #constraints #levelsofanalysis #purpose

AH — Arts & Humanities #persuasion #multimedia #designthinking #context #critique #interpretivelens #evidencebased #sourcequality #organization #professionalism #communicationdesign #expression #medium

CS — Computational Sciences #algorithms #optimization #confidenceintervals #correlation #descriptivestats #distributions #probability #regression #significance #decisiontrees #utility #gametheory #variables #deduction #fallacies #induction #estimation

NS — Natural Sciences #dataviz #casestudy #comparisongroups #interventionalstudy #interviewsurvey #observationalstudy #sampling #studyreplication #hypothesisdevelopment #modeling #analogies #heuristics #scienceoflearning #biasidentification #biasmitigation #breakitdown #gapanalysis #rightproblem #plausibility #testability

SS — Social Sciences #shapingbehavior #systemmapping #emergentproperties #complexcausality #networks #systemdynamics #negotiate #ethicalconsiderations #ethicalcourage #ethicaljudgment #conformity #differences #emotionaliq #leadprinciples #powerdynamics #responsibility #selfawareness #strategize #psychologicalexplanation

To add a new rubric: see CONTRIBUTING.md.


Requirements

  • Node.js ≥ 14 (for npx)
  • Python 3 + Playwright (for scraping past feedback)
  • One of: Claude Code, Cursor, Codex, or Gemini CLI

Project structure after install

your-project/
├── assignment/                          ← drop your PDF here
├── scripts/
│   └── scrape-feedback.py
├── .claude/
│   ├── settings.json                    ← hooks (grammar/typo agents)
│   └── skills/rubric-feedback/
│       ├── SKILL.md
│       ├── agents/
│       │   ├── discipline-agent.md
│       │   └── coordinator-agent.md
│       └── references/
│           ├── rubrics/                 ← HC definitions
│           └── past-assignments/        ← auto-generated by scraper
├── .cursor/rules/rubric-feedback.mdc   ← Cursor
├── AGENTS.md                            ← Codex
├── GEMINI.md                            ← Gemini CLI
└── CLAUDE.md                            ← context compaction rules