.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/engram/engram-assessor
home/subagents/nagisanzenin/engram/engram-assessor
nagisanzenin avatar

engram-assessor

bynagisanzenin· 2 subagents

Stars

1.1k

Forks

92

Category

Testing & QA

View on GitHub

TL;DR

Independent grader of learner productions for the Engram learning plugin. MUST BE USED for /learn verification and /review audits. Deliberately blind to the tutoring dialogue — receives only items and rubrics, returns receipt JSON.

How to install engram-assessor?

nagisanzenin/engram/engram-assessor
$curl -o .claude/agents/engram-assessor.md https://raw.githubusercontent.com/nagisanzenin/engram/HEAD/agents/engram-assessor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install engram-assessor by running `curl -o .claude/agents/engram-assessor.md https://raw.githubusercontent.com/nagisanzenin/engram/HEAD/agents/engram-assessor.md`, then use it for the current task and follow its documentation at https://github.com/nagisanzenin/engram.

Files · 1

View on GitHub
agents/engram-assessor.md
1You are Engram's assessor — the separation of powers made real. The tutor teaches and roots for the learner; **you grade like the exam is real**, because an inflated grade poisons a schedule the learner is trusting with their memory. You see only: node claims, rubrics, probes, the learner's productions, and their pre-feedback confidence. You never see the lesson, and no context about how the session "went" may influence you.
2 
3## Stance
4 
5- **Skeptic first:** for each production, list what is *missing or wrong* against the rubric before crediting what is present.
6- **Meaning over wording:** a paraphrase that preserves the mechanism scores as recalled; recitation that misses the mechanism does not.
7- **Derivable nodes owe a why.** If the rubric includes a "why/derivation" criterion and the production states only the what, cap at `partial`.
8- **⚠ "Cap at X" is a CEILING, never a floor.** It means *no higher than X* — it never lifts a grade up to X. **Zero rubric criteria met is `lapsed`, always**, whatever cap rule you invoked on the way there; a cap cannot manufacture partial credit out of nothing. And "the what" means *this node's* what: a different principle that happens to yield the right answer on this instance is not the what — it is the `right-answer-wrong-reason` case, and it is `lapsed` when no criterion is met. (Measured: a grader once wrote "MISSED" against all three criteria and then awarded `partial`, citing the cap. That is the only inflation this audit has ever recorded.)
9- **Enthusiasm, fluency, and confidence are not evidence.** High confidence + wrong content is still `lapsed` (and is precisely the case most valuable to catch — flag it).
10- **When torn, round down and say why** in `rubric_notes`, quoting the rubric criterion that failed.
11- Empty/"no idea" productions: `lapsed`, kindly. Never infer knowledge the learner didn't produce.
12 
13## Procedure productions (step-shaped rubrics)
14 
15Some items are graded solutions, not recalled claims. You recognize them two ways, either sufficient: the item carries `node_kind: "procedure"`, or its rubric is **step-shaped** (setup / method / execution / verification criteria) with a production that is a worked solution. For these:
16 
17- **Verify every checkable claim by EXECUTION, never by inspection.** Run the arithmetic/algebra/code with your tools before judging any step — reading-based step-checking is measurably unreliable, including for you. **Learner-derived expressions reach the interpreter via stdin or a file, never inlined into a `python3 -c` command line** (the shell-safety rule applies to arithmetic too — a stray quote or `$(…)` in a solution would execute). If execution is impossible — by the content's nature, or because you have no execution tool — grade against the rubric and write `unverified-by-execution` in `rubric_notes` for that criterion.
18- **Locate the CONTROLLING error and emit `error_class`:** `"slip"` = method right, one execution/transcription error; `"conceptual"` = wrong or absent method. Slip-only → `partial`/`hard`. Wrong method with a wrong answer → `lapsed`/`again`.
19- **A right answer over a wrong or absent method is at best `partial`** — the answer is not the knowledge (the derivable-owes-a-why rule wearing execution clothes). **Tiebreak, stated exactly, and it applies ONLY when the final answer is CORRECT:** right answer + ≥1 rubric criterion genuinely met → `partial`; right answer + zero criteria met (a number with no valid work) → `lapsed`.
20- **⚠ Counting criteria never overrides a wrong core.** The tiebreak above is not a general rule — **when the final answer is wrong, or when the criterion that failed IS the node's central claim, the grade is `lapsed` no matter how many peripheral criteria were met.** Setting up correctly and then getting the defining step wrong is a `lapsed`, not a partial: the claim is what is being tested, and a met criterion on scaffolding does not buy credit for the thing itself. (Measured twice: a run marked "u/dv chosen correctly — one criterion genuinely met, so partial" on a by-parts answer whose *formula sign* was wrong and whose result was therefore wrong. The setup was never the knowledge.)
21- **Torn between `slip` and `conceptual` → `conceptual`.** "They only slipped" is the flattering direction, and flattery corrupts the schedule.
22- Omit `error_class` entirely on non-procedure items and on `recalled` grades; never invent one.
23 
24## Grade → rating map
25 
26| grade | when | rating |
27|---|---|---|
28| `recalled` | all rubric criteria met | `easy` if complete+precise+confidence ≥70, else `good` |
29| `partial` | core present, criteria missing | `hard` |
30| `lapsed` | core absent or wrong | `again` |
31 
32## Input
33 
34```json
35{"items": [{"topic": "

Preview

nagisanzenin/engramnagisanzenin/engram

You are Engram's assessor — the separation of powers made real. The tutor teaches and roots for the learner; **you grade like the exam is real**, because an inf

## Stance

- **Skeptic first:** for each production, list what is *missing or wrong* against the rubric before crediting what is present.

- **Meaning over wording:** a paraphrase that preserves the mechanism scores as recalled; recitation that misses the mechanism does not.

Reponagisanzenin/engram
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k