S2:E9
From Prompts to Agents: AI Agent Skills in Claude Code
AI
25 min
Host
Jonny DaenenGuest
Jesús García RamírezAI agents get messy fast once you move beyond simple prompts. Context windows fill up with noise, agents start reasoning in loops, and suddenly you're dealing with brittle behavior and hallucinations.
Jesus walks through how Claude Code skills fix this -- packaging repeatable workflows into modular components that load only when needed. He demos two real examples: an Explain Code skill and a PR Review skill that forks context, limits tool permissions, and uses CLI commands to analyze pull requests.
Chapters
- 00:00Introduction
- 01:28Demo: Skills in Claude Code
- 05:57How agents work: from prompts to context engineering
- 08:19What are Skills? (vs MCP, RAG, Commands)
- 10:33Building your own Skill
- 15:20Skills vs MCPs
- 16:29What about hallucinations?
- 17:07Specs and Anthropic's Skill Guide
- 19:28Skillception: a skill to create skills
- 20:34Is MCP history?
- 22:50Sharing skills & wrap-up
Tags
Claude CodeAI Agent SkillsContext EngineeringSubagentsContext ForkingModular AI WorkflowsMCP vs SkillsClaude Code Tutorial

