From c5961d029b2f1d13190f2825b35cf4448e5b86fb Mon Sep 17 00:00:00 2001 From: heshaofu2 Date: Sun, 17 May 2026 19:03:49 +0800 Subject: [PATCH 1/2] Add AI-Shifu course creator skill Contribute the ai-shifu-course-creator skill from ai-shifu/skills repo to the community catalog. Helps users turn source material (PPT, Word, PDF, txt) into one-on-one interactive AI courses on the AI-Shifu platform. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/content/skills/ai-shifu-course-creator.md | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/content/skills/ai-shifu-course-creator.md diff --git a/src/content/skills/ai-shifu-course-creator.md b/src/content/skills/ai-shifu-course-creator.md new file mode 100644 index 0000000..2332e1d --- /dev/null +++ b/src/content/skills/ai-shifu-course-creator.md @@ -0,0 +1,64 @@ +--- +name: ai-shifu-course-creator +title: AI-Shifu Course Production Expert +description: Based on your teaching needs and source materials (PPT, Word, PDF, txt, etc.), helps you quickly build a one-on-one interactive AI course on the AI-Shifu platform +source: community +author: heshaofu +githubUrl: https://github.com/ai-shifu/skills/tree/main/skills/ai-shifu-course-creator +docsUrl: https://ai-shifu.cn +category: productivity +tags: + - ai-course + - course-production + - instructional-design +roles: + - content + - pm +featured: false +popular: false +isOfficial: false +installCommand: | + git clone https://github.com/ai-shifu/skills + cp -r skills/skills/ai-shifu-course-creator ~/.qoder/skills/ +date: 2026-05-17 +--- + +## Use Cases + +- Build an AI-Shifu course from scratch on a given topic, personalized for learners from different backgrounds +- Turn uploaded source material (PPT, Word, PDF, txt) into an AI-Shifu course with text and images +- View and manage your existing courses on the AI-Shifu platform + +## Core Capabilities + +- **Five-phase pipeline**: Segmentation → Orchestration → Generation → Optimization → Deployment +- **MarkdownFlow (MDF) authoring**: directive-style prompts, prompt-outside / options-inside interaction syntax, mandatory anchoring with downstream effects +- **Pedagogy-aware**: variable strategy, interaction design, visual-text coordination, language resolution +- **Standard & fallback modes**: gracefully handles incomplete or low-quality source material +- **Live deployment**: build, import, and publish directly to the AI-Shifu platform +- **Creator analytics**: track learner progress, identify stuck lessons, monitor revenue and ratings + +## Example + +``` +Build an AI-Shifu course on the topic of "Why should I learn AI". +Keep it within 4 sections, and personalize the teaching for users +from different backgrounds. The teaching should combine PPT slides with text. +``` + +``` +Help me turn this uploaded material into an AI-Shifu course. +The lessons should be illustrated with both text and images. +``` + +``` +Help me check my courses on the AI-Shifu platform. +``` + +## Notes + +- Both Teaching Prompts and Course Prompts are written in MarkdownFlow (MDF) +- Output language is resolved before any prompt content — examples in references are English-only for canonical illustration +- Keep author-side meta labels (e.g. "Knowledge Block 1/2/3", "Lesson Objective") out of learner-facing output +- Use natural-language image instructions; do not inline SVG/HTML/Mermaid markup unless the user requests it +- Companion skill in the same repo: `course-direction-advisor` (course topic selection and market-fit decisions) From e7419d5b5816941e7dbcc80cd43d09bd0bc2d2a6 Mon Sep 17 00:00:00 2001 From: heshaofu2 Date: Sun, 17 May 2026 19:09:18 +0800 Subject: [PATCH 2/2] Refine AI-Shifu skill capabilities and tags - Rewrite Core Capabilities from internal pipeline terminology to user-facing capabilities, with intro establishing what AI-Shifu courses are (one-on-one interactive AI tutor sessions) - Expand tags to improve discoverability: ai-shifu, markdownflow, education, ai-tutor - Drop pm role; content alone better fits the target audience Co-Authored-By: Claude Opus 4.7 (1M context) --- src/content/skills/ai-shifu-course-creator.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/content/skills/ai-shifu-course-creator.md b/src/content/skills/ai-shifu-course-creator.md index 2332e1d..358782f 100644 --- a/src/content/skills/ai-shifu-course-creator.md +++ b/src/content/skills/ai-shifu-course-creator.md @@ -8,12 +8,15 @@ githubUrl: https://github.com/ai-shifu/skills/tree/main/skills/ai-shifu-course-c docsUrl: https://ai-shifu.cn category: productivity tags: + - ai-shifu - ai-course - course-production - instructional-design + - markdownflow + - education + - ai-tutor roles: - content - - pm featured: false popular: false isOfficial: false @@ -31,12 +34,14 @@ date: 2026-05-17 ## Core Capabilities -- **Five-phase pipeline**: Segmentation → Orchestration → Generation → Optimization → Deployment -- **MarkdownFlow (MDF) authoring**: directive-style prompts, prompt-outside / options-inside interaction syntax, mandatory anchoring with downstream effects -- **Pedagogy-aware**: variable strategy, interaction design, visual-text coordination, language resolution -- **Standard & fallback modes**: gracefully handles incomplete or low-quality source material -- **Live deployment**: build, import, and publish directly to the AI-Shifu platform -- **Creator analytics**: track learner progress, identify stuck lessons, monitor revenue and ratings +AI-Shifu courses are one-on-one interactive AI tutor sessions — instead of passive video or text, each learner gets an adaptive AI tutor that asks questions, branches based on answers, and personalizes the explanation. This skill helps you produce, deploy, and manage such courses. + +- **Two ways to start**: convert your existing material (PPT, Word, PDF, txt, transcripts) into a course, or build a course from just a topic and a description of who you're teaching +- **Interactive lessons**: script questions, choices, free input, and branching the AI tutor will follow +- **Per-learner personalization**: adapt explanations, examples, and difficulty to each learner's background and level +- **Rich content**: combine text, images, and slides within a single lesson +- **One-click deployment**: publish courses live to the AI-Shifu platform +- **Course management & analytics**: view your published courses and track learner count, completion rate, stuck lessons, orders, revenue, and ratings ## Example