How Smart People Are Using Claude Code Skills to Automate Anything

Full Transcript — Download SRT & Markdown

00:00
Speaker A
Most people are using claw code skills completely wrong.
00:02
Speaker A
They build one skill for copy, another for research, and maybe another for social media.
00:07
Speaker A
And then wonder why they're still doing most of the work themselves.
00:10
Speaker A
But the people getting most out of claw code aren't using skills one at a time, they're connecting them together into systems.
00:15
Speaker A
Now, these are systems where one skill builds your brand context, another researches trends, another is writing the content from that knowledge, and then another runs everything automatically on a schedule.
00:25
Speaker A
And at that point, Claude isn't just helping with tasks, it's running entire parts of your business.
00:30
Speaker A
So I've spent hundreds of hours now inside of Claude Code building and testing this approach, studying Anthropic's frameworks, experimenting with community builds like Open Claude.
00:39
Speaker A
And building 20 plus production skills that now run my marketing, strategy, operations, and all creative assets.
00:46
Speaker A
And what that turned into is something much bigger than a collection of skills, it's an Agentic Operating System.
00:51
Speaker A
A system that knows your brand, runs real business tasks across departments, improves from your feedback, and maintains itself automatically.
00:59
Speaker A
So in this video, I'll show you exactly how it works, the architecture behind it, how skills chain together to run real business tasks.
01:06
Speaker A
And how the whole system learns and improves the more you use it.
01:10
Speaker A
I'm going to break down every layer so you can either build your own or just grab ours and start running from today.
01:15
Speaker A
So let's start by talking about building skills in the right way.
01:21
Speaker A
Because once you understand this structure, everything else starts to fall into place.
01:25
Speaker A
So a skill is literally just a folder made up of two things.
01:30
Speaker A
The first is the step-by-step instructions or the process documentation.
01:35
Speaker A
And that is in the skill.md.
01:37
Speaker A
And then the second, the bit that actually makes your process yours, is the deep knowledge that supports it.
01:44
Speaker A
So this is the references, the assets, and the scripts.
01:47
Speaker A
That also support that step-by-step instructions.
01:50
Speaker A
And you can think of those like your brand voice or example outputs that you like.
01:55
Speaker A
That you would put into a traditional LLM prompt.
02:00
Speaker A
And ultimately, it's the context in these deep knowledge files, the reference files, that make the process yours.
02:05
Speaker A
And here's the thing most people don't realize about the skills you download or import from somewhere else.
02:10
Speaker A
Like a skills marketplace.
02:12
Speaker A
They're designed to be generic on purpose.
02:14
Speaker A
So when you grab a skill from GitHub or a skills marketplace, it's never plug and play.
02:21
Speaker A
It always needs you to fill in the gaps with your own business knowledge.
02:25
Speaker A
You can of course use them without that.
02:27
Speaker A
But you're going to get poor quality outputs or generic outputs.
02:30
Speaker A
So let me show you a real example.
02:33
Speaker A
This is my marketing copywriting skill.
02:36
Speaker A
And if you take a look at the skill.md, you can see it points to other reference files.
02:42
Speaker A
So here we're pointing to brand context.
02:44
Speaker A
Which is basically saying, go read the voice, go read the ICP about our customers.
02:50
Speaker A
And also go and read the samples of good outputs.
02:53
Speaker A
And all of that lives in a shared brand context folder.
02:56
Speaker A
Stored down here.
02:57
Speaker A
And every single skill can access this brand context folder when it needs it.
03:00
Speaker A
So when this skill runs, it's not guessing how I sound or who I'm writing for.
03:05
Speaker A
It already knows all of that and it's pulling from real files with real data about my business.
03:10
Speaker A
That we loaded up when we started the system.
03:12
Speaker A
So having one skill turns Claude from a general assistant into your domain expert.
03:17
Speaker A
And it might write great copy at this point, but it still doesn't know your audience.
03:22
Speaker A
It doesn't know what worked and didn't work last time.
03:25
Speaker A
And that is where we introduce the operating system part.
03:28
Speaker A
So if shared context is the starting point of a system, the question then becomes, how do you actually build all of that brand context in the first place?
03:33
Speaker A
You don't want to be pulling it manually from all of your different business systems.
03:38
Speaker A
And this is where the Agentic OS does something really smart.
03:42
Speaker A
You just need one command once you've got the files.
03:46
Speaker A
You type in start here.
03:49
Speaker A
And the system's going to do the rest.
03:51
Speaker A
You can see we don't have any brand context already.
03:54
Speaker A
Because we actually need to create it.
03:56
Speaker A
And what happens next is it asks you a series of questions about your business, about your audience, how you want to sound, what makes you different.
04:05
Speaker A
And behind the scenes, it's not then just going to save your answers, it's going to go away and run our dedicated skills.
04:12
Speaker A
That analyze what you've told it and build proper structured files from your responses.
04:17
Speaker A
And those files get fed into all the skills going forwards.
04:20
Speaker A
So it's a one and done approach.
04:21
Speaker A
And there are actually three foundation skills that do their heavy lifting here.
04:26
Speaker A
One for brand voice extraction, one for positioning, and one for your ideal customer profile.
04:32
Speaker A
So these aren't just boilerplate templates, they're skills that actually interview you, process what you say and output real, detailed brand documents.
04:39
Speaker A
That can then feed in as that deep knowledge.
04:41
Speaker A
And when it's done, you've got a full brand foundation sitting in your brand context folder.
04:46
Speaker A
Your voice profile, so every skill knows how you sound.
04:50
Speaker A
Your positioning, so it knows your market angle.
04:52
Speaker A
Your ICP, so it knows exactly who you're talking to with every piece of comms you write.
04:57
Speaker A
As well as samples and examples from your real content, your gold standard stuff.
05:02
Speaker A
And then finally an assets file with your links, your handles, your visual brand references too.
05:06
Speaker A
And these are just saved as readable markdown files.
05:10
Speaker A
So you can open them, you can edit them, you can tweak them.
05:12
Speaker A
But the important thing is every single skill in the system reads from these same files, so your copywriting skill, your content repurposing, your UGC scripts, your trending research.
05:19
Speaker A
All pulling from the same source of truth, one shared folder.
05:23
Speaker A
And that's the first layer of the operating system, shared brand context.
05:28
Speaker A
But knowing your brand is static, it's a snapshot.
05:33
Speaker A
The second layer is what makes this thing actually feel alive.
05:38
Speaker A
Because the system doesn't just know your brand.
05:41
Speaker A
It learns how you work too.
05:43
Speaker A
So most AI setups are frozen in time, you build them and they stay exactly as they are.
05:48
Speaker A
But building an Agentic OS is different because you want it to have that second layer alongside the brand context.
05:54
Speaker A
And that's a context folder that's inspired by how Open Claude actually manages its memory and manages its functions around the user itself.
06:01
Speaker A
And this is what turns your skill collection into something that genuinely starts to understand you.
06:08
Speaker A
So let me show you what's in here.
06:10
Speaker A
First, you've got soul.md file and this is the agent's identity, how it behaves, how it communicates, what it's prioritizing.
06:18
Speaker A
Then a user.md file and this is about you, your preferences and your working style.
06:24
Speaker A
How you like things structured.
06:26
Speaker A
So when you tell the system you prefer concise bullet points over long paragraphs, it's going to always remember that and save that in your preferences.
06:33
Speaker A
And don't forget every skill is reading this too.
06:35
Speaker A
Then you've got things like the memory MD, which is for long-term business knowledge.
06:40
Speaker A
But most importantly, we've got short-term memory too.
06:45
Speaker A
So inside the memory folder, we've got these short daily memory files.
06:48
Speaker A
So the system has a log of what it worked on yesterday, what it produced last week, what's in progress right now.
06:54
Speaker A
So when you start a new session, you're not starting a new session.
06:58
Speaker A
You have some continuity.
06:59
Speaker A
It knows what happened in that last session and you can pick up where things left off.
07:03
Speaker A
And then the part which I think is the most powerful.
07:07
Speaker A
Which is learnings.md, and this is the system's long-term feedback memory.
07:12
Speaker A
So after a major deliverable or working with Claude Code for a day.
07:17
Speaker A
Skills are going to get your feedback.
07:19
Speaker A
Was the research we did useful?
07:22
Speaker A
Was the newsletter too long?
07:24
Speaker A
And whatever your feedback is, it's going to get logged under that skill section and then at the end of the day, those are going to get taken to update the skill.md files too.
07:32
Speaker A
So what it's doing is actually learning and maintaining the skill.md file too.
07:36
Speaker A
And next time the skill runs, it's going to read always its own learnings first.
07:40
Speaker A
We've built the skill creator to read these learnings first.
07:43
Speaker A
So finally, we're hitting a point where there's no repeating yourself and no having the same conversation twice.
07:49
Speaker A
So if we zoom out a little bit and think about what's happening here, the brand context folder tells skills who you are and who you serve.
07:56
Speaker A
The context folder on the other hand tells skills how you work, what's happened recently, and what you've liked and disliked.
08:03
Speaker A
That's a system that understands your business and is getting sharper every single time you use it.
08:07
Speaker A
So think of brand context as the snapshot and the context folder as the ongoing relationship that you have as you work with this tool.
08:13
Speaker A
And together they're why this system feels like it actually knows you.
08:18
Speaker A
But how then is this actually all keeping in sync?
08:22
Speaker A
As your system grows, things start to change, right?
08:25
Speaker A
You add new skills, remove skills, connecting new tools.
08:28
Speaker A
And in most setups, that means you're manually updating the docs, making sure nothing's broken.
08:33
Speaker A
But the Agentic OS, you should build so that it handles all of that itself.
08:37
Speaker A
So the way we've built it is every time we start a new session, the system runs what we call a heartbeat.
08:44
Speaker A
Which you might recognize from Open Claude setup.
08:47
Speaker A
So it scans the skills folder and compares what's actually on disk against what's documented in your Claude.md and your readme file.
08:54
Speaker A
So if you've added a new skill folder since the last session, it will adapt to that.
08:59
Speaker A
It registers the new skill, updates the context matrix, adds a section in your learnings.md.
09:04
Speaker A
You don't have to touch anything.
09:05
Speaker A
So every time you start a session, it's going to be learning exactly what you've added or taken away from the system.
09:10
Speaker A
It doesn't just extend to skills, it's MCP servers.
09:14
Speaker A
Anything you add to the system, it's actually going to understand the context of what's been added and why and then interlink those between your system.
09:21
Speaker A
But the really clever part is what happens when you build a new skill.
09:27
Speaker A
The common thing with skills is installing too many and having overlapping skills.
09:32
Speaker A
So before the system creates anything, you should make sure it reads every installed skills front matter, mapping overlaps, checking for dependencies.
09:40
Speaker A
So that the new skill fits cleanly into the existing ecosystem instead of duplicating or actually crossing over with what's already there.
09:47
Speaker A
And then at the end of the session, the same sync needs to run again.
09:53
Speaker A
And we've done that through a wrap-up skill.
09:54
Speaker A
So we've got a specific skill that we've adapted here, called wrap-up.
10:00
Speaker A
Which effectively is a checklist that reviews what deliverables we've created.
10:06
Speaker A
It's going to collect feedback, it's going to fix skills and update learnings.
10:10
Speaker A
And then finally, it's going to commit all the work that we've done.
10:13
Speaker A
So at the end of the session, we just need to say something like close session or wrap things up.
10:19
Speaker A
And it's going to trigger that and sync the full process for us.
10:23
Speaker A
And make sure that heartbeat runs again.
10:26
Speaker A
So we're starting to reach a point actually where we never have to update a registry file again.
10:32
Speaker A
We never have to sync docs.
10:34
Speaker A
The system actually starts to maintain itself, so you can focus on using it and not just babysitting and actually updating static docs.
10:40
Speaker A
So we've got a shared brand context, a learning system, and even self-maintenance.
10:46
Speaker A
But I've been talking about individual skills this whole time.
10:50
Speaker A
But the real power isn't in any single individual skill, it's in what happens when the skills start to work together.
10:56
Speaker A
And this is the level that turns a collection of skills into an actual operating system.
11:02
Speaker A
Because individually, each skill is powerful, but when they actually share context, feed into each other's process.
11:08
Speaker A
And operate as one connected system, it turns these from skills into actual workflows.
11:12
Speaker A
So let me show you what this actually looks like.
11:15
Speaker A
So in the Agentic OS, we've got foundation skills that run first and build that share context.
11:23
Speaker A
So this was our brand voice, our ICP, and our positioning.
11:28
Speaker A
Which work together to build that brand context.
11:30
Speaker A
We've got execution skills for things like copywriting, creating UGC scripts.
11:36
Speaker A
Actual UGC videos or images.
11:38
Speaker A
We've got strategy for things like trending research so that we can feed into our content pipelines.
11:43
Speaker A
And you can see that all of these skills are organized by category here.
11:47
Speaker A
And they interlink between those categories.
11:49
Speaker A
And then we're starting to even build out some ops or cron jobs to actually create workflows from these skills.
11:55
Speaker A
Using Claude Code's latest features.
11:57
Speaker A
And the real power is when you start to chain these skills together.
12:02
Speaker A
The trending research skill could go out and find what's getting engagement on Reddit and X this week.
12:08
Speaker A
It's going to produce a research brief and save that to the project folder.
12:11
Speaker A
Our content repurposing system might go out and find our latest YouTube video, create a newsletter from that.
12:19
Speaker A
And then bring in the trending research to make sure that we're hitting multiple angles in that content repurposing.
12:24
Speaker A
And during that, it's using various tools, it's using a humanizer to make the content sound less AI slot.
12:30
Speaker A
And it's also using the YouTube tool to actually go and transcribe.
12:34
Speaker A
So all of these are working together in unison as a workflow.
12:38
Speaker A
And by the way, when you install one of these, it understands the dependencies.
12:44
Speaker A
And installs the relevant sub skills which are actually dependent on it.
12:48
Speaker A
And of course, every step we talked about was also informed by the brand context.
12:53
Speaker A
And refined by the learnings in the previous run.
12:57
Speaker A
So you can see how this starts to become one system rather than individual skills completing tasks on your behalf.
13:03
Speaker A
So think about what this will mean for a business owner.
13:07
Speaker A
So you're not going to be managing 20 individual tools, you're effectively running a system now.
13:14
Speaker A
So your marketing, your strategy, your operations, and all your creative are sharing the same brain and understand your goals.
13:20
Speaker A
So connected skills are transformational.
13:25
Speaker A
That is what really pulls together this into an Agentic Operating System.
13:32
Speaker A
So now we've spilled all the secrets on how you'd actually build this out for yourself.
13:37
Speaker A
The question is, what are the ways you can get started?
13:40
Speaker A
Well, there are kind of two parts from here.
13:43
Speaker A
Everything I've shown you in this video, you can set up from scratch using Claude Code.
13:49
Speaker A
This is exactly how we've built it over weeks and months.
13:52
Speaker A
We've started with the brand context.
13:55
Speaker A
You're going to run through the foundational skills that capture voice, that capture your ideal customer profile, that question the user.
14:02
Speaker A
You can then start to build out your execution skills.
14:06
Speaker A
Things like your trending research, your content and your copywriting flows.
14:10
Speaker A
And then you would start to add the learning loop so that each of the learnings.
14:15
Speaker A
Feedback into every skill that we've got here.
14:18
Speaker A
And that way works and you will learn a massive amount doing it.
14:21
Speaker A
You can follow this exact framework to build a system like this.
14:25
Speaker A
Or the second path is actually you can just download it.
14:28
Speaker A
So the full Agentic OS, every skill, every reference file, the brand context system, the learning loop, the self-maintenance, the heartbeat, all of it that we've mentioned is available inside my community.
14:39
Speaker A
Which is linked in the description below.
14:41
Speaker A
You can literally join, download the repo, you run the start here command, and by the end of the day, you've got a full working business OS personalized to your brand that you can add or take away skills from.
14:49
Speaker A
All of these skills, by the way, are built in a consistent format.
14:54
Speaker A
And every time you add a new skill, it will reformat it so you've got it in a clean, readable format that feeds into your system.
15:00
Speaker A
So there you have it, skills on their own are powerful.
15:05
Speaker A
But connected together with shared brand context, a learning system that remembers your feedback, self-maintenance that keeps everything else in sync.
15:13
Speaker A
And skills that actually chain together as one system.
15:17
Speaker A
That's a complete operating system for your business.
15:21
Speaker A
And that's how smart people are using Claude Code skills to automate anything.
15:24
Speaker A
Thanks so much for watching, if you want to understand how to build out skills in more detail.
15:28
Speaker A
Then watch the next video.

Get More with the Söz AI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →