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 3 of 6
Use a Skill That Already Exists
12 min • 0 Lessons

Use a Skill That Already Exists

Win first. Turn on a built-in skill and feel the difference.

Win First. Then Build.

The fastest way to understand skills is not to read about them.

It is to turn one on and feel the difference.

So before you build anything in Module 4, we are going to use a skill that someone else has already built.

Anthropic ships a small library of starter skills you can turn on with a click.

We are going to enable one, give it a job, and watch what changes.

This module takes 10 to 15 minutes. By the end, you will have a real "ahh, that is what they meant" moment.

Without skill versus with skill, same prompt, different output quality

The Skill We Are Going to Use: frontend-design

There is a skill Anthropic publishes called frontend-design.

Its job is to make Claude generate UI code that looks like a real designer made it, instead of the generic-stock-AI aesthetic.

Without the skill, ask Claude to "build me a pricing page" and you get something that screams AI website builder.

With the skill on, you get something that looks like a paying customer would actually use it.

We picked this skill because the difference is obvious. You will see it in one prompt.

frontend-design is published on Anthropic's public skills repo at github.com/anthropics/skills. You install it once and Claude knows it forever.

Path A: Claude Desktop (Recommended for Beginners)

If you have Claude Desktop installed, this is the simplest path. We use it ourselves.

Step 1: Open Settings. Click your account icon in the bottom-left, then Settings.

Where to find Settings in Claude Desktop

Step 2: Open the Skills panel. Inside Settings, click Customize in the sidebar.

The Customize panel in Claude Desktop

Step 3: Add the skill. Click the + button next to "Skills", choose Upload a skill, and pick the frontend-design folder you downloaded from github.com/anthropics/skills.

Step 4: Toggle it on. Click on the skill and flip the toggle in the top right.

Done. Start a new chat. The skill is loaded.

Path B: Claude Web (claude.ai)

The flow is almost identical to Desktop because they share your account.

  1. Go to claude.ai and sign in
  2. Click your name in the bottom-left, then Settings
  3. Find the Skills section
  4. Click Upload a skill and select the frontend-design folder (zipped)
  5. Toggle it on and close Settings

The skill is now active in every new conversation on your account, on any device you log in from.

Path C: Claude Code (Terminal Users)

Claude Code includes frontend-design out of the box on most installs. To check:

💻Type this in the terminal
claude

Once Claude Code starts, type a forward slash:

💻Type this
/

You will see a list of available skills. If frontend-design is in the list, you are ready.

If not, install it from the Anthropic skills repo:

💻Run this command
cd ~/.claude/skills && curl -L https://github.com/anthropics/skills/archive/refs/heads/main.zip -o skills.zip && unzip -o skills.zip && mv skills-main/frontend-design ./ && rm -rf skills-main skills.zip

Restart Claude Code, type / again, and frontend-design should be there.

The Test

Run the same prompt twice. Once without the skill, once with. Watch what changes.

Open a new chat. Make sure the skill is off (or temporarily disable it in Settings).

💻Type this prompt
Build me a single-page pricing layout for a SaaS called Tinker.
Three tiers: Starter $19, Growth $49, Scale $99.
Just HTML and Tailwind. One file.

Note what you get.

Probably a centred three-column grid. Probably blue or purple. Probably looks like every AI-built pricing page on the internet.

Now turn the skill on. Open a new chat. Paste the exact same prompt.

✓You should see
A pricing layout with deliberate typography, a clear visual hierarchy,
considered colour use, and a layout that does not feel like a Bootstrap
template. The "Growth" tier is visually elevated. Microcopy reads like
a writer wrote it. Spacing has rhythm.

The difference is not subtle. That is one skill, doing one job, well.

Why This Matters

You just experienced the central promise of skills: teach once, benefit every time.

Someone at Anthropic taught Claude what good design looks like, packaged it as a skill, and shipped it.

You toggled it on. Now every chat in your account knows good design.

You did not write a single instruction. You did not explain anything.

You just used what was already built.

This is what skills are for: turning a one-time teaching moment into a permanent capability.

💡

Try this with a different prompt. Build a landing page hero. A login screen. A dashboard. Toggle the skill on and off between runs. The more contrasts you see, the better your gut feel for what a skill does.

🎓Go further: The "one task first" rule from Anthropic's playbookclick to expand

Here is a pro tip the official Anthropic guide buries on page 14, but it changes how you build everything that follows.

Get one task right before you generalise.

Most people try to build a "summarise meeting notes" skill that handles every shape of input on day one. Long meetings, short meetings, transcripts, action-item lists, voice notes, the lot. They run a dozen test cases, the skill fails in five of them, they tweak twelve things at once, and they cannot tell what fixed what.

The pro path: pick one specific, realistic task. This Tuesday's call with this client about this proposal. Iterate on Claude until it nails that one task perfectly. Then extract that winning approach into a skill.

This works because Claude does its best thinking in context, on a real example. You are not designing in the abstract, you are codifying a real success.

Once the skill works on the one case, then expand. Try a different meeting. Tweak when it stumbles. Repeat. Three real cases beats ten hypothetical ones every time.

What's Next

Module 4 is the headline lesson.

You will build your own skill from scratch, using a tool called skill-creator that does most of the work for you.

Pick a workflow you have already explained to Claude two or three times, and let's turn it into something permanent.

←PreviousThe 3 Places Claude LivesNext ModuleYour First Skill in 15 Minutes →
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