Stop Downloading Claude Code Skills. Do This Instead.
The video argues that downloaded Claude Code skills are too isolated or bloated to drive real business outcomes. The speaker introduces 'skill systems' — orchestrated chains of small, focused skills that feed into each other end-to-end. A practical example shows a five-skill automation that converts a YouTube video into five ready-to-post short-form clips.
Summary
The video opens by criticizing two common approaches to using Claude Code skills: using them in total isolation (treating them like a ChatGPT prompt), and building massive 'mega skills' that try to handle everything in one file. The speaker argues that neither approach reflects how real businesses operate, which involves sequences of connected processes rather than one-off tasks.
The first mistake — using skills in isolation — is illustrated through a copywriting skill example. A user might download a LinkedIn copywriting skill, generate some copy, and feel productive. But they're still manually handling topic research, visual sourcing, and scheduling. The skill becomes just one step in a process that still requires heavy human intervention between each step.
The second mistake — mega skills — is described as the overcorrection. A 1,000-line skill.md document that handles research, writing, repurposing, scheduling, and posting sounds comprehensive but destroys the core benefits of skills: modularity, maintainability, and Anthropic's intentional 'progressive disclosure' design, which loads only needed context to keep responses fast and high-quality. The speaker cites Anthropic's own growth marketing team as an example of why breaking complex tasks into specialized sub-agents (one for headlines, one for descriptions) improves debugging and output quality.
The solution proposed is 'skill systems': small, focused skills wired together by an orchestrator skill. The orchestrator needs to understand five things — skill architecture and order, inputs for each skill, how outputs hand off between skills, human-in-the-loop checkpoints, and how results are displayed. This pattern is described as Anthropic's own 'sequential workflow orchestration' concept.
The speaker then walks through a real-world skill system that converts a long-form YouTube video into five short-form clips automatically each week. The chain includes five skills: transcript extraction (word-level timestamped), clip selection (scored across five categories), reframe/clip extraction (face detection and 9x16 portrait rendering with face tracking), an editing stage (pop-out illustrations via Remotion timed to keyword moments), and a packaging/publishing stage using Zioo.com for scheduling.
The video concludes by emphasizing that modular skills built for one system can be reused across others — a transcript skill, for example, feeds both the short-form video system and a newsletter creation system. The speaker projects that 10 skill systems might only require 20–30 unique skills powering all of them, making each new system faster to build as the skill library matures.
Key Insights
- The speaker argues that Anthropic intentionally designed skills with 'progressive disclosure' — loading only the context needed per task — and that mega skills destroy this by loading everything at once, causing the model to get overwhelmed and output quality to drop significantly.
- The speaker cites Anthropic's own growth marketing team as evidence for breaking complex tasks into specialized sub-agents, noting the team explicitly built separate sub-agents for ad headlines and descriptions not for ease of writing but because it 'makes debugging easier and improves output quality when dealing with complex requirements.'
- The speaker defines a skill system as requiring the orchestrator to understand five specific things: skill architecture and order, inputs needed per skill, how outputs hand off between skills, human-in-the-loop checkpoints, and how visual results are displayed back to the user.
- The speaker describes the clip reframe skill in their YouTube automation as running face detection on every sampled frame and tracking the face across the screen to ensure it remains the primary focus throughout the 9x16 portrait render — a capability he identifies as his favorite part of the system.
- The speaker claims that a modular skill library of 20–30 skills can power 10 or more distinct skill systems, because the same skill (e.g., transcript extraction) can be reused across entirely different workflows like short-form video, newsletter creation, and SEO blog generation.
Topics
Transcript
[0:00] Downloaded claw code skills are generic. They're bloated and they're also at the same time lacking context. But that's not even their biggest problem. They're still built for one task at a time. Think copywriting, researching, whatever. Whilst real businesses don't operate like that at all, because real work isn't one process document with five different steps, it's a sequence of processes that need to connect to each other. So if you keep thinking of skills in isolation, you'll never build out systems that run end to end. So, in this video, I'll show you how to turn your [0:31] skills into building blocks for bigger workflows. This is what I call skill systems so that each output feeds…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Simon Scrapes
I Rebuilt Hermes in Claude Code (It’s Ridiculously Good)
The creator rebuilds key features of the Hermes agentic AI system inside their own Claude Code setup rather than installing it off-the-shelf, arguing that understanding the architecture provides more long-term leverage. They identify three hidden costs of pre-built systems: inherited assumptions, inability to fix unknown code, and poor scalability. Their custom build addresses Hermes's limitations in multi-client identity management, semantic memory recall, and skill system maintainability.
Agentic AI Systems, Clearly Explained
This video explains agentic AI systems across four levels of complexity: chatbots, AI workflows, agentic workflows, and agentic AI systems. Using content repurposing as a consistent example, the speaker demystifies intimidating terms like harnesses, MCPs, and memory systems, arguing that these systems are fundamentally just files and folders accessible to non-developers.
Master 80% of Claude Code, Just Learn These 15 Things
This tutorial covers 15 foundational concepts for using Claude Code effectively, emphasizing that context management is the single most critical skill. The presenter draws from real user behavior across thousands of users to show how plan mode, context tools, slash commands, skills, hooks, MCPs, and memory systems combine to form a powerful agentic workflow.
Master Claude Design in One Video (Complete Build)
The video demonstrates a live build using Claude Design to create real business assets for the Aentic Academy, including a landing page, mobile wireframe, and slide deck. The host emphasizes that building a proper design system upfront is the single most important factor in avoiding generic AI aesthetics. The video compares multiple methods: using ChatGPT's image model, the Skill UI CLI tool, and Claude Design's native interface.
Claude just got another superpower (but they kept it quiet!)
A creator discovers buried features in a recent Claude desktop app update, including file system visibility, split-view sessions, and markdown rendering. These changes make the desktop app a viable replacement for terminal-based Claude Code workflows. The creator argues this enables structured, context-aware agentic project management without needing VS Code or a terminal.