SKILL.md — the portable format for AI agent skills

A single Markdown file that any AI agent (Claude, ChatGPT, autogen, crewAI) can read and replay. Generate it from a screen recording, no coding.

Generate a SKILL.md free See how it works

What is a SKILL.md?

SKILL.md is a plain-text Markdown file that describes a step-by-step workflow an AI agent should follow. Think of it as a recipe: what apps to open, what to click, what to type, what to expect. Any agent runtime can parse it and execute it.

Why not just prompt the agent?

Prompts drift. A SKILL.md is deterministic — the same file yields the same behavior across Claude Skills, autogen, crewAI, browser-use, and any custom runtime. It is versionable, shareable, and diff-able.

Example structure

---
name: Weekly Expense Report
apps: [Chrome, Notion]
steps: 12
---
# Steps
1. Open Notion → Finance → Expense DB
2. Click "New" → set Date to today
3. …

How to generate one

Record your screen for 30 seconds doing the workflow. Upload to SkillForge — the AI watches your video and outputs a ready-to-run SKILL.md. Free for the first 15 skills.

Related

🌐 English · ไทย · 中文