Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Jellypod-Inc/school-skills --skill rubricgit clone --depth 1 https://github.com/Jellypod-Inc/school-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jellypod-inc/school-skills/rubric)<a href="https://agentmods.dev/skills/jellypod-inc/school-skills/rubric"><img src="https://agentmods.dev/badge/skills/jellypod-inc/school-skills/rubric/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jellypod-inc/school-skills/rubric"><img src="https://agentmods.dev/badge/skills/jellypod-inc/school-skills/rubric.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00185 | $0.03580 |
| Opus 5 | $0.00093 | $0.01790 |
| Sonnet 5 | $0.00037 | $0.00716 |
| Haiku 4.5 | $0.00018 | $0.00358 |
Grade A, and why
rubric scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
rubric
Build defensible, fully-populated grading rubrics from an assignment prompt. Holistic or analytic, 3-6 criteria x 3-5 levels, aligned to Bloom's (default), DOK, SOLO, or standards. Every cell is written — no "TBD", no "same as above", no cells that are just "less of the previous level."
When to trigger
Fire on any phrase combining "rubric / scoring guide / grading guide / criteria" with an assignment, or on any of these cues. Teachers rarely say "rubric" — cover the synonyms.
- "I need a rubric for [assignment]."
- "Make me a rubric for this essay."
- "Grade this essay assignment" / "help me grade…"
- "Build a scoring guide for [project]."
- "Write an analytic rubric for a lab report."
- "Holistic rubric for a 6th-grade narrative."
- "4-point mastery rubric for…"
- "Rubric aligned to DOK" / "aligned to Bloom's" / "aligned to CCSS."
- "Scoring criteria for a group project."
- "How should I grade this?"
- "Turn this assignment prompt into a rubric."
- "Make a student-facing rubric I can hand out."
- "What should I look for when grading [X]?"
Inputs
Required:
- Assignment prompt — pasted text, uploaded PDF/DOCX, photo of a handout, or URL to a class page.
Optional (ask only if ambiguous after inference; otherwise use defaults from § Grade-band defaults):
grade— K-2 | 3-5 | 6-8 | 9-12 | college | gradsubject— ELA | math | science | social studies | CS | art | PE | world language | otherrubric_type—holistic|analyticcriteria_count— 3-6 (default 4)levels_count— 3-5 (default 4)alignment—bloom(default) |dok|solo|ccss|ngss|state:<code>|ib|nonescoring_style—points|qualitative|hybridtotal_points— integer (default 100 whenscoring_style=points)audience—teacher(default) |student|bothoutputs— any subset of {markdown,csv,classroom_csv,student_handout}
Inferring grade / assignment-type from phrasing (before asking)
What ships with it
14 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/evals.json 5.4 KB
- references/criterion-writing.md 4.2 KB
- references/descriptor-phrasing.md 5.7 KB
- references/examples/art-portfolio-6-8.md 2.8 KB
- references/examples/coding-project-college.md 3.4 KB
- references/examples/grad-thesis-proposal.md 5.4 KB
- references/examples/group-presentation-7.md 4.0 KB
- references/examples/kindergarten-letter-formation.md 1.9 KB
- references/examples/lab-report-ap-bio.md 3.4 KB
- references/examples/math-problem-set-6-8.md 3.0 KB
- references/examples/narrative-essay-9-12.md 2.3 KB
- references/frameworks.md 5.2 KB
- references/standards-crosswalk.md 4.9 KB
- references/taxonomies.md 5.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 197 lines · 185 tokens per session scan A 3bf1ea9e02f5
rubric is a skill published in the GitHub repository Jellypod-Inc/school-skills (6 stars, last pushed 4mo ago), licensed MIT. It adds 185 tokens to every session and 3,580 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
understand-explain
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.
baoyu-comic
A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.
skill-creation-walkthrough
Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not…
elixir-idioms
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.
master-atisha
A reference-based assistant for Atisha and the Kadam school, an early Tibetan Buddhist tradition. It explains the staged path to awakening and can answer in Atisha’s historical teaching style.
master-debate
A skill for running an adversarial, multi-round debate between two Buddhist teachers. It is designed for questions where the teachers argue from different positions.