academic-course-setup-automator
When the user needs to set up multiple academic courses in a learning management system (Canvas/LMS) from structured data sources. This skill automates the entire workflow extracting course schedules from emails/attachments, matching instructors from CSV files, creating courses, enrolling teachers, publishing announcements with class details, uploading syllabi, enabling resource sharing for instructors teaching multiple courses, and publishing all courses. Triggers include course schedule setup, Canvas/LMS administration, academic term preparation, instructor assignment, syllabus distribution, and multi-course management.
Best use case
academic-course-setup-automator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
When the user needs to set up multiple academic courses in a learning management system (Canvas/LMS) from structured data sources. This skill automates the entire workflow extracting course schedules from emails/attachments, matching instructors from CSV files, creating courses, enrolling teachers, publishing announcements with class details, uploading syllabi, enabling resource sharing for instructors teaching multiple courses, and publishing all courses. Triggers include course schedule setup, Canvas/LMS administration, academic term preparation, instructor assignment, syllabus distribution, and multi-course management.
Teams using academic-course-setup-automator should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/academic-course-setup-automator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How academic-course-setup-automator Compares
| Feature / Agent | academic-course-setup-automator | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
When the user needs to set up multiple academic courses in a learning management system (Canvas/LMS) from structured data sources. This skill automates the entire workflow extracting course schedules from emails/attachments, matching instructors from CSV files, creating courses, enrolling teachers, publishing announcements with class details, uploading syllabi, enabling resource sharing for instructors teaching multiple courses, and publishing all courses. Triggers include course schedule setup, Canvas/LMS administration, academic term preparation, instructor assignment, syllabus distribution, and multi-course management.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Academic Course Setup Automator ## Purpose Automate the creation and configuration of academic courses in Canvas (or similar LMS) from a master schedule and instructor list. This skill handles the end-to-end process from data extraction to final course publication. ## Primary Workflow ### 1. Initial Data Gathering - **Search for schedule email**: Look for emails with subject "Course Schedule Notification" or similar - **Download schedule attachment**: Extract the course schedule (typically markdown/CSV format) - **Load instructor data**: Read teacher emails from CSV file in workspace - **Verify admin identity**: Get current user profile to determine which courses to manage ### 2. Data Processing - **Parse course schedule**: Extract courses for the current administrator - **Map instructors**: Match instructor names to Canvas user IDs using email addresses - **Identify multi-course instructors**: Flag instructors teaching multiple courses for resource sharing ### 3. Course Creation & Configuration - **Create courses**: Generate all courses for the administrator - **Enroll instructors**: Add teachers to their respective courses - **Publish announcements**: Create course announcements with instructor name and class time - **Upload syllabi**: Attach syllabus PDFs from workspace to corresponding courses - **Update course settings**: Set public syllabus and publish courses ### 4. Resource Sharing Setup - **Create resource sharing notices**: Add announcements indicating related courses for instructors teaching multiple sections - **Cross-reference courses**: Provide course IDs for easy navigation between related courses ## Key Requirements Met - ✅ Assign correct instructors as teachers using email mapping - ✅ Publish announcements with instructor names and class times - ✅ Set up resource sharing for instructors teaching multiple courses - ✅ Publish syllabi for each course - ✅ Publish all courses ## Critical Success Factors 1. **Email search precision**: Must find the correct schedule email 2. **Instructor mapping accuracy**: Email addresses must match Canvas user records 3. **Course naming consistency**: Course codes should follow institutional conventions 4. **File path accuracy**: Syllabus files must match course names in workspace ## Common Edge Cases - Missing instructor records in Canvas - Syllabus files not found in workspace - Duplicate course names - Large number of courses requiring batch processing ## Optimization Notes - Batch course creation where possible - Use consistent naming patterns for course codes - Validate all operations before proceeding to next step - Maintain clear logging of created resources for verification
Related Skills
agent-setup
Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development.
agent-canvas-setup
Dependency checker and installer for agent-canvas, agent-eyes, and canvas-edit skills. Use BEFORE running any canvas skill for the first time, or when canvas skills fail with import/browser errors. Triggers on "setup agent canvas", "install canvas dependencies", "canvas not working", "playwright not found", or any setup/installation request for canvas skills.
academic-search
Search academic paper repositories (arXiv, Semantic Scholar) for scholarly articles in physics, mathematics, computer science, quantitative biology, AI/ML, and related fields
academic-data-integration
When the user needs to integrate multiple data sources (Canvas API, user memory, file systems) to create comprehensive academic reports. This skill combines course information, assignment details, submission status, and user context to generate actionable insights. Triggers include requests that involve cross-referencing multiple data sources or creating consolidated academic reports from disparate systems.
academic-benchmark-researcher
When the user requests information about academic benchmarks, datasets, or research papers, particularly in machine learning, deep learning, or logical reasoning domains. This skill enables systematic research of academic benchmarks by searching web sources, downloading and analyzing arXiv papers, extracting key metadata (number of tasks, training availability, difficulty levels), and compiling comparative summaries. It triggers on requests involving dataset comparisons, benchmark analysis, or academic paper research for table creation.
academic-writing-style
Personalized academic writing assistant for university assignments in Chinese and English. Use when users need help writing/revising academic reports, project docs, technical analyses, research reviews, or case studies. Produces natural prose avoiding AI markers. Triggers: academic writing, assignment, report, technical analysis, research review, case study. | 个性化学术写作助手,适用于中英文大学作业。触发词:学术写作、作业、报告、技术分析、研究综述、案例研究、项目文档。
academic-writing-standards
Expert knowledge of academic writing standards for peer-reviewed papers, including citation integrity, style compliance, clarity, and scientific writing best practices. Use when reviewing or editing academic manuscripts, papers, or research documentation.
academic-research-writing
Use when writing CS research papers (conference, journal, thesis), reviewing scientific manuscripts, improving academic writing clarity, or preparing IEEE/ACM submissions. Invoke when user mentions paper, manuscript, research writing, journal submission, or needs help with academic structure, formatting, or revision.
setup-workflow
Initial setup workflow for claude-pilot plugin - directory creation, statusline configuration, documentation sync, GitHub star request
scode-dist-rust-setup
Set up or standardize a Rust repository with cargo-dist release automation, Linux-focused CI with macOS release-plan tag gates, git-cliff changelog generation, Conventional Commit PR title enforcement, and Homebrew publishing to scode/homebrew-dist-tap. Use when creating a new Rust release pipeline or migrating an existing repo to this exact distribution model.
Project Setup and CCAGI Integration
Complete project initialization including Node.js/TypeScript setup, GitHub integration, and CCAGI framework integration. Use when creating new projects or integrating CCAGI components.
localsetup-context
Localsetup v2 framework context - overview, invariants, and skills index. Load first when working in a repo that uses Localsetup v2. Use when starting work in this repo or when user asks about framework rules.