internal/lms

An internal learning-management module for tracking employee training, enrolments, and legal certifications needed to operate physical assets.

In plain words
What is it for?
Use it for courses, enrolments, certification status, and cross-checks between training records and legal or operational requirements.
Why use it?
It helps compliance checks account for whether employees have completed the required training and certifications.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/quantdiy/gerp/lms
Any agent
npx skills add quantDIY/GERP --skill lms
Clone the repo
git clone --depth 1 https://github.com/quantDIY/GERP

Made for: Claude Code, Codex.

Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 189 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.00189
Opus 5 $0.00019 $0.00095
Sonnet 5 $0.00008 $0.00038
Haiku 4.5 $0.00004 $0.00019

Measured yesterday against content hash 358f77127d97, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

internal/lms 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 yesterday.

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.

internal/lms/SKILL.md · 19 lines

What it actually says

Learning Management System (internal/lms)

This module bridges Human Capital and Legal compliance by ensuring employees are trained, certified, and legally compliant to operate physical assets.

Constraints

  • Zero Foreign Keys: EmployeeID points to internal/hcm. Managed strictly via UUID Golden Threads.
  • Physical Hierarchy: Enrollments are strictly interleaved under Courses in Cloud Spanner to ensure Snapshot Consistency.
Files

What ships with it

3 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. yesterday First seen · 19 lines · 38 tokens per session scan A 358f77127d97

Subscribe to this mod's changes

internal/lms is a skill published in the GitHub repository quantDIY/GERP (3 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 189 once invoked, about $0.0002 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

printing-press-retro

Use when the user asks to retro, run a retrospective, file findings, or improve the Printing Press after a printed-CLI run. Trigger phrases: "retro", "retrospective", "what went wrong", "improve the press", "post-mortem", "lessons learned", "what can we improve", "file a retro", "submit findings". Do not use for…

mvanhorn/cli-printing-press · 96 tokens

openmaic-classroom

将 RAG 检索结果、文档块或知识图谱概念转换为 OpenMAIC 互动课程。当用户要求将知识库内容、检索到的文档片段、上传的文档、或知识图谱中的概念批量转换为教学课件/互动课堂时使用此技能。支持纯需求生成、基于 PDF 内容的课程生成、和基于概念图遍历的批量课堂生成。.

Tencent/WeKnora · 102 tokens

neohaskell-dialect-rules

Add, modify, or debug NeoHaskell dialect enforcement rules (hlint law + edit-hook teacher). Use when a new dialect rule is needed, a rule misfires, or an exception should be registered or promoted.

neohaskell/NeoHaskell · 52 tokens

draft-docs

Generate first-draft technical documentation from code analysis.

existential-birds/beagle · 13 tokens

pr-explainer

Build a self-contained HTML review aid at .pr-review/{branch}.html that teaches a reviewer what a PR changes and why — problem, system context, before/after flow, focused diffs, verification evidence, takeaway. Use when asked to explain a PR, help reviewers understand a complex change, or produce a review page for a…

crbnos/carbon · 95 tokens

ensure-docs

Verify documentation coverage and generate missing docs interactively.

existential-birds/beagle · 13 tokens