Training Completion Tracking

Training Completion Tracking is a skill for Claude Code from WYRE-AI/msp-claude-plugins. It costs 59 tokens per session (1,553 once invoked), scanned A, original, Apache-2.0.

A method for measuring completion of security-awareness training across connected training platforms. It distinguishes users who missed an assignment from organizations that are behind their expected training schedule.

In plain words
What is it for?
Use it to calculate completion rates, find overdue training, and rank clients that are falling behind their contracted training cadence.
Why use it?
It prevents an organization with no available measurement from being confused with one that has a genuine 0% completion rate.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the awareness-pack plugin — 3 skills, 3 commands, 3 agents shipped together

Good fit Use it to calculate completion rates, find overdue training, and rank clients that are falling behind their contracted training cadence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wyre-ai/msp-claude-plugins/training-completion-tracking
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 WYRE-AI/msp-claude-plugins --skill training-completion-tracking
Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install awareness-pack, the plugin that ships this one along with the rest of its 3 skills, 3 commands, 3 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 Training Completion Tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/training-completion-tracking/github.svg)](https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/training-completion-tracking)
Your own site
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/training-completion-tracking"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/training-completion-tracking/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 Training Completion Tracking

Your own site · 80×15
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/training-completion-tracking"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/training-completion-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,553 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00059 $0.01553
Opus 5 $0.00030 $0.00776
Sonnet 5 $0.00012 $0.00311
Haiku 4.5 $0.00006 $0.00155

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

Security

Grade A, and why

Training Completion Tracking 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 5d 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.

msp-claude-plugins/awareness-pack/skills/training-completion-tracking/SKILL.md · 161 lines

How it starts

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

Training Completion Tracking

Overview

Training completion is the leading indicator for the human-layer side of security posture: an org whose users are behind on required training is an org whose users are more likely to fall for the next real phishing attempt. This skill covers how to pull training-campaign completion state across whatever security-awareness platform is connected, turn it into a per-org completion rate, and flag clients falling behind their contracted cadence — without assuming a specific vendor's data model.

Anti-triggers

  • Running a KnowBe4 campaign — creating campaigns, enrolling users, browsing the content library, or buying store modules is the vendor's API surface; use knowbe4-training.
  • KnowBe4's own completion reports and benchmarks — the platform computes those natively per account; use knowbe4-reporting. This skill exists for the portfolio rollup and the cadence judgment across whatever platform is connected.

Step Zero: Confirm What's Connected

Call conduit__search_tools with a query like "training campaign" or "training completion" before assuming a specific vendor is available. KnowBe4 is the primary training/phishing-simulation platform in this marketplace and, where connected, is the strongest source for this skill — it exposes campaign-level enrollment and completion data directly (e.g. knowbe4__list_users, knowbe4__list_campaigns). Proofpoint and Checkpoint Avanan both carry secondary awareness/phishing-simulation features alongside their core email-security function; where connected, treat them as additional or corroborating sources, not a replacement for a dedicated training platform. If no training/awareness connector is found for a client, say so explicitly rather than reporting a completion rate of 0% — "unmeasured" and "0% complete" are very different findings and must not be conflated.

Key Concepts

What "overdue" means

A user or org is overdue when a training assignment has passed its due date without a completion recorded, or when the org has no active/recent campaign covering a training requirement that a defined cadence calls for. Distinguish between:

Read the full file on GitHub · 161 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. 5d ago First seen · 161 lines · 59 tokens per session scan A 1a2b5f82bba9

Subscribe to this mod's changes

Training Completion Tracking is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 6d ago), licensed Apache-2.0. It adds 59 tokens to every session and 1,553 once invoked, about $0.0003 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-09-04.

Related

Other skills, from other repositories

learn

Knowledge compiler. Extracts patterns, decisions, and anti-patterns from completed campaigns and evolve cycles, then compiles them into structured wiki pages that integrate with existing knowledge rather than appending isolated files. Implements flush→compile→lint pipeline. Auto-triggered by /postmortem and /evolve…

SethGammon/Citadel · 66 tokens

media-higgsfield-explainer

A Higgsfield workflow for making non-photorealistic narrated explainer videos. It pairs each narration line with a 10-second animated clip and joins the clips into one finished video.

modu-ai/moai-cowork · 236 tokens

media-notebooklm-slide-prompt

A prompt builder that turns lecture, class, or seminar notes into instructions for NotebookLM Studio to create slides. It also creates image prompts for each slide using Nano Banana, Google's image-generation model.

modu-ai/moai-cowork · 329 tokens

career-interview

An interview-preparation skill for Korean job seekers and people changing jobs, covering common interview formats and answer coaching.

modu-ai/moai-cowork · 142 tokens

career-junior-onboarding

A self-onboarding coach for new and junior employees during their first 90 days at a company. Onboarding means learning how the organization, people, tools, and work processes operate.

modu-ai/moai-cowork · 161 tokens

finance-econ-literacy

A Korean-language guide to understanding economic indicators such as interest rates, exchange rates, inflation, GDP, employment, and trade. It explains how these figures can affect loans, savings, investments, and spending.

modu-ai/moai-cowork · 128 tokens