Lesson 1 - Why Agent Skills Matter
Diagnose the high-friction workflows in your day, understand what agent skills are, and learn how the open standard lets one skill work across 30+ AI coding tools.
Duration: 1.5-2 hours
Learning Objectives
By the end of this lesson, you will be able to:
- ✓Identify repeated AI workflows that cost you time and produce inconsistent results.
- ✓Define what an agent skill is and how it differs from a paste-in prompt or checklist.
- ✓Explain how the open standard keeps skills portable across 30+ tools.
- ✓Differentiate personal, project, and enterprise skills and know when each level is appropriate.
Videos
The Repetition Tax: Why Skills Exist
Ground the lesson in real pain: capture the wasted minutes, inconsistent outputs, and lost context that accumulate when you retype the same instructions.
Duration: 8 minutes
Video coming soon
What Is an Agent Skill? (From 10,000 ft)
Define the artifact precisely: a named folder with a SKILL.md file, optional supporting files, and a clear contract the AI follows.
Duration: 9 minutes
Video coming soon
Skill Tiers: Personal, Project, and Enterprise
Explain where skills live, who they affect, and when to promote a skill from personal experimentation to team-wide standard.
Duration: 6 minutes
Video coming soon
Key Concepts
The Skill Candidate Scorecard
Precise Definition
Running Example: The deploy-checklist Skill
Skills vs. Other Approaches
Skill Tiers and Ownership
Common Mistakes & Pitfalls
❌ Thinking skills require programming knowledge
Skills are written in plain markdown — the same format as a README file. If you can write a to-do list, you can write a skill.
❌ Trying to automate everything at once
Your first skill should solve ONE workflow. A focused skill that handles one thing well is more valuable than a sprawling skill that handles ten things poorly.
❌ Assuming skills only work in one tool
Agent Skills is an open standard. A skill written for Claude Code also works in Copilot, Cursor, and 30+ other tools without modification.
❌ Confusing skills with plugins or extensions
Skills are just instruction files — no installation, no API keys, no app store. Drop a folder in the right place and it works.
❌ Skipping the scorecard and jumping straight to building
Without scoring your candidate workflow, you might automate something that doesn't save meaningful time. Five minutes on the scorecard prevents hours of wasted effort.
Exercises
Exercise 1: Workflow Baseline Audit
20 minutesList 3-5 workflows where you repeatedly brief an AI assistant. Score each using the scorecard (frequency, variance, risk, teachability).
Expected Output:
A scored table showing your top skill candidates ranked by total score.
Success Criteria:
- •Listed at least 3 repeated workflows with specific details.
- •Scored each on all 4 dimensions (frequency, variance, risk, teachability).
- •Identified one workflow scoring 12+ as your capstone candidate.
Exercise 2: Skill Charter Draft
25 minutesFor your top-scoring workflow, write a one-page charter: problem statement, who it helps, desired outcome, and how you'll measure success.
Expected Output:
A skill charter document you'll reference throughout the course.
Success Criteria:
- •Problem statement describes the pain in concrete terms (not 'it would be nice').
- •Describes the trigger scenario clearly (e.g., 'when reviewing backend PRs' or 'before each weekly report').
- •Lists any templates, scripts, or references you already use for this workflow.
Exercise 3: Landscape Scan
15 minutesVisit at least two community skill repositories (github.com/anthropics/skills, github.com/github/awesome-copilot) and find skills similar to your charter.
Expected Output:
Notes on 2-3 existing skills: what they do well, what you'd change, and ideas to borrow.
Success Criteria:
- •Found and linked at least 2 existing community skills.
- •Noted one idea to borrow and one pitfall to avoid.
- •Summarized how these findings influence your charter.
Lesson Reflection
Take a moment to reflect on what you've learned:
- 1. Think about the last week of using your AI assistant. Which instructions did you repeat more than twice?
- 2. Score your top three repeated workflows using the scorecard. Which scored highest and why?
- 3. If you could teach your AI one thing it would remember forever, what would it be?
- 4. How would your team benefit if everyone's AI assistant followed the same conventions?