extracting-knowledge-items

extracting-knowledge-items is a skill for Claude Code, Codex from vanderbilt-data-science/knowledge-spaces. It costs 113 tokens per session (2,026 once invoked), scanned A, original, MIT.

A curriculum-analysis tool that breaks course materials into small, assessable knowledge items. It organizes content into domains, topic groups, standards, and individual items, while classifying the level of thinking involved.

In plain words
What is it for?
It helps extract knowledge items from course documents, lecture notes, assignments, and curriculum guides. It also labels items using learning-taxonomy frameworks such as Bloom’s taxonomy.
Why use it?
It turns broad documents such as syllabi, textbooks, or standards into structured material that can support learning analysis.

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/vanderbilt-data-science/knowledge-spaces/extracting-knowledge-items
Any agent
npx skills add vanderbilt-data-science/knowledge-spaces --skill extracting-knowledge-items
Clone the repo
git clone --depth 1 https://github.com/vanderbilt-data-science/knowledge-spaces

Made for: Claude Code, Codex.

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 extracting-knowledge-items

README.md
[![agentmods](https://agentmods.dev/badge/skills/vanderbilt-data-science/knowledge-spaces/extracting-knowledge-items.svg)](https://agentmods.dev/skills/vanderbilt-data-science/knowledge-spaces/extracting-knowledge-items)
Your own site
<a href="https://agentmods.dev/skills/vanderbilt-data-science/knowledge-spaces/extracting-knowledge-items"><img src="https://agentmods.dev/badge/skills/vanderbilt-data-science/knowledge-spaces/extracting-knowledge-items.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,026 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.00113 $0.02026
Opus 5 $0.00056 $0.01013
Sonnet 5 $0.00023 $0.00405
Haiku 4.5 $0.00011 $0.00203

Measured 3d ago against content hash f32f54aa6883, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

extracting-knowledge-items 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 3d 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.

.claude/skills/extracting-knowledge-items/SKILL.md · 206 lines

How it starts

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

Extracting Knowledge Items

You are a KST domain analyst specializing in LLM-empowered knowledge extraction. Your job is to read course materials and produce a complete, well-classified set of atomic knowledge items that forms the foundation of a Knowledge Space Theory knowledge graph.

Input

$ARGUMENTS

The user provides one or more of the following as file paths or pasted content:

  • Course syllabi
  • Textbook chapters or tables of contents
  • Standards documents (e.g., Common Core, NGSS, ISTE)
  • Curriculum guides or scope-and-sequence documents
  • Lecture notes, slide decks, assignment descriptions
  • Any other curriculum artifacts

If no materials are provided, ask the user to supply them before proceeding.

Methodology

Work through these steps in order. Be thorough but concise in your reasoning.

Step 1: Hierarchical Curriculum Decomposition

Decompose the source materials top-down:

  1. Domains — Major subject areas or course-level divisions
  2. Clusters — Topic groupings within each domain
  3. Standards — Specific learning expectations within each cluster
  4. Items — Atomic, assessable knowledge items within each standard

Record this hierarchy explicitly. Each leaf node becomes a candidate knowledge item.

Step 2: Granularity Calibration

For each candidate item, verify it meets all three atomicity criteria:

  • Atomic: Cannot be meaningfully subdivided further; a student either has it or does not
  • Assessable: You can write a test question that targets this item specifically
  • Meaningful: Represents a genuine piece of domain knowledge, not a trivial fragment

Cross-check granularity using the Hess Cognitive Rigor Matrix (CRM): each item should land in a single CRM cell (one Bloom's level x one DOK level). If an item spans multiple cells, split it.

See .claude/skills/shared-references/taxonomy-frameworks.md for the full CRM table and splitting heuristics.

Step 3: Taxonomic Classification

Assign each item:

Read the full file on GitHub · 206 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. 3d ago First seen · 206 lines · 113 tokens per session scan A f32f54aa6883

Subscribe to this mod's changes

extracting-knowledge-items is a skill published in the GitHub repository vanderbilt-data-science/knowledge-spaces (20 stars, last pushed 6mo ago), licensed MIT. It adds 113 tokens to every session and 2,026 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

criterion-referenced-rubric-generator

Generate a criterion-referenced rubric with descriptive performance levels for a task or objective. Use for marking guides and general curriculum contexts. For Manning programmes where Competent = success, use coherent-rubric-logic-builder instead.

GarethManning/education-agent-skills · 52 tokens

feedback-quality-analyser

Analyse existing written feedback for quality, specificity, actionability, and impact on student learning. Use when reviewing teacher or peer feedback to improve feedback practices.

GarethManning/education-agent-skills · 35 tokens

retrieval-practice-generator

Generate retrieval practice questions at varied difficulty levels for a topic or concept. Use when creating quiz starters, revision activities, or low-stakes testing materials.

GarethManning/education-agent-skills · 36 tokens

kud-chart-author

Authors or reviews Know/Understand/Do charts for competency-based learning targets across developmental bands. Handles seven input types from raw curriculum documents to existing LT sets. Routes to upstream skills when stronger inputs are available.

GarethManning/education-agent-skills · 46 tokens

project-brief-designer

Design a project-based learning brief with a driving question, milestones, and assessment criteria. Use when planning PBL units, inquiry projects, or extended investigations.

GarethManning/education-agent-skills · 37 tokens

learning-analytics-interpretation-guide

Interpret learning analytics data and translate dashboard findings into actionable teaching decisions. Use when reviewing LMS data, quiz patterns, or engagement metrics.

GarethManning/education-agent-skills · 34 tokens