Skip to main content
Back to Blog

How to Build Claude Skills: Teach AI Your Way of Working

By Stephen Kearney

If you use Claude regularly, you’ve probably noticed a frustrating pattern. Every new conversation starts from zero. Claude doesn’t remember that you prefer dot points over paragraphs. It doesn’t know your client communication style. It has no idea about the templates you use or the standards you follow.

So you explain it. Again. And again. And every time you forget to mention something, the output misses the mark.

Claude Skills fix this. And they’re simpler to build than you might think.

What Is a Claude Skill, Really?

Strip away the terminology and a Skill is just a briefing document. It’s a plain-text file that tells Claude how to handle a specific type of task according to your standards.

Think of it like this: when you onboard a new team member, you don’t explain everything from first principles every morning. You give them documentation. A style guide. Templates. Examples of good work. They reference those materials and get better over time.

A Claude Skill is that documentation, formatted so Claude can reference it automatically when you’re working on a relevant task. No code. No configuration files. Just clear written instructions.

Why You’d Want One

There are three problems Skills solve elegantly.

Consistent Communication

Without a Skill, asking Claude to “write a client email” produces different results every time. Sometimes it’s too formal. Sometimes it’s too casual. The tone shifts depending on how you phrase the request.

With a communication Skill, Claude knows: you use first names, you keep paragraphs short, you always include a specific next step, you never use corporate jargon, and you sign off with “Cheers” not “Kind regards.” Every email hits the same standard because the standard is documented.

Repeatable Processes

If you write proposals, reports, or analyses that follow a consistent structure, a Skill ensures that structure is followed every time. The sections are always in the right order. The mandatory elements are always included. The formatting matches your template.

This is especially valuable for businesses with multiple team members using Claude. A shared Skill means everyone’s output follows the same format, regardless of who’s prompting.

Institutional Knowledge

Your business has ways of doing things that aren’t written down anywhere. Your pricing logic. Your qualifying questions for new leads. Your approach to handling scope creep. A Skill captures that knowledge in a reusable format - and as a side benefit, you’ve now documented processes that previously existed only in someone’s head.

Example 1: Client Communication Style Skill

Here’s what a real Skill might look like for client-facing emails. This is the actual content of the Skill file:

# Client Communication Style

## Tone
- Professional but conversational - write like a knowledgeable colleague, not a corporate entity
- Use the client's first name
- Keep sentences short and clear
- No jargon unless the client has demonstrated they use it themselves

## Structure
- Open with a brief reference to context (last meeting, their question, etc.)
- Get to the point within the first two sentences
- Use dot points for anything with more than two items
- Close with a clear, specific next step and a timeframe
- Sign off with "Cheers, [name]"

## Rules
- Never use exclamation marks in professional emails
- Never promise timelines without checking with the team first - use "I'll confirm timing by [date]" instead
- If the email is delivering bad news, lead with the impact and immediately follow with the plan to address it
- Maximum 200 words unless the topic genuinely requires more

That’s it. Plain English. No special syntax. When you activate this Skill and ask Claude to write a client email, it follows these guidelines automatically.

Example 2: Meeting Summary Skill

This one is useful for anyone who takes meeting notes and needs to distribute a summary afterward.

# Meeting Summary Format

## Structure
1. Meeting title, date, and attendees (first names only)
2. Key decisions made (numbered list)
3. Action items (table with columns: Action, Owner, Due Date)
4. Open questions (bulleted list of unresolved items)
5. Next meeting date/time if scheduled

## Guidelines
- Summarise each discussion point in 1-2 sentences maximum
- Focus on outcomes, not the discussion that led to them
- If no decision was reached on a topic, it goes in "Open Questions" not "Key Decisions"
- Action items must have an owner - if none was assigned, flag it as "Owner: TBD"
- Keep the total summary under one page

Give Claude your raw meeting notes and this Skill, and you get a clean, consistently formatted summary every time. No more spending 20 minutes after every meeting reformatting your notes.

Building Your First Skill

Here’s my practical advice for creating a Skill that actually works.

Start with observation, not writing. Before you write anything, do the task manually 2-3 times and pay attention to what you do. What decisions do you make? What’s your structure? What are your non-negotiables? Write those down as you go.

Be specific about what matters. “Write in a professional tone” is vague. “Write like a knowledgeable colleague - first names, short sentences, no jargon, maximum 200 words” is specific. Claude follows specific instructions much more reliably than vague ones.

Include examples when possible. If you have a particularly good email, proposal section, or report format, include it in the Skill as an example. “Here’s what a good version looks like” is incredibly powerful instruction.

Test with real tasks. Don’t just create the Skill and assume it works. Run it against 3-4 real tasks you’ve done recently. Compare the Skill-guided output to what you actually produced. Adjust the Skill based on where the gaps are.

Iterate, don’t perfect. Your first version won’t be perfect. That’s fine. Use it for a week, note where it falls short, and refine. A good Skill evolves over its first few uses and then stabilises.

Common Mistakes

Being too vague. “Make it sound good” doesn’t help Claude. “Use active voice, short paragraphs, and plain English at a Year 10 reading level” does.

Being too rigid. If your Skill specifies every word and phrase, Claude becomes a mail merge tool rather than a useful assistant. Give it guidelines and principles, not a script.

Trying to build one Skill for everything. A single “do everything my way” Skill will be too long and too vague to be useful. Build separate Skills for separate tasks. A proposal Skill. A client email Skill. A report Skill. Keep them focused.

Forgetting to include exceptions. Your Skill says to keep emails under 200 words - but what about project kickoff emails that genuinely need more detail? Build in the exceptions: “Maximum 200 words unless the topic is a project kickoff, scope change, or incident report, in which case use as many words as needed but aim for clarity.”

Never updating it. Your processes change. Your preferences evolve. If you set and forget a Skill, it’ll gradually drift from how you actually want things done. Review your active Skills every quarter.

Getting Started

If you’re new to this, here’s your first week:

Day 1-2: Pick the task you do most often that involves communication - emails, reports, social posts, whatever. Do it manually and write down your rules as you go.

Day 3: Turn those rules into a Skill. Keep it to one page. Include at least one example of good output.

Day 4-5: Use the Skill for every instance of that task. Note where it works and where it doesn’t.

End of week: Refine the Skill based on what you learned. You now have a working Skill that saves you time on your most common task.

From there, build Skills for other recurring tasks as you encounter them. Don’t try to build ten Skills at once - let them emerge from real work.

The goal isn’t to automate your judgement. It’s to automate the parts that don’t need your judgement so you can focus on the parts that do.