Claude Code Skills Changed Everything (And Nobody Noticed)

The video highlights transformative advancements in Claude Code’s Agent Skills, including automated skill creation, dynamic context injection of live project data, and enhanced evaluation tools that optimize agent performance and efficiency. It emphasizes the importance of leveraging these new features—such as skill forking, background subagents, and continuous benchmarking—to fully unlock the potential of agentic coding workflows.

The video explores the significant advancements in Agent Skills within Claude Code, emphasizing that using skills the same way as six months ago means missing out on powerful new features. Skills can now fork into separate sections and inject live project data before the agent even sees the prompt. A major highlight is the built-in Skill Creator skill, which automates skill creation, testing, and blind A/B comparisons to ensure effectiveness. The video begins by explaining how to install skills using Cloud Code or other CLI tools, and how to access a wide range of skills through marketplaces or the skills.sh website.

Creating custom skills manually is straightforward, involving the creation of a skill.md file with front matter specifying the skill’s name and description. However, the Skill Creator skill automates this process, including improvements that allow for testing and evaluation of skills. Anthropic categorizes skills into two types: capability uplift, which enhances or adds new model capabilities (like image generation or improved front-end design), and encoded preferences, which define specific workflows the agent should follow. The video also highlights the importance of continuous evaluation to ensure skills remain relevant as models improve.

The video demonstrates building a skill called “readmegen” that generates professional README.md files by analyzing project code, structure, dependencies, and git history. It introduces advanced workflows such as running long-running skills in the background using subagents, which frees up the main agent for other tasks. Another useful feature is running skills in their own dedicated context sessions (using the “context: fork” property), which prevents large skills with extensive documentation from cluttering the main conversation context, improving performance and clarity.

A particularly powerful feature discussed is dynamic context injection, which allows scripts to prefetch and inject live project data into skills before the agent processes them. This reduces token usage and speeds up processing by avoiding repeated exploration of project files. Examples include injecting the project file tree, package.json contents, and git commit history dynamically. The Skill Creator skill can even be used to automatically add such preprocessing commands to existing skills, enhancing their efficiency and relevance.

Finally, the video covers the new evaluation capabilities of the Skill Creator skill, which can generate evaluation scripts and run parallel tests comparing agent performance with and without the skill. This benchmarking helps developers understand the real impact of their skills and whether they outperform the agent’s native abilities. The video concludes with an invitation to join a community for further learning and updates on Claude Code, encouraging viewers to leverage these new features to maximize their productivity with agentic coding tools.