Turn your files and videos into agent skills
Upload files, paste source text, or add a video URL you own or have permission to use. We extract the useful workflow, verify what we can, and email you a ready-to-use starter skill for Claude Code or Cursor.
How it works
Read your materials
We work from the files, video, URL, or source text you provide, with a rights check before anything is submitted.
Extract the real procedure
A model separates the actual steps from the intro and filler — tools, prerequisites, gotchas, and snippets included.
Verify, then email
Every skill is tested before we send it. The package contains generated instructions and helper files, not a copy of your raw sources.
What you get back
--- name: setup-nextjs-project description: Scaffold a new Next.js app with the App Router. Use when the user wants to start, bootstrap, or initialize a Next.js project. --- # Set up a Next.js project ## Prerequisites - Node.js 18+ installed - npm available on PATH ## Procedure 1. Scaffold the app npx create-next-app@latest my-app 2. Move into it cd my-app 3. Start the dev server npm run dev → http://localhost:3000 ## Common gotchas - If port 3000 is busy, Next.js prompts for another port.
Use your skill
Download the file
Open the email link or the Skill Library and download the generated .skill file.
Give it to your AI
Paste the whole file into Claude, Cursor, Codex, LM Studio, or any AI chat that accepts long instructions.
Ask it to run
Describe your task and say: Use this skill for the next request.
If your AI tool has a skills, rules, or custom-instructions folder, you can save the file there instead of pasting it every time.