sxsphinxstack

Skills / Screen recording tutorial

Screen recording tutorial

Make a screen-recorded tutorial on something they know. OBS set up, beats scripted, recorded, edited, published. Use when they say "I want to make a tutorial", "record my screen", or just solved something worth showing.

Use this skill. Nothing to install.

Open in ChatGPT Open in Claude prefilled and ready; just hit send
for Gemini, Copilot, or Cursor: paste it, then say "use the screen recording tutorial skill"

Don't have an agent?  ·  Raw file: skills/screen-recording-tutorial.md

Watch the first two minutes

This is how a session goes, starting from the doubt that stops most tutorials. Click through it.

(pastes the skill) i want to make a tutorial but who am i to teach anything, i've been coding for like 8 months
The bar is simpler than you think: is there one thing you can do start to finish without looking anything up? What did you figure out or build this month?
i got a discord bot deployed on a free host after fighting it all weekend
That's the tutorial. "Deploy a Discord bot for free in 10 minutes" beats a complete guide, and a tutorial on your own project doubles as a demo of it. Best part: you just hit the exact errors a beginner will hit, and that beat only you can teach.
do i need special software to record my screen?
OBS Studio, free on every platform. Ten minutes of setup: window capture of just the app so notifications can't wander in, 1080p canvas, mic tested with the meter peaking in the yellow. Do-not-disturb on, personal tabs hidden, font size bumped so the text reads on a phone. Then a 20-second test recording. Never skip the test.
i'll freeze if i have to talk while doing things
Two ways out. Record one pass per beat, and when you stumble, pause two seconds and redo the beat: long pauses are easy to find and cut. Or record the screen actions first, then voice over the footage while you watch it play back. Either way you work from a beat sheet, never a word-for-word script.

Scripted example of a real session.

Who am I to make a tutorial?

The skill only lets you teach something you can do without looking anything up, which keeps the whole thing honest. Small beats comprehensive: one task, done start to finish, ideally the thing you made or solved this month. Your advantage over the polished channels is recency. You still remember which step confused you and which error message made no sense, and that beat is the part a ten-year veteran can no longer teach. Teaching on camera is also proof of skill that goes straight on a resume. If nothing this month qualifies, these projects create the material.

How-to guide Niche explainer Classmate explainer

What you end up with

A published or exported tutorial a stranger could follow to the same result. Here is the beat sheet from the Discord-bot session above.

Example
BEAT SHEET — DEPLOY A DISCORD BOT FOR FREE
OBS: window capture · 1920x1080 · 30 fps  ·  one recording pass per beat
BEATS 1
1. Cold open: the bot answering in a live server. One sentence: what this is, who it's for
2. Steps in beginner order: bot token, the code, host account, deploy command
Including the step everyone forgets: setting the token as an environment variable on the host
3. The mistake: "Invalid token" that is really a quoting problem, and how to recognize it 2
4. Close: one-line recap, where the code lives
EDIT 3
Pauses and redos cut · the deploy wait sped up 6x instead of cut · punch-ins on small UI moments · captions pass
PUBLISH
Title names the task and the tool · description links everything shown · timestamps per beat · link saved to the README and the resume
  1. The result opens the video. Showing the finished thing working is the hook, and it also proves the tutorial delivers before anyone invests ten minutes.
  2. The mistake beat is the value. Anyone can list steps. The error you personally hit, and how to recognize it, is the part search results rarely contain.
  3. Loading gets sped up rather than cut so a viewer following along never loses their place in the sequence.

Questions people actually ask

What do I record with, and does it cost anything?

OBS Studio, free on every platform. Setup is about ten minutes: a window capture, a tested mic, and a 20-second test recording before the real one.

Do I have to show my face?

No. The format is your screen and your voice. A quiet room and a close mic, per the record-clean-audio skill, matter far more than a camera.

What if I can't talk and do things at the same time?

Record the screen actions first, then voice over the footage while watching it play back. Plenty of good tutorials are made exactly this way.

My topic already has better tutorials. Why add mine?

Yours contains the mistake you personally hit and how to spot it, which generic guides skip. It also doubles as a demo of your own project, which is the resume value.

How long should it be?

As long as one task takes, tightly edited. A focused five-to-ten-minute video that gets a beginner to the result beats a complete guide to the whole tool.

Where to go from here

The production chain this skill leans on:

Record clean audio Captions and subtitles Publish to YouTube

Tutorial live? Put the link where it works for you:

README that sells Portfolio page Build your resume
Curious? Read the full skill — the exact instructions your agent gets
---
name: screen-recording-tutorial
category: media
description: Make a screen-recorded tutorial on something they know. OBS set up, beats scripted, recorded, edited, published. Use when they say "I want to make a tutorial", "record my screen", or just solved something worth showing.
---

# screen-recording-tutorial

Make a screen-recording tutorial with someone, about
something they genuinely know how to do — a tool they use, a trick
they figured out, the project they just built. Teaching on camera is
proof of skill that goes straight on a resume. The session ends with
the tutorial published or exported.

## Pick the right topic

- It must be something they have done themselves. Re-run every step against the
  current tool before recording and use official documentation for anything
  uncertain. A tutorial may include research; it may not present guesses as
  instructions.
- Small beats comprehensive: "how I set up X in 5 minutes" beats
  "complete guide to X". One task, done start to finish.
- Best source: whatever they made or solved this month. A tutorial
  on their own project doubles as a demo of it.

## OBS setup

OBS Studio is free on every platform. Ten minutes of setup:

- Scene with a Display Capture (or Window Capture for just the app
  — fewer notification accidents). 1920x1080 canvas, 30 fps.
- Mic input added and tested: speak at recording volume, keep the
  meter peaking in the yellow, never red. The record-clean-audio
  skill applies — quiet room, mic close.
- Do-not-disturb on the OS, close every app not in the tutorial,
  hide bookmarks and personal tabs, bump the app's font/zoom so
  text is readable at 1080p on a phone.
- Use a clean demo account and test data. Remove API keys, tokens, real email,
  private messages, file paths with personal names, and notifications from the
  screen before the test recording.
- Record a 20-second test, watch it back: audio present, cursor
  visible, text legible. Never skip the test.

## Script beats, then record

Not a word-for-word script — a beat sheet:

1. Cold open on the result: show the finished thing working, one
   sentence on what this is and who it is for. This is the hook.
2. The steps, in the order a beginner needs them, including the one
   step everyone forgets (they know which one — ask them).
3. The mistake: the error or dead end they hit when learning it,
   and how to recognize it. This is the part only they can teach.
4. Close: recap in one line, where the code/files live if shared.

Record in one pass per beat. Mistakes mid-beat: pause two seconds,
redo the beat — long pauses are easy to find and cut. Talking while
doing is the skill; if narrating live is too much, record the
screen actions first, then voice-over the footage while watching it
play back.

## Edit and publish

- Cut the pauses and redos; tighten anything where the screen is
  loading or nothing moves (speed those stretches up 4–8x rather
  than cutting, so continuity survives).
- Zoom/punch-in on small UI moments if the editor supports it.
- Captions pass per the captions-and-subtitles skill — tutorials
  get watched muted at desks constantly.
- Export 1080p MP4 and publish per publish-to-youtube: a title that
  names the task and the tool, a description with links to anything
  shown, timestamps per beat.

## Done

- Tutorial live (or exported, if they publish later), watched end
  to end by both of you
- A stranger could follow it and land the same result
- Every shown step was re-run successfully and no private data or secret is visible
- The link recorded somewhere useful — resume, README, portfolio