course-content-map
Installation
SKILL.md
Course Content Map
Use this skill when a task asks about project structure, course materials, assignments, deadlines, or where to find a resource.
Workflow
- Read root
AGENTS.md. - Load durable context from Serena memories first. If Serena is unavailable,
read
docs/memory-bank/README.mdand the relevant fallback memory files. - List the top-level folders and the smallest relevant subtree.
- Prefer file names, README files, notebook metadata, CSV headers, and document metadata before reading large content.
- For notebooks, summarize purpose from markdown cells, headings, imports, and output names.
- For CSVs, report path, shape, columns, likely target column, and sensitivity.
- Record durable project facts in Serena memory. If Serena is unavailable,
update the appropriate file under
docs/memory-bank/. - Record process lessons or user corrections in
LESSONS.mdonly when they are lessons from the work itself.