assess-slts

assess-slts is a skill for Claude Code from Andamio-Platform/coach. It costs 17 tokens per session (1,679 once invoked), scanned A, original, MIT.

An evaluator for Student Learning Targets, or “I can…” statements describing what a learner should be able to do after a lesson or module.

In plain words
What is it for?
Use it to review lists of learning targets, assess their quality across five dimensions, and get rewrite suggestions based on research and previously observed patterns.
Why use it?
It helps identify learning targets that are unclear, too broad, too narrow, or inconsistent with education guidelines.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the coach plugin — 15 skills shipped together

Good fit Use it to review lists of learning targets, assess their quality across five dimensions, and get rewrite suggestions based on research and previously observed patterns.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Andamio-Platform/coach
Claude Code
/plugin install coach

Made for: Claude Code.

Or install coach, the plugin that ships this one along with the rest of its 15 skills.

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 assess-slts

README.md
[![agentmods](https://agentmods.dev/badge/skills/andamio-platform/coach/assess-slts/github.svg)](https://agentmods.dev/skills/andamio-platform/coach/assess-slts)
Your own site
<a href="https://agentmods.dev/skills/andamio-platform/coach/assess-slts"><img src="https://agentmods.dev/badge/skills/andamio-platform/coach/assess-slts/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 assess-slts

Your own site · 80×15
<a href="https://agentmods.dev/skills/andamio-platform/coach/assess-slts"><img src="https://agentmods.dev/badge/skills/andamio-platform/coach/assess-slts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,679 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.00017 $0.01679
Opus 5 $0.00009 $0.00839
Sonnet 5 $0.00003 $0.00336
Haiku 4.5 $0.00002 $0.00168

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

Security

Grade A, and why

assess-slts 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 9d 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.

skills/assess-slts/SKILL.md · 142 lines

How it starts

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

Skill: Assess Student Learning Targets

Description

Evaluates the quality of a list of Student Learning Targets (SLTs) against established education research and Andamio protocol conventions. Provides per-SLT assessment and actionable suggestions for improvement.

Instructions

Path Resolution

Resolve file paths based on your execution context:

  • Plugin context (${CLAUDE_PLUGIN_ROOT} is set): Read knowledge from ${CLAUDE_PLUGIN_DATA}/knowledge/ (user data), falling back to ${CLAUDE_PLUGIN_ROOT}/knowledge/ (seed data). Read research from ${CLAUDE_PLUGIN_ROOT}/knowledge/research/.
  • Clone/symlink context (default): Read knowledge from knowledge/ relative to the project root (research is at knowledge/research/).

Pre-Execution Knowledge Check

Before assessing SLTs, read the knowledge base for patterns that should influence your assessment. If any knowledge file does not exist, skip it and proceed without prior patterns — note "No prior data available" in output.

  1. Read knowledge/slt-patterns/quality-issues.yaml

    • Flag SLTs matching known problematic patterns
    • Include "seen in [n] courses" when citing issues
  2. Read knowledge/slt-patterns/successful-rewrites.yaml

    • When suggesting fixes, prefer proven rewrites
    • Include "this rewrite worked in [course]" when applicable
  3. Surface knowledge in assessment (if relevant patterns exist):

    **Known Issue:** This pattern (task-focused verb) was flagged in 3 previous courses.
    **Proven Rewrite:** "I can complete the setup" → "I can configure my environment to run X" (from andamio-for-contributors)
    

The user will provide a markdown file containing a list of SLTs. Read the file, then assess each SLT against the criteria below. Always read knowledge/research/slt-research-report.md for full research context before running the assessment.

Assessment Criteria

Evaluate each SLT on the following dimensions, rating each as Strong, Acceptable, or Needs Work:

Read the full file on GitHub · 142 lines

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. 9d ago First seen · 142 lines · 17 tokens per session scan A 6688482b69d8

Subscribe to this mod's changes

assess-slts is a skill published in the GitHub repository Andamio-Platform/coach (6 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 1,679 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

paper-explainer

A research-content workflow that turns an arXiv paper or a local PDF into an explanation for a video or written article. arXiv is a public online archive of research papers.

ZJU-REAL/Easel · 114 tokens

bq-skill

A coaching workflow for building a reusable library of truthful stories for behavioral job interviews. It uses structures such as STAR—Situation, Task, Action, Result—and can connect stories to a job description and résumé.

yanliudesign/offer-toolkit-skill · 166 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

exam-ingest

A workspace setup tool for exam preparation. It reads PDFs, Word documents, presentations, spreadsheets, images, text files, and Markdown, then creates chapter notes, a question bank, and tracked preparation data.

ZeKaiNie/universal-examprep-skill · 116 tokens

exam-cram

An exam-preparation guide for studying shortly before a test. It turns course materials into chapter notes and a question bank, then manages teaching, practice, grading, mistake review, and progress tracking.

ZeKaiNie/universal-examprep-skill · 111 tokens

exam-tutor

A teaching workflow for learning one chapter from a study wiki at a time, using everyday comparisons and step-by-step explanations of formulas and important questions. TDD is not involved here; the material concerns guided study and exam preparation.

ZeKaiNie/universal-examprep-skill · 88 tokens