Skip to content
Marketing
Skill

/tutorial-creation

Use when creating educational tutorial content for Xiaohongshu, teaching skills or processes step-by-step, creating how-to guides, or structuring instructional content for maximum learning and retention

From plugin
xiaohongshu-skills
364139 skills
Install
$ npx -y skills add vivy-yi/xiaohongshu-skills --skill tutorial-creation --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/tutorial-creation

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when creating educational tutorial content for Xiaohongshu, teaching skills or processes step-by-step, creating how-to guides, or structuring instructional content for maximum learning and retention

SKILL.md

tutorial-creation.SKILL.md
name: tutorial-creation
description: Use when creating educational tutorial content for Xiaohongshu, teaching skills or processes step-by-step, creating how-to guides, or structuring instructional content for maximum learning and retention

Tutorial Creation (教程制作)

Overview

Tutorial creation is the process of designing and producing step-by-step educational content on Xiaohongshu that teaches followers specific skills, processes, or techniques in a clear, actionable, and easy-to-follow manner.

When to Use

**Use when**:

  • Teaching a specific skill or technique
  • Creating how-to guides
  • Explaining processes step-by-step
  • Sharing knowledge or expertise
  • Building authority and trust
  • Providing actionable value to followers

**Do NOT use when**:

  • Content is better suited for other formats (story, opinion)
  • Topic too complex for single tutorial (break into series)
  • Not qualified to teach (stick to what you know)

Core Pattern

**Before** (confusing tutorials):

❌ "Jumped around, no clear structure"
❌ "Steps unclear, followers couldn't follow along"
❌ "Too advanced or too basic (wrong level)"
❌ "No visuals, just talked at camera"
❌ "Viewers commented: 'I'm still confused, can you explain again?'"

**After** (clear, effective tutorials):

✅ "Step-by-step structure, easy to follow"
✅ "Clear visuals show exactly what to do"
✅ "Right difficulty level, not too easy/hard"
✅ "Followers commented: 'Finally I understand! Thank you!'"
✅ "High save rate (followers reference later)"
✅ "Established authority, go-to resource for topic"

**5 Tutorial Elements**: 1. **Clear Objective** - What followers will learn 2. **Right Level** - Appropriate difficulty for audience 3. **Step-by-Step** - Logical progression 4. **Visual Demonstration** - Show, don't just tell 5. **Actionable** - Followers can immediately apply

Quick Reference

| Tutorial Type | Length | Format | Best For | |--------------|--------|--------|----------| | **Quick Tip** | 1-2 min | Video/Image | Single technique | | **Step-by-Step** | 3-5 min | Carousel/Video | Process/technique | | **Complete Guide** | 5-10 min | Video/Carousel | Comprehensive topic | | **Beginner Guide** | 5-8 min | Carousel | Newcomers to topic | | **Advanced Tips** | 3-5 min | Video | Experienced audience |

Implementation

Step 1: Define Tutorial Objective

**Clarify What You're Teaching**:

Tutorial Planning Framework:

1. Identify Learning Outcome
   What will followers be able to DO after tutorial?

   Bad Objective (Vague):
   "Teach about skincare"

   Good Objective (Specific):
   "Followers will be able to build a basic skincare routine
    for dry skin using 5 affordable products"

   SMART Objectives:
   - Specific: Clear skill or process
   - Measurable: Can they do it?
   - Achievable: Right difficulty level
   - Relevant: Solves their problem
   - Time-bound: Learnable in tutorial timeframe

2. Assess Audience Level
   Who is this for?

   Beginner:
   - New to topic entirely
   - Need foundational knowledge
   - Assume no prior experience
   - Use simple language, avoid jargon

   Intermediate:
   - Familiar with basics
   - Ready to deepen skills
   - Can use some terminology
   - Bridge basics to advanced

   Advanced:
   - Experienced with topic
   - Want nuanced techniques
   - Can use technical terms
   - Focus on optimization and mastery

   Level Check:
   ✅ Survey followers (what do they already know?)
   ✅ Review comments (what questions do they ask?)
   ✅ Start simpler than you think (better too easy than too hard)

3. Scope Tutorial
   How much to cover:

   Too Much (Overwhelms):
   ❌ "Complete skincare masterclass" (too broad)
   ❌ "Everything about anti-aging" (can't cover in one tutorial)

   Just Right (Actionable):
   ✅ "5-step morning routine for dry skin"
   ✅ "How to layer skincare products correctly"
   ✅ "3 ingredients to avoid if you have sensitive skin"

   Scoping Formula:
   One specific skill + Clear outcome = Perfect tutorial scope

4. Choose Format
   Based on complexity:

   Simple (1-2 steps):
   - Single image with text overlay
   - Short video (1-2 minutes)
   - 3-slide carousel

   Moderate (3-5 steps):
   - Carousel (5-7 slides)
   - Medium video (3-5 minutes)

   Complex (6+ steps):
   - Long-form video (5-10 minutes)
   - Multi-part series (break into multiple tutorials)

   Format Selection Guide:
   ✅ Visual process → Video (show movement)
   ✅ List/steps → Carousel (easy to reference)
   ✅ Quick tips → Short video or image

5. Define Prerequisites
   What do followers need before starting?

   Materials/Tools:
   "You'll need:
    • Cleanser
    • Toner
    • Moisturizer
    • SPF"

   Knowledge:
   "Assumes you know your skin type.
    If not, check my previous video on determining skin type."

   Time:
   "This routine takes 5 minutes, morning and night."

   Setting Prerequisites:
   ✅ Manage expectations (what they need before starting)
   ✅ Reduce frustration (they're prepared)
   ✅ Link to related tutorials (fill knowledge gaps)

Step 2: Structure Tutorial Content

**Create Clear Learning Path**:

Tutorial Structure Templates:

1. Beginner Tutorial Template
   Title: "Beginner's Guide to [Topic]"

   Opening (Slide 1):
   - Hook: "New to [topic]? Start here."
   - Promise: "In 5 minutes, you'll learn [specific outcome]"
   - Prerequisites: "What you need to know first"

   Foundation (Slides 2-3):
   - Basic concepts/vocabulary
   - Why this matters
   - Common mistakes beginners make

   Steps (Slides 4-6):
   - Step 1: [Action] + Why + How
   - Step 2: [Action] + Why + How
   - Step 3: [Action] + Why + How

   Practice (Slide 7):
   - Try it yourself: Simple exercise
   - Common pitfalls to avoid

   Summary (Slide 8):
   - Recap key points
   - What to do next (practice regularly)

   CTA (Slide 9):
   - "Save this for reference!"
   - "Comment questions below"
   - "Follow for [next level tutorial]"

2. Process Tutorial Template
   Title: "How
Read more
Ships withxiaohongshu-skills

版本: v3.0 Complete Edition 更新: 2025-01-22 状态: ✅ 完整 (139个技能)

Get the whole plugin