people-literacy-curriculum

people-literacy-curriculum is a skill for Claude Code from geledek/enterprise-ai-transformation-skills. It costs 173 tokens per session (2,935 once invoked), scanned A, original, MIT.

A framework for designing AI literacy training across an organisation. It helps employees understand when to use a chatbot, an automated workflow, or other AI approaches, and includes the European Union AI Act's requirement for AI literacy.

In plain words
What is it for?
Use it to plan role-based training for executives, managers, and frontline staff, and to assess whether an organisation's programme is both legally compliant and useful.
Why use it?
It addresses the problem of employees using a chatbot for every task without understanding other ways AI can be used or their risks. It also checks whether managers visibly model the expected behaviour.

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 enterprise-ai-transformation-skills plugin — 16 skills shipped together

Good fit Use it to plan role-based training for executives, managers, and frontline staff, and to assess whether an organisation's programme is both legally compliant and useful.

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 geledek/enterprise-ai-transformation-skills
Claude Code
/plugin install enterprise-ai-transformation-skills

Made for: Claude Code.

Or install enterprise-ai-transformation-skills, the plugin that ships this one along with the rest of its 16 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 people-literacy-curriculum

README.md
[![agentmods](https://agentmods.dev/badge/skills/geledek/enterprise-ai-transformation-skills/people-literacy-curriculum/github.svg)](https://agentmods.dev/skills/geledek/enterprise-ai-transformation-skills/people-literacy-curriculum)
Your own site
<a href="https://agentmods.dev/skills/geledek/enterprise-ai-transformation-skills/people-literacy-curriculum"><img src="https://agentmods.dev/badge/skills/geledek/enterprise-ai-transformation-skills/people-literacy-curriculum/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 people-literacy-curriculum

Your own site · 80×15
<a href="https://agentmods.dev/skills/geledek/enterprise-ai-transformation-skills/people-literacy-curriculum"><img src="https://agentmods.dev/badge/skills/geledek/enterprise-ai-transformation-skills/people-literacy-curriculum.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,935 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.00173 $0.02935
Opus 5 $0.00086 $0.01468
Sonnet 5 $0.00035 $0.00587
Haiku 4.5 $0.00017 $0.00294

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

Security

Grade A, and why

people-literacy-curriculum 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 12d 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/people-literacy-curriculum/SKILL.md · 171 lines

How it starts

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

People — Workforce AI Literacy Curriculum

Design a role-anchored AI literacy program that satisfies EU AI Act Art. 4 (mandatory literacy duty, in force since 2 Feb 2025) AND fixes the "chatbot-only" usage pattern that strands organizations on the wrong side of the MIT 95% GenAI divide.

Anchor: BCG 88/25 manager role-modeling — 88% of managers say role-modeling AI matters, only 25% do it visibly; weekly-AI-use rates jumped 55%→72% YoY in cohorts where managers used the tools themselves. Training without manager role-modeling is theatre.

Verdict vocabulary (stable output contract): Compliant-and-effective / Compliant-not-effective / Non-compliant. This designs the enterprise-wide program; for choosing which single tool to put in front of a specific group, use people-tool-selection.


Step 1: Mental-Model Taxonomy

Core question: Do learners know which of the four AI patterns fits their problem — or are they defaulting to chatbot for everything?

The four canonical patterns. Every learner must distinguish them by capability, failure mode, and one example in their own job:

  1. Chatbot (single-turn / multi-turn LLM). Capability: open-ended generation, summarization, brainstorming. Limit: no memory across sessions, no access to your data, hallucinates facts. Canonical example: "Draft a customer email from these bullets."
  2. RAG (retrieval-augmented). Capability: grounded answers over your documents/policies/tickets. Limit: only as good as the corpus; cannot act. Canonical example: "Answer HR policy questions over the employee handbook."
  3. Workflow AI (deterministic chain / function-calling). Capability: scripted multi-step automation with AI in specific nodes; predictable. Limit: brittle to off-path inputs. Canonical example: "Extract invoice fields → validate → post to ERP."
  4. Agent (autonomous, tool-using, planning). Capability: decomposes goals, calls tools, iterates. Limit: blast radius; needs guardrails (see imda-4-dimensions-agentic.md). Canonical example: "Resolve this Tier-1 support ticket end-to-end."

Read the full file on GitHub · 171 lines

Files

What ships with it

2 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. 12d ago First seen · 171 lines · 173 tokens per session scan A 8ee0b6105816

Subscribe to this mod's changes

people-literacy-curriculum is a skill published in the GitHub repository geledek/enterprise-ai-transformation-skills (9 stars, last pushed 2mo ago), licensed MIT. It adds 173 tokens to every session and 2,935 once invoked, about $0.0009 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

learning-and-development

Builds capability — skills gaps, career frameworks, training that transfers to the job, and internal mobility. Use this to design a career ladder, close a capability gap, decide whether to build or hire a skill, structure onboarding into a role, or work out why training keeps failing to change anything.

cbrock84/headcount · 64 tokens

diagnose

A short question-based assessment of a pilot's current skill level. It produces a profile and saves it in the connected browser or database.

TserenTserenov/FMT-exocortex-template · 130 tokens

lesson-close

A workflow for finishing the day's lesson file, recording its status and duration, then saving it to the personal-guide GitHub repository.

TserenTserenov/FMT-exocortex-template · 129 tokens

personal-guide-render

Instructions for understanding the status of a personal guide that the platform builds automatically from stored user data. The platform creates daily lessons and rebuilds the full guide weekly on its servers.

TserenTserenov/FMT-exocortex-template · 71 tokens

ai-learning-for-leaders

Guides non-technical leaders through building AI savviness without becoming AI experts, closing the gap between AI understanding and AI deployment. Applies the 'just savvy enough' principle and lifelong AI learning framework. Use when a leader feels inadequate about AI knowledge, defers too heavily to technologists…

fatihguner/foreman · 98 tokens

learn

Use when user wants to learn a topic or create a study plan. Triggers on "teach me", "I want to learn", "explain X to me", "study", "help me understand", "where do I start with", "how do I get into", or any request to understand a subject in depth. Covers both technical topics (programming, system design, DevOps) and…

kirilxd/claude-tutor · 128 tokens