Import school-specific documents into the knowledge base with structured metadata extraction. Use when a teacher wants to add textbooks, past lesson plans, school philosophy, or teaching research records. Supports single files and directories.
Import documents into the school-specific knowledge base (.workshop/kb/). Extracts structured metadata and writes each document as a tagged markdown file for downstream skills to query.
This skill uses dynamic expert loading. On every run:
early-childhood-curriculum-expert.md using runtime scope order: .workshop/agents/custom/ → experts/ → workshop-kb/agents/.workshop/agents/custom/*.mdexperts/*.mdworkshop-kb/agents/*.md_domain-expert-template.md.workshop/ exists. If not, tell the user to run /workshop-core:init first..workshop/kb/ directory exists. If not, create the directory structure:
.workshop/kb/textbooks/
.workshop/kb/philosophy/
.workshop/kb/lesson-plans/
.workshop/kb/research-records/
.workshop/kb/calendars/
Read $ARGUMENTS to determine the import source:
请提供要导入的文件或目录路径。支持的内容类型:
- 📚 区编教材 — 放入
textbooks/- 🏫 园本理念/教育哲学 — 放入
philosophy/- 📝 历年教案/活动方案 — 放入
lesson-plans/- 📋 教研记录/观察记录 — 放入
research-records/- 📅 学期主题日历 — 放入
calendars/
For each document, determine its category by analyzing content:
| 关键特征 | 分类 | 目标目录 |
|---|---|---|
| 包含课程标准、教学大纲、单元主题规划 | textbook | .workshop/kb/textbooks/ |
| 包含办园理念、课程哲学、园本特色描述 | philosophy | .workshop/kb/philosophy/ |
| 包含教学目标、教学过程、活动步骤 | lesson-plan | .workshop/kb/lesson-plans/ |
| 包含教研讨论记录、教师反思、观察笔记 | research-record | .workshop/kb/research-records/ |
| 包含月/周/学期的主题安排表 | calendar | .workshop/kb/calendars/ |
If classification is uncertain, ask the user to confirm.
For each document, extract the following metadata and build YAML frontmatter:
---