ワンクリックで
syllabus
syllabus には Vahidrostami から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Ingest a user-provided document (PDF, Markdown, TXT, DOCX, EPUB, HTML) and turn it into a clean, chunked source corpus that grounds the syllabus and lessons. Use when the learner wants a course built FROM their own material (a white paper, book chapter, spec, internal doc) instead of, or in addition to, web research.
Generate audio narration for tutorial lessons using Edge TTS. Covers script conversion from lesson JSON, voice selection, audio generation, manifest creation, section timestamping, and Web Speech API fallback.
Deploy generated tutorials to free hosting services. Covers Vercel, Netlify, Surge, GitHub Pages, and Cloudflare Pages with auth flows, SPA routing, troubleshooting, and QR code generation.
Ensure WCAG 2.1 AA compliance for all generated tutorials. Covers perceivable, operable, understandable, and robust criteria plus reduced motion support.
Automated quality auditing for generated tutorials. Covers accessibility checks, performance analysis, content validation, responsive testing, and auto-fix strategies.
Visual design system and component library for Syllabus tutorials. Includes 4 theme presets with glassmorphism, gradient systems, micro-interactions, component specs, spacing scale, and icon conventions.
Write production React code with Vite, Tailwind, Framer Motion. Covers project setup, component patterns, data-driven rendering, progress persistence, visual effects, scroll animations, and performance optimization.
Write educational content with pedagogy best practices. Covers opening hooks, explanation layering, code example standards, callout types, and readability rules.
Implement learner progress tracking with localStorage persistence, module unlocking, celebration triggers, and streak tracking.
Generate varied, pedagogically-sound assessments: MCQ, code completion, ordering, coding challenges, and scenario questions with difficulty calibration and feedback design.
Structure learning paths with pedagogical best practices including Bloom's Taxonomy, module arc patterns, prerequisite mapping, and duration estimation.
Search the web and synthesize information for curriculum planning. Use when researching a topic for syllabus creation, finding latest tools and best practices, or checking information accuracy.