Join Agent Skills Academy (free) — https://www.skool.com/agentskillsacademy/about In October 2025, Anthropic shipped Agent Skills — an open-standard SKILL.md primitive that makes most AI agent frameworks optional. This video walks through what changed, what SKILL.md actually is, and how anyone (no Python, no LangChain, no API keys) can ship a working AI agent this Saturday. Inside the free Foundation course: the exact SKILL.md template walked through here, plus the install + write + run plan that gets you a working agent by Saturday lunch. Seventy-five non-coders are already shipping their first file every weekend. What you'll learn: • What a SKILL.md file actually is (three lines + plain English) • Why Claude does the thinking, the tool calls, and the orchestration • When you still need a framework (the honest 5%) vs when you don't (the 95%) • The 35-minute install → write → run loop for your first working agent About Pragati: 20 years at IBM Watson and Nike. Taught LangChain, RAG, and AI agents to 29,000+ engineers on Udemy. Now teaching the simpler way: Claude Code Skills in plain English. No code. No API. Just one file. Free Foundation course: https://www.skool.com/agentskillsacademy/about #AgentSkills #ClaudeCode #SkillMD #Anthropic #AIAgents
Full Transcript
In October 2025, Anthropic shipped this. Most teachers still have not caught up. They called it Agent Skills, a new open standard for talking to Claude. One file, plain text, file name skill.md. Three lines at the top, plain English body. No imports, no SDK, no new programming language. The smallest, simplest unit of AI agent definition ever shipped by a major lab. Simon Willison, the engineer who built Django and runs one of the most read engineering blogs on the planet, wrote this the same day. Word for word, Claude skills are awesome, maybe a bigger deal than MCP. If you do not know what MCP is, that is fine. The point is, the people paying attention saw something most teachers missed. So, why did this matter? Because every AI agent framework on the market, LangChain, AutoGen, CrewAI, all of them, was solving a problem that Claude itself was about to solve natively. When the model itself handles the loop, the tool calls, and the orchestration, you do not need a framework to bolt those on top. You need a file telling Claude what you want. Here is what is inside a skill.md name, description, when to use it, then plain English instructions. Read these files, find what changed, write a status, save it. No code, just words. That is the spec. And because it is an open standard, the file you write today runs on Claude code in your terminal, Claude on the web, Claude on your desktop, and any other tool that adopts the standard later. One file, multiple harnesses, no vendor lock-in. This Saturday, inside Agent Skills Academy, I will walk you through writing your first one. Free. 75 non-coders are already shipping theirs every weekend. The standard is here. The frameworks will fade.
Original Description
Join Agent Skills Academy (free) — https://www.skool.com/agentskillsacademy/about
In October 2025, Anthropic shipped Agent Skills — an open-standard SKILL.md
primitive that makes most AI agent frameworks optional. This video walks
through what changed, what SKILL.md actually is, and how anyone (no Python,
no LangChain, no API keys) can ship a working AI agent this Saturday.
Inside the free Foundation course: the exact SKILL.md template walked
through here, plus the install + write + run plan that gets you a working
agent by Saturday lunch. Seventy-five non-coders are already shipping
their first file every weekend.
What you'll learn:
• What a SKILL.md file actually is (three lines + plain English)
• Why Claude does the thinking, the tool calls, and the orchestration
• When you still need a framework (the honest 5%) vs when you don't (the 95%)
• The 35-minute install → write → run loop for your first working agent
About Pragati: 20 years at IBM Watson and Nike. Taught LangChain, RAG,
and AI agents to 29,000+ engineers on Udemy. Now teaching the simpler way:
Claude Code Skills in plain English. No code. No API. Just one file.
Free Foundation course: https://www.skool.com/agentskillsacademy/about
#AgentSkills #ClaudeCode #SkillMD #Anthropic #AIAgents