Agent Plugins Marketplace
All plugins

lecture-to-knowledge-map

v0.2.0

将课件整理为分层 Mermaid 思维导图和可互链的 Obsidian 概念笔记。

Codex1 Skill

By yanglixian1106-design1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install lecture-to-knowledge-map for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add lecture-to-knowledge-map@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/yanglixian1106-design/lecture-to-knowledge-map

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

lecture-to-knowledge-map/
├── .codex-plugin/plugin.json
└── skills/lecture-to-knowledge-map/SKILL.md

Included Skills1

lecture-to-knowledge-mapskills/lecture-to-knowledge-map/SKILL.md

Transform lecture slides, handouts, or existing study notes into hierarchical Mermaid mind maps and linked Markdown concept notes; revise their hierarchy from a supplied agenda or screenshot, and split notes for Obsidian. Use for course knowledge organization, not ordinary document summaries or unrelated diagram requests.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "lecture-to-knowledge-map",
  "version": "0.2.0",
  "description": "将课件整理为分层 Mermaid 思维导图和可互链的 Obsidian 概念笔记。",
  "author": {
    "name": "yanglixian1106-design"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "课件转知识图谱",
    "shortDescription": "将课件整理为分层 Mermaid 思维导图和可互链的 Obsidian 概念笔记。",
    "longDescription": "按课程大纲组织知识层级,保留公式、案例与来源页码,生成 Mermaid 思维导图及 Obsidian 双向链接笔记,并提供只读链接校验脚本。",
    "developerName": "yanglixian1106-design",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": "使用 $lecture-to-knowledge-map,将这份课件整理成分层思维导图和 Obsidian 概念笔记。"
  },
  "repository": "https://github.com/yanglixian1106-design/lecture-to-knowledge-map",
  "homepage": "https://github.com/yanglixian1106-design/lecture-to-knowledge-map"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[lecture-to-knowledge-map on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lecture-to-knowledge-map)