knowledge-map

knowledge-map is a skill for Claude Code, Codex from Orkas-AI/Orkas-Awesome-AgentSkills. It costs 2 tokens per session (1,768 once invoked), scanned A, original, MIT.

A guide for building a knowledge map of a course or subject. A knowledge map is a structured view of the main concepts, their explanations, and which ideas depend on others.

In plain words
What is it for?
Use it to turn syllabuses, textbook outlines, notes, slides, Markdown, or documents into frameworks or maps in formats such as Markdown, Mermaid, Markmap, OPML, or HTML.
Why use it?
It makes a course outline or set of teaching materials easier to understand and shows what should be learned first. It organizes information without pretending to replace a lesson or solve exercises.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to turn syllabuses, textbook outlines, notes, slides, Markdown, or documents into frameworks or maps in formats such as Markdown, Mermaid, Markmap, OPML, or HTML.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas-awesome-agentskills/knowledge-map
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 Orkas-AI/Orkas-Awesome-AgentSkills --skill knowledge-map
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas-Awesome-AgentSkills

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 knowledge-map

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/knowledge-map/github.svg)](https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/knowledge-map)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/knowledge-map"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/knowledge-map/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 knowledge-map

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/knowledge-map"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/knowledge-map.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 2 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,768 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.00002 $0.01768
Opus 5 $0.00001 $0.00884
Sonnet 5 $0.00000 $0.00354
Haiku 4.5 $0.00000 $0.00177

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

Security

Grade A, and why

knowledge-map 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 10d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/assemble_result.py, scripts/parse_outline.py, scripts/render_outputs.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

education/skills/knowledge-map/SKILL.md · 190 lines

How it starts

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

knowledge-map

Guide-and-script skill for building course knowledge maps. Use it to turn a course topic, syllabus, textbook outline, notes, or teaching materials into a structured framework, key concept explanations, concept dependencies, and optional Markdown / Markmap / Mermaid / OPML / HTML outputs.

This skill is not a tutor, homework helper, practice-question generator, or long-term study planner. It organizes what a course contains and how concepts relate; it does not teach a live lesson, solve exercises, generate full quizzes, or schedule a study calendar.

When to use

Use this skill when the user asks for:

  • A course knowledge framework, knowledge map, concept map, syllabus map, or mind map.
  • A structured outline from a textbook table of contents, course notes, lecture slides, Markdown, DOCX, or pasted text.
  • Key concepts, prerequisite relationships, course learning order, or "what should I learn first?"
  • A compact framework plus deeper explanations of selected nodes.
  • Exportable course maps in Markdown, Markmap, Mermaid, OPML, or an HTML report.

Do not use this skill for:

  • One-off concept tutoring or Socratic explanation.
  • Homework solving, answer checking, or quiz sessions.
  • Creating retrieval-practice question sets.
  • Full study schedules, reminders, check-ins, or weekly plans.
  • Multi-course comparison in one pass. Ask the user to split by course.
  • Video/audio processing. Ask the user to provide text, transcript, outline, or notes first.

How to call

  1. Identify the input mode:

    • topic_only: the user provides only a course topic.
    • material_first: the user provides syllabus/notes/materials but no strong topic.
    • hybrid: the user provides both topic and materials.
  2. If the request is topic_only for a broad common course, warn that the map will be AI-inferred and ask whether the user wants to continue, provide materials, or cancel.

  3. Ask whether the user wants a compact map, key-node explanations, or deeper node explanations when the requested depth is unclear. Default to compact map plus key-node explanations when materials are available.

Read the full file on GitHub · 190 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. 10d ago First seen · 190 lines · 2 tokens per session scan A 745431bf4d01

Subscribe to this mod's changes

knowledge-map is a skill published in the GitHub repository Orkas-AI/Orkas-Awesome-AgentSkills (13 stars, last pushed 2mo ago), licensed MIT. It adds 2 tokens to every session and 1,768 once invoked, about $0.0000 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

career-path-planner

Career goal mapping with skill gap analysis, actionable development plans, and milestone tracking. Use when planning career transitions, identifying skill gaps, setting professional development goals, or evaluating career options.

travisjneuman/.claude · 41 tokens

case-interview-practice

Interactive consulting case interview practice with structured frameworks, feedback mechanisms, and progressive difficulty. Use when preparing for management consulting interviews, case competitions, or business problem-solving exercises.

travisjneuman/.claude · 39 tokens

course-material-creator

Create custom educational materials including syllabi, lesson plans, assessments, reading lists, and learning objectives. Use when building course curricula, training programs, workshops, or educational content.

travisjneuman/.claude · 40 tokens

debate-practice-coach

Interactive debate and argument practice with structured feedback, counterargument generation, logical fallacy identification, and scoring rubrics. Use when preparing for debates, improving persuasion skills, or practicing argumentation.

travisjneuman/.claude · 45 tokens

interview-system-designer

Design hiring interviews, competency matrices, question banks, scoring rubrics, and interviewer calibration for a specified role.

seaworld008/Commonly-used-high-value-skills · 28 tokens

github-contributor

Find suitable open-source contribution opportunities and prepare focused GitHub pull requests with project-specific validation and review context.

seaworld008/Commonly-used-high-value-skills · 25 tokens