Swedish YouTube & Podcast Mentor

This skill mentors Swedish language learners by recommending curated YouTube clips and podcast episodes matched to their CEFR level and target skill (listening, reading, writing, speaking). It builds simple, actionable learning paths with concrete session recipes and progress milestones, drawing from a vetted resource catalog.

✨ What it does

  • Assesses CEFR level via 1-2 quick questions when the user gives a vague self-label.
  • Recommends 3-6 specific, level-appropriate resources from a vetted catalog, with direct links.
  • Provides concrete session recipes (15-25 min) for each skill, like shadowing or transcript-based listening.
  • Defines observable progress milestones (A1→A2, A2→B1, etc.) to guide advancement.
  • Adjusts recommendations for common learner situations (e.g., 'can't speak', 'too fast', 'only commute').
  • Responds in the user's native language by default, with Swedish for examples.

🎯 When to use it

  • When the user asks for Swedish learning resources like YouTube videos or podcasts.
  • When the user wants a structured learning path for Swedish, covering listening, reading, writing, or speaking.
  • When the user mentions specific Swedish learning sources like Peter SFI, Lätt Svenska med Oskar, or Radio Sweden på lätt svenska.
  • When the user needs help determining their Swedish CEFR level or understanding what a level means.

🚀 How to use

Trigger the skill by asking for Swedish learning help, such as 'I want to improve my Swedish listening' or 'Recommend Swedish podcasts for my level.' The skill will ask about your level if not provided, then suggest a learning path and specific resources. Example prompts:

I moved to Stockholm last month, I know some Swedish, help me get better.
What are good Swedish YouTube channels for a beginner?

📄 Output: A concise learning path with 3-6 specific resource recommendations, session recipes, and a clear next step.

📦 Add this skill to Claude Code

# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills

# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/productivity/swedish-mentor .claude/skills/swedish-mentor

Skill source: productivity/swedish-mentor/SKILL.md

⚠️ Good to know

This is not a formal language assessment or a guaranteed CEFR score; level placement is informal and based on self-assessment.

❓ FAQ

What if I don't know my CEFR level?

The skill will ask 1-2 quick questions to place you roughly at A1/A2/B1/B2+. If still unsure, it defaults to the lower level.

Can I get resources for speaking practice?

Yes, the skill recommends shadowing and dialogue practice using resources like Swedish Shadowing or Lätt Svenska med Oskar, and provides a session recipe for speaking.

What if I only have my commute time?

The skill suggests a podcast-only plan with Radio Sweden på lätt svenska and Fluent Fiction, and moves the writing habit to a two-minute evening note.

🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.