Waboom AI
AI Training

AI Training

AI Team TrainingPopular

Hands-on workshops for marketing, sales, operations, and customer service teams.

AI Strategy Workshop

Executive workshops for leadership teams. Identify opportunities. Calculate ROI. Walk out with a roadmap.

Claude Code Workshop

Build apps in hours not months. Ship websites, automations, and tools with AI.

AI Training for Teams

AI Training for Teams

Hands-on workshops for marketing, sales, operations, and customer service teams. Not theory. Real tools. Real tasks. Real outcomes.

2,000+ people trained across NZ

Learn more
AI Automation

AI Automation

AI Agents & AutomationPopular

Your AI workforce: outbound, proposals, knowledge and support agents. Find buyers, write SOWs, answer every call.

AI Retainer Support

Already built with us? Stay on retainer and we keep shipping new agents and features for your business.

Microsoft Copilot Agents

Build custom Copilot agents in Power Automate & Copilot Studio. Automate workflows across your entire Microsoft 365 ecosystem.

Waboom Concierge

Personalised inbound for premium brands. An AI concierge greets every visitor, builds an on-the-spot quote, and books a real conversation.

AI Automation & Integration

AI Automation & Integration

We build faster and more cost effectively than traditional development teams. You tell us the problem. We deliver the solution.

30+ projects live in 24 months

Learn more
AI Voice Agents

AI Voice Agents

AI Voice Agents

24/7 AI-powered phone agents for inbound & outbound calls. Never miss a lead, handle enquiries, book appointments automatically.

AI Receptionist

Pay-as-you-go inbound receptionist. Answers, transfers calls, takes messages inside your VoIP. $1/min with auto top-up.

Voice Agent Pricing

Transparent pricing for AI voice agents. See costs per minute and platform fees.

AI Voice Agent Demo

Talk to Michelle on three voice AI engines side by side. Hear the latency, find the model that fits.

Listen to Our Voices

Preview all 32 AI voice agents across NZ, AU, UK and US. Find the perfect voice for your brand.

Case Studies

Real customer results. Vendor leads, viewings booked, relationships scaled. Every story has the math.

AI Voice Agents

AI Voice Agents

Never miss a lead. AI agents that answer calls 24/7, qualify prospects, and book appointments automatically.

30+ voice agents deployed

Learn more
Case Studies

Case Studies

Melbourne: 5 listings from one 14-year dormant contactPopular

$2.9M of CBD apartments relisted by the same agent who sold them in 2012. AI dialled the dormant number.

Home builder: AU$374.4M in lost sales uncovered

5,200 cold calls into a 70,000-prospect CRM. 234 confirmed lost deals at AU$1.6M each. A very leaky bucket.

Sydney agent: 141 vendor leads in 90 days

9,856 dials, 1,997 conversations, 141 warm-transferred sellers at $32.74 each.

Christchurch developer: 49 viewings in 14 days

931 Meta leads called same-day. 49 viewings booked at $7.12 each.

City Sales Auckland: 100,000+ relationships

How a leading Auckland firm strengthened over 100,000 client relationships with AI.

See all case studies

Browse every Waboom customer case study in one place.

Real numbers from real Waboom customers

Real numbers from real Waboom customers

Vendor leads. Viewings booked. Relationships scaled. Every story has the math.

5,000+ AI-handled conversations

Learn more
Resources

Resources

AI Resources & Guides

Free templates, frameworks, and implementation guides to help you adopt AI effectively in your organisation.

Blog

Expert insights on AI voice agents, automation strategies, and industry best practices from the Waboom team.

Workshop Tutorial Videos

Paid-attendee video library. Cowork 101 and Claude Code 101, on demand with clickable chapter navigation.

AI Resources Hub

AI Resources Hub

Free tools and guides to help you implement AI effectively. From policy templates to ROI calculators.

New resources added monthly

Learn more
Contact

Contact

Contact Us

Get in touch with our team. We'd love to hear about your AI goals.

About Waboom AI

Learn about our mission, team, and why we're passionate about AI adoption in NZ.

Let's Talk AI

Let's Talk AI

Whether you need training, automation, or strategy - we're here to help you adopt AI effectively.

Response within 24 hours

Learn more
09 885 9695 (NZ)+61 485 027 479 (AU)
←
Module 1 of 6
What is a Claude Skill?
10 min • 0 Lessons

What is a Claude Skill?

Plain-English answer. Three real examples. The teach-once promise.

A Skill is a Folder That Teaches Claude a Workflow

Here is the simplest way to think about a Claude Skill.

You explain something to Claude.

Maybe you tell it your writing voice. Maybe you walk it through how you review a contract. Maybe you describe how your team plans a sprint.

The next conversation, you have to explain it again. And the next one. And the next one.

A skill fixes that.

You teach Claude the workflow once, package it into a folder, and Claude knows it forever.

That is the whole idea.

Anatomy of a Claude skill folder, SKILL.md with optional folders for scripts, references, and assets

Three Real Wins You Can Picture

Forget abstract definitions. Here is what people actually use skills for.

The voice writer. You upload three of your best emails. You tell Claude what your tone sounds like. You package it as a skill called my-email-voice.

From then on, every time you say "draft a reply to this", Claude writes in your voice without you re-explaining. No more "make it less robotic, no shorter, no less stiff".

The branding guide. Your business has brand colours. A specific logo file. Font styles your designer chose. The exact tone you use in customer emails.

A skill called my-brand-guide knows all of it. Need a PDF quote? Claude uses the right logo, the right colour, the right font. Need a one-pager? Same. Need an email reply? Same again. The brand stays consistent across every document Claude touches, without you uploading the assets each time.

The weekly report. Pull last week's calls, group them by outcome, write a summary in this exact format, save it to this folder.

A skill called weekly-call-report does the whole thing on Monday morning. Twenty minutes of admin becomes twenty seconds of prompting.

Three different shapes. Same idea: you taught Claude once, now you reap the benefit every time.

What is Actually Inside the Folder

A skill is, technically, a folder with one required file called SKILL.md. That file holds the instructions.

Optionally, the folder can also have:

  • A scripts subfolder (for code Claude can run)
  • A references subfolder (for extra docs Claude can read)
  • An assets subfolder (for templates Claude can fill in)

For now, just remember this: most skills are just one file in a folder.

You will almost never write that file by hand. You will use a tool called skill-creator (we cover it in Module 4) to write it for you.

When You Do Not Need a Skill

Skills are for repeatable workflows. If you only need Claude to do something once, just ask. A skill is overkill for:

  • One-off questions ("what is the capital of Peru")
  • Tasks Claude already handles well without instructions
  • Workflows that change every time

A good rule of thumb: if you have re-explained the same thing to Claude three times, that is a skill candidate. If you have only explained it once, it is not.

🎓Go further: How Claude actually reads your skill (progressive disclosure)click to expand

Here is the bit Anthropic does not lead with, but it explains everything else.

Skills load in three layers, and Claude only reads what it needs.

Layer 1: The description (always loaded). Every skill's short description sits in Claude's working memory at all times. When you send a message, Claude scans descriptions and decides which skills are relevant. This is the only layer Claude reads to decide. It is why the description field matters more than anything else.

Layer 2: The instructions (loaded when triggered). Once Claude picks your skill, it reads the body of SKILL.md. Your steps, your voice, your examples. This is where the actual "how" lives.

Layer 3: Linked files (pulled in only when needed). If your skill folder has a references/ or scripts/ subfolder, Claude only opens those when the task requires it. A 50-page style guide can live there and not slow Claude down on the 80% of tasks that do not need it.

Why this matters for you: the description sells the skill, the body executes it, the linked files scale it. When your skill grows, push detail down the layers. Keep the description sharp, keep the body tight, dump the long stuff into references.

The Promise

By the end of this short course, you will have:

  1. Used a skill that already exists (Module 3)
  2. Built your own first skill in 15 minutes (Module 4)
  3. Fixed a skill that does not trigger when you expect it to (Module 5)
  4. Shared a skill with your team or the world (Module 6)

No coding. No YAML by hand. No deep dive on architecture. Just the parts that get you a working skill and a clear next step.

💡

Going deeper after the course. If you want the longer-form context on what skills are and how they fit alongside other Claude tools, read What is a Claude Skill? The Plain-English Guide and Claude Skills vs MCP on the blog. Module 2 starts the practical part.

←ResourcesNext ModuleThe 3 Places Claude Lives →
Waboom AI

Empowering New Zealand and Australian businesses with AI voice agents and automation that deliver real, measurable value.

info@waboom.ai+64 9 885 9695 (NZ)+61 485 027 479 (AU)
Level 8, 139 Quay Street
Auckland CBD, New Zealand

Voice Agents

  • AI Voice Agents
  • AI Receptionist NZ
  • AI Receptionist Australia
  • AI Phone Answering
  • AI Virtual Receptionist
  • AI Receptionist Pay As You Go
  • Waboom Concierge
  • Medical Answering Service
  • Answering Service Australia
  • AI Sales Agent
  • Voice Agent Pricing
  • Listen to Voices
  • Real Estate Guide

By Industry

  • Real Estate
  • Mortgage Brokers
  • Insurance Brokers
  • Property Managers
  • Medical Clinics
  • Dentists
  • Vets
  • Childcare + ECE
  • Car Dealerships
  • Construction + Builders
  • Electricians
  • Plumbers
  • HVAC
  • Accountants
  • Law Firms
  • All industries and regions

Workshops

  • All Workshops
  • AI Team Training
  • AI Strategy Workshop
  • AI Champion Workshop
  • Claude Team Training
  • Claude Code Workshop
  • Lovable Workshop
  • Free AI Workshop

Automation

  • AI Automation
  • Microsoft Copilot Agents
  • Integrations

Company

  • About Us
  • Contact
  • Partners
  • Pipedrive Partner
  • Resources
  • Blog
  • AI Agency NZ
  • AI Agency Australia

Powered by leading AI technologies

VAPIOpenAIZapierMakeStripe

© 2026 Waboom.ai. All rights reserved.

PrivacyTermsSecurity