From syllabus
/cs:syllabus <syllabus-file-or-paste> — Generate curated supplementary reading list from any course syllabus. 3-Q grill-me (input format + audience + year range) + grouping checkpoint → Consensus searches per section with applied-domain weaving → .docx via bundled JS script with audience-calibrated summaries + Bloom higher-order discussion questions.
How this command is triggered — by the user, by Claude, or both
Slash command
/syllabus:cs-syllabusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /cs:syllabus — Course Supplementary Reading List **Command:** `/cs:syllabus <syllabus-file-or-paste>` The `cs-syllabus` persona produces a `.docx` reading list of recent peer-reviewed research per course section. ## When to Run - Adding supplementary readings to an existing course - Updating a syllabus with current research - Checking what's recent in your field for course planning - Even casual mentions when a syllabus is attached ## Forcing Intake (3 Questions, One at a Time) | Q | Asks | Notes | |---|---|---| | Q1 | Syllabus input: file path / pasted content / image | refuses mis...
Command: /cs:syllabus <syllabus-file-or-paste>
The cs-syllabus persona produces a .docx reading list of recent peer-reviewed research per course section.
| Q | Asks | Notes |
|---|---|---|
| Q1 | Syllabus input: file path / pasted content / image | refuses missing syllabus |
| Q2 | Course audience: undergrad-intro / undergrad-advanced / grad-masters / grad-doctoral / professional / mixed | drives summary jargon + discussion-question complexity |
| Q3 | Year range: 1 / 2 / 5 years | drives year_min on every Consensus search; default 2 |
reading_list_<course-slug>_<YYYY-MM-DD>.docx
Structure:
- Title page (course name, subtitle, date)
- Introduction (with Consensus app link)
- Course Learning Outcomes (boxed section)
- Sections (6-12, from grouping):
Each section = numbered papers, each with:
- Clickable hyperlinked title
- Author / journal / year (italic)
- Summary (plain language, audience-calibrated)
- Discussion Question (Bloom higher-order, tied to learning outcome)
- Footer (generation metadata)
After parsing the syllabus, the skill halts with a forcing-options prompt:
Proposed sections: [list with item counts]. Pick one:
1. Looks good — proceed with these sections
2. Merge sections [X] and [Y]
3. Split section [X] into two
4. Add a section for [topic]
5. Remove section [X]
This is the last cheap moment to correct course before search budget is consumed. Refuses to start Phase 3 without explicit user choice.
| ✅ Good | ❌ Bad |
|---|---|
| "This review maps how different diets — Mediterranean, Nordic, vegetarian — reshape the types of fat molecules circulating in your blood, with implications for heart disease risk." | "This paper reviews lipidomic profiles across dietary interventions and their cardiometabolic implications." (Too jargon-heavy) |
| ✅ Good | ❌ Bad |
|---|---|
| "If dietary fat quality can reshape your lipoprotein lipidome, what does this suggest about the biochemical basis for dietary guidelines recommending unsaturated over saturated fats?" | "What did the authors find?" (Just recall) |
# Phase 0 intake (Q1-Q3)
python ../skills/syllabus/scripts/citation_tracker.py --action start --session NAME
# Phase 1 parse (PDF/DOCX/text/image-appropriate reader)
# Phase 2 group + CHECKPOINT (wait for user)
python ../skills/syllabus/scripts/topic_grouper.py --topics-file /tmp/topics.json
# Phase 3 search (sequential Consensus 1 q/sec, applied-domain weaving)
# Phase 4 write summaries + discussion questions
python ../skills/syllabus/scripts/discussion_question_validator.py --questions-file /tmp/qs.json
# Phase 5 generate .docx via bundled script
node ../skills/syllabus/scripts/generate_reading_list.js \
--input /tmp/data.json \
--output /path/to/reading_list_<course>_<date>.docx
# Phase 6 deliver
python ../skills/syllabus/scripts/citation_tracker.py --action close --session NAME
cs-syllabussyllabusmegaprompts/10-syllabus-megaprompt.md/cs:litreview, /cs:grants, /cs:patent, /cs:dossier, /cs:pulseVersion: 1.0.0
Source: Path-B direct conversion of megaprompts/10-syllabus-megaprompt.md
npx claudepluginhub sandeepyadav1478/claude-skills --plugin syllabus