% Off Udemy Coupon - CourseSpeak

Agent Skills from Scratch

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

$9.99 (93% OFF)
Get Course Now

About This Course

<div>This course contains the use of artificial intelligence :)</div><div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>What You Will Learn in Agent Skills</div><div><br></div><div>Each skill is a small folder containing everything the agent needs to perform a specific task.&nbsp; 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.</div><div><br></div><div>&nbsp; AgentSkills/</div><div><br></div><div>&nbsp; ├── web-search/</div><div><br></div><div>&nbsp; │&nbsp; &nbsp;├── SKILL</div><div><br></div><div>&nbsp; │&nbsp; &nbsp;├── search.ts</div><div><br></div><div>&nbsp; │&nbsp; &nbsp;└── sources.json</div><div><br></div><div>&nbsp; ├── code-runner/</div><div><br></div><div>&nbsp; │&nbsp; &nbsp;├── SKILL. md</div><div><br></div><div>&nbsp; │&nbsp; &nbsp;├── execute.ts</div><div><br></div><div>&nbsp; │&nbsp; &nbsp;└── sandbox.yaml</div><div><br></div><div>&nbsp; └── README</div><div><br></div><div>This course provides a practical dive into , real-world skill building:</div><div><ul><li><span style="font-size: 1rem;">Skill Architecture: Understand the anatomy of a well-structured skill — from markdown instructions to executable code to&nbsp; &nbsp;configuration files and why each piece matters.</span></li><li><span style="font-size: 1rem;">Prompt Engineering for Skills: Master the art of writing SKILL. md files that are clear, unambiguous, and give your agent expert-level behavior in any domain.</span></li></ul></div><div><span style="font-size: 1rem;">Who This Course Is For:</span></div><div><ul><li><span style="font-size: 1rem;">Professionals using agentic systems who want to create modular, reusable capabilities instead of monolithic prompts.</span></li><li><span style="font-size: 1rem;">Developers already comfortable with Claude Code who want to extend their agent with custom skills, tools, and domain expertise.</span></li></ul></div><div><span style="font-size: 1rem;">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.</span></div>

What you'll learn:

  • Claude Code Proficiency
  • Confidence to transform your entire development process
  • Context Engineering
  • Agentic Coding