accreditation-mapper

accreditation-mapper is a skill for Claude Code from YujxZJCN/teaching-skills. It costs 127 tokens per session (1,970 once invoked), scanned A, original, MIT.

A documentation tool for connecting university course learning outcomes to broader program outcomes and accreditation standards such as ABET, an engineering education review framework.

In plain words
What is it for?
Use it to build outcome-mapping tables, assemble evidence for program reviews, find weak or missing documentation, and draft self-study text.
Why use it?
It helps professors show how course work supports program requirements and identify claims that lack supporting evidence.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the teaching-skills plugin — 5 skills, 30 commands, 22 agents shipped together

Good fit Use it to build outcome-mapping tables, assemble evidence for program reviews, find weak or missing documentation, and draft self-study text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yujxzjcn/teaching-skills/accreditation-mapper
Install

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.

Any agent
npx skills add YujxZJCN/teaching-skills --skill accreditation-mapper
Clone the repo
git clone --depth 1 https://github.com/YujxZJCN/teaching-skills

Made for: Claude Code.

Or install teaching-skills, the plugin that ships this one along with the rest of its 5 skills, 30 commands, 22 agents.

Wrote 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.

agentmods badge for accreditation-mapper

README.md
[![agentmods](https://agentmods.dev/badge/skills/yujxzjcn/teaching-skills/accreditation-mapper/github.svg)](https://agentmods.dev/skills/yujxzjcn/teaching-skills/accreditation-mapper)
Your own site
<a href="https://agentmods.dev/skills/yujxzjcn/teaching-skills/accreditation-mapper"><img src="https://agentmods.dev/badge/skills/yujxzjcn/teaching-skills/accreditation-mapper/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.

agentmods 80×15 button for accreditation-mapper

Your own site · 80×15
<a href="https://agentmods.dev/skills/yujxzjcn/teaching-skills/accreditation-mapper"><img src="https://agentmods.dev/badge/skills/yujxzjcn/teaching-skills/accreditation-mapper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,970 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00127 $0.01970
Opus 5 $0.00063 $0.00985
Sonnet 5 $0.00025 $0.00394
Haiku 4.5 $0.00013 $0.00197

Measured 11d ago against content hash db9215587cf5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

accreditation-mapper 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.

accreditation-mapper/SKILL.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Accreditation Mapper — Outcomes-to-Standards Documentation Team

Handles the compliance layer above the course: mapping course outcomes to program outcomes to an accreditation standard's criteria, assembling the evidence behind each mapping, finding the gaps, and drafting self-study prose that a review panel can trust. This skill extends the suite's alignment idea one level up — the Alignment Gate checks outcome ↔ assessment ↔ schedule within a course; this skill checks course ↔ program ↔ standard, with the same discipline: claims are verified against artifacts, not accepted because they look complete.

Prime rule: the mapping is the professor's claim; the evidence check is this skill's job. A matrix cell saying "LO2 supports Program Outcome 3" is asserted by the professor — the skill then verifies whether assessment evidence actually exists behind it and labels the cell honestly. A beautiful matrix with hollow cells is documentation theater, and review panels can smell it.

Quick Start

Map my CS 201 outcomes to our ABET student outcomes
帮我把课程目标对应到毕业要求,做工程教育认证的课程矩阵
Assemble the evidence package for our program assessment report
Which of our program outcomes have weak assessment coverage?
Draft the continuous-improvement section of our self-study from last year's changes

Modes

Mode Trigger intent Output
map "Map my course to the program outcomes / standard"; building a curriculum map Course-LO × program-outcome × criterion matrix with professor-claimed strength and per-cell evidence status (CLAIMED / EVIDENCED / HOLLOW)
evidence "Assemble the evidence for…"; preparing for a review visit or assessment report Evidence package index for a confirmed matrix: what exists (from passport artifacts[] + iteration_history), provenance per item, what's missing
gap "Where is our coverage weak?"; pre-review self-check Gap analysis: criteria with no or weak coverage across the mapped course(s), prioritized remediation suggestions routed to course-designer redesign
self-study "Draft the self-study section…"; continuous-improvement narrative Self-study / continuous-improvement section drafted FROM the confirmed matrix + evidence index — every claim footnoted to evidence; thin evidence becomes a hedged claim or an explicit gap statement, never inflation

Read the full file on GitHub · 144 lines

Files

What ships with it

7 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.

Changes

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.

  1. 11d ago First seen · 144 lines · 127 tokens per session scan A db9215587cf5

Subscribe to this mod's changes

accreditation-mapper is a skill published in the GitHub repository YujxZJCN/teaching-skills (26 stars, last pushed 2mo ago), licensed MIT. It adds 127 tokens to every session and 1,970 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

education-expert

Expert-level education technology, learning management systems, and ed-tech platforms. Use when the user mentions edtech, lms, e learning, or assessment, or when the task involves Educational Technology or Standards.

personamanagmentlayer/pcl · 45 tokens

edtech-expert

Expert in education technology, adaptive learning, student analytics, virtual classrooms, assessment tools, and learning management systems. Use when the user mentions education, e learning, lms, adaptive learning, student analytics, or virtual classroom, or when the task involves Learning Management Systems, Virtual…

personamanagmentlayer/pcl · 72 tokens

e-learning-expert

Build comprehensive e-learning solutions including course management, student engagement, assessment systems, and learning analytics. Use when the user mentions an LMS, online courses, SCORM or xAPI, student engagement, assessments and grading, or learning analytics.

personamanagmentlayer/pcl · 52 tokens

lecture-to-study-guide

Turns raw class material — pasted notes, slide-deck PDFs, or class transcripts — into a 7-section study guide (outline, key terms, concept summaries, Mermaid diagrams, worked examples, 10-20 practice questions, one-page cheat sheet). USE THIS SKILL when a student says "turn my notes into a study guide," "summarize…

Jellypod-Inc/school-skills · 263 tokens

stage-dsl

The map for reading and editing an OpenMAIC stage document with readstage, patchstage, and grepstage. Load it before patching a structure you have not patched before, when patchstage rejects an operation, or whenever the path from a stage, outline, scene, content object, or action to the field you need is uncertain.…

THU-MAIC/OpenMAIC · 104 tokens

pptx-import

A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.

THU-MAIC/OpenMAIC · 125 tokens