Now, we’re going to get into what we can build within Claude Code.
There are 3 main components we’re going to build out.
- Agents
- Skills
- Scripts
Agents are separate Claude context instances. They are hyper-focused on an individual process and they don’t get confused between different processes. You can also create agents within agents, and then they work as sub agents.
Skills are the levers which agents have access to. The agent does the in depth thinking about what it needs to perform, and then uses a skill to actually perform the action.
We write scripts using Claude Code itself.
A handy helper for writing scripts is Python Pro agent.
This means that we now give it access to perform data manipulation and interact with our workflows.
You can access the Agents, Skills and Scripts resources from the same Notion page.
https://cognaite.notion.site/Claude-Code-Beginners-Guide-2a3b28ac20aa803eb337eaf00f2571c5?pvs=74