Press ESC to exit fullscreen

Agent Skill Library

The first two courses in this path taught you the format and the engineering discipline behind it. This one teaches by building — no new concepts, just eight real, complete skills, each for a tool or domain worth having expertise packaged for, plus a capstone composing three of them together.

Every pack in this course is meant to be genuinely useful, not a toy example. Take what you build here, adjust it to your own team’s specific conventions, and actually install it.

What You’ll Build

  • Eight complete skill packs — Python, SQL, GitHub, Kubernetes, Terraform, AWS, LangGraph, and a banking/financial-services enterprise pack
  • A composed agent — the capstone combines three of your eight packs into one working, higher-order capability, applying Skill Composition from the companion course
  • A published library — tested, versioned, and documented the way the rest of this path taught you to

How This Course Is Organized

Each lesson builds one complete skill pack, end to end — not a fragment or a sketch. Every pack lesson names which design pattern(s) it uses, includes real, working SKILL.md content for that domain, and covers what to test before you’d trust it in your own workflow. The order roughly follows breadth of applicability: language and data tooling first (Python, SQL), then collaboration and infrastructure (GitHub, Kubernetes, Terraform, AWS), then an agent-framework pack (LangGraph), then one deep enterprise domain pack (banking), before the capstone ties several of them together.

Where This Fits in the Path

This is the third course in the Agent Skills Engineering Path, after Agent Skills Mastery (the format) and Production Agent Skills Engineering (the discipline). This course assumes both — every pack lesson references a specific pattern or practice from one of the earlier two rather than re-teaching it, so you can move quickly and spend the time on the actual skill content instead.

📋 Prerequisites

  • Completion of Agent Skills Mastery, or equivalent hands-on familiarity with writing and testing a SKILL.md
  • Familiarity with the design patterns, quality checklist, and composition ideas from Production Agent Skills Engineering (recommended, not required)
  • Basic working knowledge of at least a few of: Python, SQL, Git/GitHub, Kubernetes, Terraform, AWS, or LangGraph

🎯 What You'll Learn

  • Ship eight complete, tested, production-quality Agent Skills covering widely-used tools and one enterprise domain
  • Apply design patterns, quality checklists, and testing practices to real, non-toy skill content
  • Compose multiple independently-built skills into one higher-order agent
  • Leave this course with a working skill library usable in your own day-to-day agent workflow