WEBVTT

00:00:00.000 --> 00:00:05.920
There are five levels of using Claude code for productivity, and each level unlocks a completely

00:00:05.920 --> 00:01:01.890
different way of working. Most people install Claude code, try a couple of prompts, and that's it. A glorified chatbot almost, And they don't realize that they're only using a tiny fraction of what this incredible tool can actually do. So in this video, I'm gonna walk you through the five levels of using Claude code and how to level up from basic prompting to building complete systems that can automate complete parts of your work saving you hours of time. And regardless of whether you're just starting out with Claude code or you've been using it for a while, this will help you figure out where you're currently at and what the next level looks like you start working faster and more efficient with this tool. And if we haven't met before, my name is Nico, and I've spent the last few years building AI automations for businesses and marketing workflows. And inside our community, we've used these kind of systems to automate tasks for thousands of business owners and AI enthusiasts like yourself, helping turn hours of work into mere minutes.

00:01:02.050 --> 00:01:20.165
Without any further ado, let's get into it. Level one is manual usage and basic prompting. You're using Claude as you would in the normal chat interface. You should already know how to install it. I'll leave instructions for you in the video description if you haven't already done so. And by now, you know how to open Claude code by opening up a terminal and typing in

00:01:20.565 --> 00:01:21.445
Claude.

00:01:21.525 --> 00:01:40.360
Now we see our friend show up here, and you can get it to do some fairly basic tasks, like, for example, research the latest news on Anthropic and come back to me with a report. With that instruction, paste it. I hit enter, and we'll let Claude do its thing. And here we have our report. Now with here, we can also get Claude code to turn this into a nice design HTML

00:01:40.215 --> 00:02:00.820
report. So we'll ask it just that. Can you please turn this into a HTML report that I can see? At this level, inevitably, Claude will ask you for permissions. In a second, I'm gonna show you how to run it in a version where it won't ask you for this. We're just gonna say yes, allow this session. While that is doing its thing at this level, you should also understand some forward slash functionalities.

00:02:00.980 --> 00:02:02.260
So let's finish the report.

00:02:02.660 --> 00:02:21.595
It's opened it up in my Chrome browser here, but let's go to the forward slash commands that you really should know. One of the things that I think everyone using Claude code needs to know is the usage. I'm gonna type in usage, hit enter, and this tells me how much of my current allocated token usage I have used. So if you use it with a subscription,

00:02:21.595 --> 00:02:35.330
which I highly recommend that you do, it'll reset reset the usage every five hours. So for example, for now, I've only used 2% of my current allocated session. Another thing that you should know is you can tab through a couple of the settings. You can see here accept edit on.

00:02:35.570 --> 00:02:42.965
And if I hold shift and tab, I can cycle through a couple of the modes. One of the most useful tools here is plan mode,

00:02:43.205 --> 00:02:59.880
which you should use if you think you're gonna do something with a bit more complexity to it. You put plan mode, you tell Claude what you wanna do, and it'll think about the task at hand before it actually does it. Now the last functionality I believe everybody needs to know at this level is a setting called dangerously skip permissions.

00:02:59.880 --> 00:03:09.805
Obviously, there's a little bit of danger here, but it makes Claude code so much more efficient. Let me show you how that works. If I'm in the same session, I'm gonna exit out of this by going forward slash exit.

00:03:10.365 --> 00:03:17.085
That will end the current session, and I'm going to now start Claude code with this special permission by typing Claude

00:03:18.045 --> 00:03:20.365
dash dash

00:03:19.390 --> 00:03:25.630
dangerously skip permissions. Once you hit enter, you'll see now that you've got this new setting here bypass permission.

00:03:25.710 --> 00:04:14.515
So let's get it to do the same task that we asked before, to do research on Anthropic, to create a HTML report, and to open it in my browser, and you'll see that it won't ask for any permissions. Can you please do research on Anthropic for the latest news over the past seven days? Once you have that, turn it into a report. Make sure it's a HTML report and open it in my browser once you're done so I can have a look. With those instructions set, I'm gonna hit enter and let it do its thing. And here's the completed report in my browser without me having to allow any extra permissions to Claude. I use this setting all the time, and you'll see later on in this video how this setting gives Claude code so much freedom and power that it can build SEO optimized websites with one single prompt. So that's level one. You install it, you prompt it, and you control how much freedom Claude has. It works and it's useful, but there's a very big problem.

00:04:14.595 --> 00:05:14.295
When I exit this session, Claude forgets everything. What we did, all my businesses, and anything that I might have discussed with it during this session. That's where you hit the ceiling of level one, but this is where level two solves that problem. Level two is persistent memory. What if Claude code could remember what you're doing, what your goals are, how you like to write, and any preference that you have, not only as a user level, but even in specific projects that you're working on. This is all done with a Claude dot m d file. Looks a little bit like this. Let me show you what the file actually looks like. So I've got this site inside a project where I do the majority of my SEO work, and it just has an understanding of the metrics, what we're working on, the folder setup, and even what MCP integrations this folder has access to. More on MCP integrations in a second. And this allows Claude Code to be a lot more efficient. So what happens if you haven't built one yet? Well, you definitely don't need to type one out. I'm gonna show you a command that allows you to build this MD file in one single command. So let's say I'm working inside a folder called AI search consultant,

00:05:14.375 --> 00:05:29.000
and I already have a bunch of files in there, a website build, maybe I've got some keyword research or whatever it is that you're working on. I'm going to right click the folder here and open up a new folder at a terminal. I'm gonna activate Claude code by going to Claude,

00:05:29.240 --> 00:05:44.075
and now I've got Claude open in this folder. One of the easiest way to create an MD file is go forward slash I n I t, init. And I'm going to hit that, and you can see that it says initialize a new Claude MD folder with this codebase.

00:05:44.380 --> 00:05:53.900
It's going to analyze all the files and folders within that folder and create an MD file for you. Now we should see in a minute a new file added in here called

00:05:53.980 --> 00:05:55.580
Claude dot MD.

00:05:55.820 --> 00:06:51.780
Now that it has a good understanding of the project, it'll see it'll create everything it needs to to create your claud m d folder file. Sorry. I'm gonna say yes, allow, and there is our claud m d file that you just saw was created right then. And here is the m d file that it generated. It gives us the architecture, the file, and all the instructions that it should have so it has a good understanding of everything, even the schema, the type of animations that we have for this whole project for the website. So what happens if I wanted to add more to this MD file? It is really easy. In the same terminal that we are having this conversation inside the folder, all you need to do is prompt it in a manner like this. Now please remember this or add to your MD file that whenever you write, do not use em dashes. But we're gonna put that in here, let's just have a look at the MD file whilst it updates that. And that was the last one here. It said never use em dashes in writing. Use colons, commas, parentheses, or separate sentences instead.

00:06:52.020 --> 00:07:17.350
So now Claude is consistent and understands the project that it's working on, but you still have one very big limitation, and that is that you're still doing everything one prompt at a time. What if one command could replace thirty minutes of you going back and forth with Claude? Well, enter level three. Level three is skills, agents, and plugins. And this is where Claude code stops being a simple AI chatbot and starts being almost an autonomous employee,

00:07:17.430 --> 00:07:29.145
but that'll come in level five. You can think of skills as set of instructions that you want it to follow the same time every single time when you invoke that skill, kind of like standard operating procedures.

00:07:29.305 --> 00:07:37.970
Now if you've recently installed Claude code, you should have some skills already available to you. And you can see by opening Claude code, going forward slash

00:07:38.130 --> 00:07:53.865
skills, and hitting enter. And you'll see here that it'll tell you all the plugin skills that you've got available to you, even one of my favorites, front end design skills. Now there is a marketplace also for skills. You can access that marketplace by going to forward slash plugins,

00:07:55.545 --> 00:07:58.265
and then you'll see the marketplace

00:07:58.265 --> 00:07:59.545
for skills.

00:07:59.545 --> 00:08:08.610
One word of warning, when you are installing plugins from anywhere, make sure it's from a high quality source. I recommend you just start with Anthropic skills.

00:08:08.850 --> 00:08:12.610
Because if you're just downloading skills from anywhere, any random GitHub

00:08:12.610 --> 00:08:15.970
repo, they might come with malicious prompt injection

00:08:16.165 --> 00:08:28.805
in it, and you just wanna be very wary of that. Now let me show you what a task can look like without a skill and the same task with a skill so you can understand the incredible difference. So I've got two Claude code open.

00:08:29.590 --> 00:08:33.430
On the left hand side, we've got a prompt saying, build a landing page for Yervamate,

00:08:33.430 --> 00:08:37.030
which is a tea that I drink all the time. Make it responsive.

00:08:37.030 --> 00:08:42.390
Use the front end design skill. Use HTML only. And at the end of the file, add the name with skill.

00:08:42.835 --> 00:08:57.075
On the other side, we're gonna have Claude code open as well, practically the same prompt. All we're gonna change is do not use the front end design skill. You can invoke skills, by the way, by just telling it, hey. Use this skill. So we're gonna hit enter,

00:08:57.315 --> 00:09:06.090
let it do its thing, and then see the incredible difference that using a skill for the right task makes. Okay. Now that they're both done, let's look at the difference.

00:09:06.490 --> 00:09:13.050
So this is the no skill. You can see here in the name, which isn't too bad. Feel the natural energy of South America.

00:09:14.475 --> 00:09:19.035
Yerba Mate, it's got a few little components here with a little animation,

00:09:19.595 --> 00:09:21.595
rooted in tradition, the benefits,

00:09:21.755 --> 00:09:22.635
the community.

00:09:22.875 --> 00:09:33.500
Not too bad. Now let's have a look with the front end design skill. You have tiny little elements that are moving here, which is really nice. Uh, the design already looks a lot more

00:09:33.980 --> 00:09:36.380
professional. You have moving components,

00:09:36.380 --> 00:09:44.595
and overall, it just looks a lot nicer. It's used the same color palette, is fair enough, but you can see here with one single skill

00:09:44.755 --> 00:09:45.635
evoked,

00:09:45.875 --> 00:09:54.435
the design is already so much better. You can also build your own skills quite easily, and you don't need to know the folder structure that is more effective.

00:09:55.090 --> 00:10:27.380
If you go to forward slash skills, you should see that natively there is a skill called skill development skill. So let's say you're doing some work with Claude. You are the for example, turning a YouTube video from the transcript into a blog post. You do that manually. You can then say at the end, hey. Can you invoke the skill development skill and turn this into a skill? Skillception. But you get what I mean. So you can build an arsenal of your own custom skills that will allow you to do your work a lot more efficiently. Okay. Let's get into agents, and this is where things get extremely interesting.

00:10:27.620 --> 00:10:42.915
Agents are essentially specialized AI assistants that handle specific types of tasks. You can create your own agents, by the way. We'll test out one of mine in a second. Second. But each agent runs its own context window, its own system prompt. It can use individual skills, access MCPs.

00:10:42.915 --> 00:10:47.475
I'll show you how to do that in a second. Think skills, but just a lot more autonomy.

00:10:47.555 --> 00:10:50.835
So let's test one out. I'm going to go back to my Claude and say,

00:10:51.450 --> 00:10:58.810
using the keyword research agent skill, I want you to do keyword research on the word AI search consultant.

00:10:59.370 --> 00:11:18.065
So while we let that do its thing, I wanna show you what that agent looks like. In a new chat, I'm gonna go forward slash agents. Again, this is gonna show me all the agents that I have, and it even gives you the option of creating your own agent. I've got the keyword research agent there. I'm gonna view the agent, and here are all the specifications

00:11:18.065 --> 00:11:27.930
and custom set of instructions that the agent has. You can even set it a color here. But more importantly, you can see that we've given you the instruction to use the data for SEO MCP.

00:11:28.410 --> 00:11:30.250
Agents with MCPs

00:11:30.330 --> 00:11:37.690
explode your productivity to another level, giving this agent access to real SEO data. Even if you don't do SEO,

00:11:38.055 --> 00:11:53.780
you'll understand the power of giving agents access to an MCP. And this is a little bit more different than a skill because the agent has a set of instructions. They can think about the responses. It's not just following a step by step program. You can see that it's called the data for SEO MCP successfully,

00:11:53.780 --> 00:12:01.060
and it's even analyzing more variations because it thinks it needs a little bit more data. And here's the incredible

00:12:01.140 --> 00:12:08.115
aspect of using an agent because it has an insight here that said why this is interesting. AI search consultant itself

00:12:08.435 --> 00:12:09.155
has

00:12:09.315 --> 00:12:18.275
zero search volume, meaning it's very, very new and it's emerging. It has some search volume but very little. So it said, well, what else can I search that's going to be about this keyword?

00:12:18.850 --> 00:12:23.250
And it did some more keyword research, AI SEO, AI search optimization,

00:12:23.250 --> 00:12:29.090
geo SEO, and it found all these other keywords, transactional or service keyword, geo consultant,

00:12:29.090 --> 00:12:30.530
AEO services,

00:12:30.690 --> 00:12:51.150
AI SEO consultant that has some search volume. So you can see that it can take kind of actions and it can think about the steps. If it didn't find data about this keyword, it's gonna think, well, okay. Let's find data about another keyword. Something that a skill wouldn't be able to do. It'll just say no search volume here. Tough luck. This one actually did the search, and it's a bit more proactive

00:12:51.150 --> 00:12:54.430
if you will. It's even given me some quick wins,

00:12:54.750 --> 00:12:56.670
what I should do, some insights

00:12:56.750 --> 00:13:05.865
to market research, and told me where it got the sources, not only from the MCP call from the data for SEO that I've connected it to it, but even did some additional keyword,

00:13:06.105 --> 00:13:16.220
and I'd even have to ask it to do that. Now last in level three, we have plugins, and this is the ability to combine plugins, agents, MCPs, and any other requirements

00:13:16.380 --> 00:13:20.860
to do incredible tasks for you. There's also a plugin marketplace,

00:13:20.860 --> 00:13:40.605
and this is where things start getting a little bit complex. But I figured the best thing for me to do is show you what it can do. Inside our community, I've built a plugin for the community that builds an SEO ready website and even places it in Cloudflare so it's ready to host and go. Let me show you how this works. If I go to my Claude, I'm gonna go forward slash build

00:13:40.940 --> 00:14:22.970
website, and I've got a plugin here already. So I'm going to run this, and it's gonna ask me a bunch of questions because that's what I've set the plugin to do. It's gonna ask what is this website about, how many pages it does it need, and all of the requirements for you to build this. This plugin is gonna ask you a total of seven questions. You can see the first one here, share your business details, name, tagline, phone number, email address, and service area. Now I'm gonna skip through this and show you what the end design of a website with this plugin can look like. And if you use the plugin and answer all the questions with the most detail as possible, you might get something like this. And I've done very, very little work here. I've just let it run, and it built the entire thing for me, even put it on Cloudflare

00:14:23.205 --> 00:14:33.605
and add the right schema. It even has little animations here. I've had to pick the color layaway, but it's kind of done everything. Let's go industries or services. So we've got GPT optimization,

00:14:34.565 --> 00:14:35.285
animations.

00:14:35.710 --> 00:14:56.195
And inside this plugin, for example, I have given it access to the Nano Banana Pro skill, which means it can grab images of me and put me in offices like this to generate the images as possible. I've done a detailed video tutorial on how to do this. I'll leave a link below, but I wanna show you the incredible use cases that a plug in can have. Number four is system integration,

00:14:56.195 --> 00:14:57.635
really MCPs.

00:14:57.795 --> 00:15:03.155
This is where Claude code stops just living in your system and starts interacting with the real world.

00:15:03.315 --> 00:15:19.070
MCP stands for model context protocol, and you don't really have to know how it works. You just have to know that through this, ClaudeCode can access and interact with practically anything. And you saw a little bit of it just before where we asked ClaudeCode to interact with the data for SEO MCP,

00:15:19.070 --> 00:15:21.790
which allows it to call real world SEO data.

00:15:22.325 --> 00:15:37.205
It's great, but a little bit boring. With MCPs, you can do pretty incredible things like, for example, what if Claude Code can not only write your blog post, but upload it in your website for you, do your on-site SEO for you, and even interact with the tools that you currently use on a day to day basis,

00:15:37.700 --> 00:15:48.420
like Notion, maybe even Slack or Canva or whatever it is that you have. Anthropic have a list of popular MCPs that it recommends you install. You can see here Canva,

00:15:48.420 --> 00:15:50.180
Figma, monday.com,

00:15:50.180 --> 00:16:11.750
Gamma, one and of my personal favorites, Webflow, because that is what I've built my website on. Let me show you the incredible things that you can do once you've installed the MCP. And by the way, connecting these MCPs is very, very easy. Anthropic even give you the command that you need to give it. For example, you just give Claude this command, m c p add m c p web flow, and it'll install everything.

00:16:12.070 --> 00:16:24.275
You might have to authenticate it, and it'll just pop up your browser, and you'll have to approve it, but you only really need to approve it once. Anyway, let me show you how this works. If I go to my Claude code and type in forward slash m c p,

00:16:24.675 --> 00:16:29.315
you see here all the MCPs I've got connected. Some of them I need to kinda re authenticate,

00:16:29.395 --> 00:16:32.835
but here's the one that I'm really interested in is the Notion MCP.

00:16:33.470 --> 00:16:49.435
So let's test it out. I have a workflow currently that can take a YouTube video of mine, rewrite it in a style that I like with an agent, and put it into my Webflow website. So let's do just that. Here's a YouTube video that I recently generated. I'm gonna copy the URL here.

00:16:49.915 --> 00:17:09.210
And I'll in the meantime, I'm also gonna show you the latest blog post so you see that it's doing this itself. Last one that I published was about I built three agents that run my business while I sleep. Right? So I'm going to use the video to blog skill. So I'm going to say run the video to blog

00:17:09.770 --> 00:17:10.650
skill

00:17:10.810 --> 00:17:11.770
agent

00:17:12.650 --> 00:17:14.170
with this video.

00:17:15.655 --> 00:17:29.910
So let me show you how this might work. I'm gonna grab a link to this YouTube video, and I'm also gonna show you that the last blog was created on the March 4, it was about building three AI agents that run my business while I sleep. So I'm gonna say use the

00:17:30.550 --> 00:17:33.510
video to blog skill with

00:17:33.990 --> 00:17:35.110
this video.

00:17:36.630 --> 00:17:41.750
Boom. Now that skill already has access to the data for SEO MCP,

00:17:42.095 --> 00:18:17.205
and you can see it's loaded the skill. It's going to turn the transcript into a blog post that I like in my tone of voice, interlink sections of my website, and even upload it to my Webflow website. You can see it's running already. I've also got it on dangerously skip permissions, so it's not gonna ask me for anything. Now all we gotta do is go here and wait. K? After it worked for about four minutes, let's see here. That was the last blog. Let's refresh the website, and hopefully, should have another one right here. There's the Kimi code one that I asked it to write. Now think about what happened there. We asked it to

00:18:17.525 --> 00:18:37.855
scrape data from a YouTube video. It then rewrote that in a way that I wanted to, which was in a bit of a content capsule technique. Let's have a bit of a look at the blog post. So it's got a too long didn't read section. I wanted to do that. It's internally linking to other sections of my website, which is just really important for SEO,

00:18:38.095 --> 00:18:41.055
and it's even externally linking to other

00:18:41.295 --> 00:18:49.410
parts of the Internet backing up the statements here. It's even got an FAQ section at the bottom and all the resources where it got it from. So

00:18:49.570 --> 00:18:56.610
it's doing so many things there at once with one single call, and that is the power of connecting all this with an MCP.

00:18:56.610 --> 00:19:22.660
So Claude just went from a tool that lives in your terminal to a tool that interacts with the real world with any system that you use. But here's the one problem that we still have. We had to tell it what to do. We grabbed the link from the YouTube video and say, hey. Do your thing. Turn this to a blog post. But what if we didn't have to tell it to do that? What if Cloches ran things on its own? Well, welcome to level five. Level five is about autonomous workflows.

00:19:22.660 --> 00:19:55.110
This is where you stop using Claude code as a tool and you start using it as a autonomous system that runs by itself. And everything that we've worked on so far comes together. The memory from level two, the agents, the plugins, and the skills from level three, and the MCPs from level four combined together to create this incredible tool that will honestly 10 x your work and almost run certain parts of your businesses completely autonomously. And it looks like this on the screen. Terribly boring, but this has changed the way that I work with Claude and my work in general. For example,

00:19:55.350 --> 00:20:02.070
remember the agent that took the video, the YouTube video, and turned it into a blog post? Well, that guy actually runs automatically

00:20:02.485 --> 00:20:04.965
every Tuesday and Thursday at 9AM.

00:20:05.205 --> 00:20:08.325
How do I do this? Well, this is possible with two main things.

00:20:08.565 --> 00:20:23.250
One is the ability to run Claude in what's called headless mode. And essentially what this means is that Claude can just run without you interacting it with it in a terminal, on the application, anything. It just runs in the back end system without you even realizing.

00:20:23.650 --> 00:20:26.370
And two is about cron jobs.

00:20:26.530 --> 00:20:30.395
This is essentially you being able to schedule certain tasks.

00:20:30.555 --> 00:20:37.595
Like the video to blog post agent, we tell it to run that as a Cron job every Tuesday and Thursday at 9AM.

00:20:37.755 --> 00:20:52.340
And it's literally that easy. The agent that you run once, you say within that same conversation, hey. I want you to run this as a cron job every and you pick the time. But there is one very, very important component that you need to set up in order for this whole thing to work,

00:20:52.740 --> 00:21:00.925
and that's providing the cron jobs with certain permissions. You want to go into your system settings and open this up. Next, we want to go to privacy and security,

00:21:01.245 --> 00:21:04.445
and we want to go to full disk access.

00:21:04.525 --> 00:21:28.685
Right? You can see that I've got the cron tab here enabled, but you won't have that. And the next thing you need to do is press the plus bar. And without doing anything else, it's very important that you press command shift g. Let's do that now. Command shift g. And now you should see a little search bar here. In this search bar, you're gonna type in this exact thing, and I'll leave it in the video description below. It's forward slash USRForward

00:21:28.685 --> 00:21:33.245
slash S BINForwardSlashCRON.

00:21:33.245 --> 00:22:01.715
And that allows you to add this tab that you won't have to the full system access. So I've already done that. I'm not gonna do that again. I don't wanna mess with the system, but double click on that, and you will see this cron tab enabled. The last thing you wanna do is make sure that it's got a little blue sign there, making sure that it's enabled, and that is it. Now you won't run into any issues with the cron jobs. Now I hope this has caused a bit of a shift in the way that you think about using Claude code. Yes. You can use it as a tool, but you can also use it as a autonomous

00:22:01.950 --> 00:22:02.670
system.

00:22:02.990 --> 00:22:23.095
And if you learn how to master it as an autonomous system, you'll be ahead of 99 of people out there. But before you go and do this whole thing, one of the last things that I want to leave you with is think about creating yourself a bit of a command center, a dashboard, because it's very difficult to see what has worked and what hasn't when you're running things in a headless manner through cron jobs.

00:22:23.335 --> 00:22:38.990
So I've built myself my own custom command center where I can see how many sessions I'm running in the terminal, and I can also go to the agents. And I can see the cron jobs that are scheduled from which project, the last time they run, and their status.

00:22:39.150 --> 00:23:05.330
Now I will leave a prompt in the video description below of what I used to create this dashboard. But because the way that you use Claude will be different from the way that I use Claude, I think you need to create your own dashboard that meets your needs and therefore build it yourself, but I'll leave the instructions below. And if you wanna see how these five levels can completely automate your marketing, getting you more leads and sales, and even seen in the AI search engines,

00:23:05.490 --> 00:23:26.075
I recommend you check out our community where we have all of these workflows and more available to you that are constantly updated, and we provide a lot of support through live q and a's, an onboarding session with myself, and continuously updated tools, skills, and more so you learn to be more effective and more efficient with these AI tools. If you found value in this video, make sure you hit the like button and subscribe for more. Thanks for
