Course Lessons
Welcome & Orientation Starter
Welcome to AI Like a Pro

Quick Reference
⚡ Cheat Sheet 📐 Prompt Formula 📋 CLAUDE.md Guide
← Back to Course Home
Lesson 8 of 20  —  Module 2: Building Your AI Knowledge Base 40%
Module 2: Building Your AI Knowledge Base  Intermediate

Create Your First Skill — No Coding Required

Turn your knowledge base into a one-click skill that works every time — whether you use Claude Chat or Claude Code.

The most important thing to understand about skills

Every time you open Claude Chat, you start over. Claude remembers nothing from your last session. Everything you explained yesterday — the client, the tone, the rules — is gone.

Your skill is the solution.

A skill is a block of text, saved somewhere you can easily find it. At the start of any new Claude session, you paste it in. Claude reads it, loads all the context, and immediately works as if it already knows everything.

One paste. Full context. Every session.

This is how you make Claude "remember" your clients without any technical setup. No apps, no plugins, no code. Just a saved document and Ctrl+V.

Where to save your skills:
- A Notion page called "My Claude Skills"
- A Google Doc named "AI Skills Library"
- A folder on your Desktop called "Claude Skills" with one .txt file per client/task
- Wherever you can easily access and copy from

The format doesn't matter. What matters is that you can open it, copy it, and paste it into Claude in under 10 seconds.


You've done the hard part

In the last lesson, you built a knowledge base for a client. Now we're going to turn it into a skill — a reusable, ready-to-paste block that gives Claude everything it needs in one go.

This lesson has two paths:

  • Claude Chat users — build a text-based skill you paste at the start of sessions
  • Claude Code users — build an actual skill file with a slash command

Both work. Both save time. Pick the one that fits where you are right now.


Path A: Claude Chat Skill (no coding)

Step 1: Open a new Claude session and paste this prompt:

"I want to create a reusable skill for Claude. A skill is a block of text I paste at the start of sessions to give Claude all the context it needs. It should include: who Claude is acting as, what it knows, what its job is, and any rules it follows.

Here is my client knowledge base:
[paste your knowledge base here]

Create a skill document for the following task: [describe what you'll most often ask Claude to do for this client — e.g., 'write social media posts', 'draft emails to nurses', 'create content ideas']

Make it clear, concise, and easy to paste. Also create a short version (under 100 words) for quick use."

Step 2: Review what Claude gives you

Claude will return two things:
1. A full skill (detailed, thorough)
2. A short version (quick sessions)

Check that it:
- Captures the client's brand voice accurately
- Includes the most important context (who, what, tone, goals)
- Gives Claude clear rules to follow
- Has a section for "your specific task" so you know where to add your request

Step 3: Save it

Copy the skill into a note or document. Name it clearly:
- InSync — Social Media Skill
- InSync — Email Writer Skill
- InSync — Content Ideas Skill

Step 4: Test it

Open a fresh Claude chat. Paste the skill + a simple task:

[paste skill] Write a post about InSync's summer hiring push.

If the result sounds on-brand and accurate without any editing, your skill is working.


Path B: Claude Code Skill File (technical)

In Claude Code, a skill is a .md file stored in your project under .claude/skills/skill-name/SKILL.md.

Example structure:

your-project/
└── .claude/
    └── skills/
        └── insync-social/
            └── SKILL.md

Example SKILL.md content:

---
name: insync-social
description: Write social media content for InSync Healthcare Staffing in Beverly White's voice
---

You are a social media manager for InSync Healthcare Staffing.

CONTEXT:
InSync connects RNs and allied health professionals with hospitals across the US.
Owner: Beverly White. Tone: warm, encouraging, mentor-like. Never corporate.

WHEN INVOKED:
Write social media posts for Facebook and/or LinkedIn based on the topic provided.
- Facebook: under 150 words
- LinkedIn: under 250 words
- Always end with a CTA to book a discovery call
- No jargon, no competitor mentions

TASK:
$ARGUMENTS

How to invoke it in Claude Code:

Just type:

/insync-social Write a post about travel nurse placements launching this month

Claude reads the skill + your request and produces the post. No re-explaining. No pasting.

Make it a team skill

Commit the .claude/skills/ folder to git. Every team member who pulls the repo gets all the skills automatically. One person builds it, everyone benefits.


The skill library mindset

Don't think of this as building one skill. Think of it as building a library.

Every time you do something in Claude that works really well, turn it into a skill. After 30 days, you'll have 10-20 skills covering every repetitive task you do.

That's when the real leverage kicks in.


Quick wins to build this week

Task Skill to create
Writing posts for a client [client]-social-media
Drafting emails in a client's voice [client]-email-writer
Weekly status report weekly-report-format
Summarizing long content content-summarizer
Generating ideas idea-generator

Dig deeper

Download: The Skill Builder Template in the Templates folder gives you the exact structure to follow.

↓ Resources for this lesson

Download and use these templates in your own projects.

Quick Check
Answer all 5 questions. A perfect score is required to unlock Mark as Complete. Wrong answers are flagged — re-read the lesson and retry until you get them all right.

HivePowered AI — AI Like a Pro Training