Grace Leung Claude skills
https://www.youtube.com/watch?v=m-5DjcgFmfQ Channel Grace Leung Here is a comprehensive Markdown summary of the video regarding Claude Skills (Agent Skills). https://www.youtube.com/watch?v=m-5DjcgFmfQ
Claude Skills: The Game Changer for AI Workflows
1. What are Claude Skills?
“Skills” (or Agent Skills) are essentially reusable instruction manuals.
- Definition: Folders containing instructions, scripts, and resources that teach Claude how you want a task done, what tools to use, and what standards to follow.
- The Problem it Solves: Before Skills, you had to repeat complex instructions (brand voice, formatting rules) in every chat or lock them inside specific Projects.
- The Benefit: Skills execute automatically when needed, making instructions portable across any chat and stackable (you can use multiple skills at once).
2. The Claude Ecosystem: How It All Fits Together
There is often confusion between Skills, MCP, and Projects. Here is the distinction:
| Component | Role | Analogy |
| Claude | The Brain | The core intelligence making decisions. |
| Skills | The Manual | Reusable instructions on how a specific task should be done. |
| MCP | The Tools | Capabilities to interact with the outside world (file creation, database access, APIs). |
| Projects | The Workspace | A dedicated space combining Skills, Tools, and Knowledge for ongoing work. |
Key Insight: Skills are not competing with MCP or Projects; they are building blocks designed to coexist.
3. Three Types of Skills
You can access Skills via Settings > Capabilities. Note: Code execution and file creation must be enabled.
A. Official Skills
Built by Anthropic (e.g., theme-factory, code-execution).
- Usage: Enable them in settings.
- Tip: Do not turn them all on at once; only enable what you need to avoid confusing the model.
B. Partner Skills
Created by Anthropic’s partners (e.g., Notion).
- Source: Available on the Official GitHub Repository.
- Usage: Download the
.zipfile from the repo and upload it to Claude.
C. Custom Skills
Your own creations tailored to your specific workflows.
- Format: A
.zipfile containing instruction files (usually markdown/text). - Creation: You can ask Claude to use the official
skill-creatorskill to generate these.zipfiles for you.
4. How to Create & Use Custom Skills (3 Methods)
Method 1: Extend an Existing Skill
Build upon an official skill to add your specific branding or rules.
- Scenario: Creating a “Branded Deck” skill based on the official PowerPoint skill.
- Process:
- Attach your brand templates/guidelines.
- Instruct Claude to read the official PowerPoint skill + the
skill-creatorskill. - Ask it to create a new skill that extends the official one with your brand assets.
- Claude generates a
.zipfile. Upload it in Settings.
Method 2: Package an Existing Workflow
Take a workflow you currently use inside a “Project” and turn it into a portable Skill.
- Scenario: A Notion Project Reporting workflow.
- Process:
- Provide the context/instructions you currently use in your Project.
- Ask Claude to study the available MCP tools (e.g., Notion MCP).
- Ask it to package the instructions and specific tool usage into a new skill using the
skill-creator.
- Result: You can now run this complex report in any new chat without needing the specific Project environment.
Method 3: Build from Scratch (Skill + MCP)
Create a new workflow that chains specific instructions with specific MCP tools.
- Scenario: SEO Blog Writing (Keyword Research + Content Writing).
- Process:
- Skill 1 (Research): Ask Claude to study the Ahrefs MCP tool and create a skill that uses it to find high-volume, low-competition keywords.
- Skill 2 (Writing): Create a skill that takes those keywords and writes a blog post following specific formatting guidelines (headers, tone, output format).
- Execution: When you ask to write a blog, Claude triggers the Research skill (using MCP), then passes that data to the Writing skill.
5. When Should You Create a Skill?
Use this 3-point checklist. If you check more than two boxes, create a skill:
- Repetition: Do you need to repeat the same instructions across different chats (3+ times)?
- Training: If this were a real-world scenario, would you need to hand a human a training manual to do this correctly?
- Consistency: Is strict quality or format consistency required every time?
6. Important Tips & Limitations
- Triggering: Skills are supposed to trigger automatically based on context, but they don’t always fire.
- Fix: Add a line to your Account Level Custom Instructions: “Whenever you are responding, always make sure you consider if any relevant skills you can use.”
- Context usage: Skills consume context window tokens. Be careful on the Pro plan not to overload a chat with too many heavy skills.
- Maintenance: Skills are static. If an underlying MCP tool changes its API/functions, the skill might break.
- Fix: Include a “Backup Plan” section in your skill instructions telling Claude what to do if a specific tool call fails.