FreeCourseWeb.com

Agent Skills from Scratch

Teach your AI agent new capabilities with custom tools, domain expertise, and portable skill modules

This course contains the use of artificial intelligence 🙂

What you’ll learn

Course Content

Requirements

This course contains the use of artificial intelligence 🙂

 

This curriculum is designed for professionals and assumes you have a solid background in software engineering, generative AI, and experience working with AI coding agents like Claude Code, Cursor, or similar tools. We will be building on top of Claude Code’s extensibility system, but the concepts apply to any agentic coding platform.

 

This course is for power users who want to go beyond prompting and teach their AI agents new capabilities, giving them domain expertise, custom tools, and reusable workflows they can execute autonomously.

 

What You Will Learn in Agent Skills

Each skill is a small folder containing everything the agent needs to perform a specific task.  A markdown file describes the workflow and decision logic. Executable scripts give the agent hands to act like call APIs, process files, run queries. Configuration files and data sources provide the context it needs to act correctly. When the agent encounters a matching task, it loads the skill automatically, follows the instructions, and delivers expert-level results without any manual prompting from you.

 

AgentSkills/

├── web-search/

│   ├── SKILL

│   ├── search.ts

│   └── sources.json

├── code-runner/

│   ├── SKILL. md

│   ├── execute.ts

│   └── sandbox.yaml

└── README

This course provides a practical dive into , real-world skill building:

Who This Course Is For:

Prerequisites: An active Claude Pro or Max subscription with Claude Code access. We will be building and testing skills directly in Claude Code throughout the course.

Get Tutorial