Cindy Zhu.
← all free guides
Career growth Claude

How to build Claude skills to land a promotion

Hey, it's Cindy ๐ŸŒฑ You commented SKILLS, so here's how to build your own Claude skill from scratch, with no code, and it works in any Claude, not just Claude Code. A skill teaches Claude your exact process once, then it runs it the same way every time. The person who turns their repetitive work into skills becomes the one who ships faster and looks impossible to replace, which is exactly how you build the case for a promotion. ๐Ÿš€
start here

What a skill actually is ๐Ÿงฉ

A skill is a small folder with one file inside it (a SKILL.md) that holds three things: a name, a one-line description of when to use it, and your instructions. Claude reads that description automatically and pulls in the full skill the moment your request matches, so you set up a process once and never re-explain it again. Think of it as onboarding Claude to your job the way you would onboard a new hire, once, properly, so the work comes out right every time.


build it

Build your first skill, no code ๐Ÿ› ๏ธ

  1. ๐Ÿ’ป Get Claude. Download the Claude app or go to claude.ai (free to start). Skills live under Customize then Skills, where the Add button lets you upload one. It works on any plan, Free included.
  2. ๐ŸŽฏ Pick the task you repeat most. The weekly report, the client email, the meeting notes you turn into action items. The thing you do on autopilot every week is the one worth turning into a skill.
  3. โœ๏ธ Ask Claude to build it for you. You do not write any code. Paste the prompt below and Claude drafts the whole skill for you, including the description that decides when it triggers.
  4. ๐Ÿ“„ Claude hands you a SKILL.md. That is your skill: a name, a "use this when..." line, and your steps. Ask Claude to package it into a zipped folder so it is ready to upload.
  5. โž• Add it to Claude. In the app: open Customize, then Skills, click Add, and upload the zip. In Claude Code: drop the folder into your ~/.claude/skills/ directory. Either way, it is now installed.
  6. ๐Ÿ” Test and tune it. Run it on a real task, read the output, and tell Claude what to fix. Two or three passes and it does the job exactly your way, every time.
copy this

The one prompt that builds it ๐Ÿ“‹

โœ๏ธ build my skill
I want to build a reusable Claude skill for a task I do every week: [describe the task, for example "writing our Monday client status report"].

Write me the SKILL.md for it. Include a short lowercase-hyphenated name (do not put "claude" or "anthropic" in the name, or the upload gets rejected), a one-line description that says exactly what it does AND when you should use it (that description is what makes you trigger it automatically), and clear step-by-step instructions in my style. First ask me the 3 to 4 details you need about my format, tone, and inputs, then write it. At the end, tell me how to save it as a zipped folder I can upload.

what you're building

What a SKILL.md looks like ๐Ÿ“„

Claude writes this for you, but here is the shape so you know what you are getting. A skill really is just a name, a description, and your steps.

๐Ÿ“„ example SKILL.md
---
name: weekly-client-report
description: Writes our Monday client status report. Use when I paste raw notes and ask for the weekly report.
---
# Weekly client report

## Instructions
1. Pull the wins, blockers, and next steps out of my raw notes.
2. Write it in our format: a one-line summary, then those three sections.
3. Keep the tone plain and factual, no filler.
The description line does the heavy lifting, it is what makes Claude reach for your skill on its own, so be specific about WHEN to use it. Weak: "writes reports." Strong: "use when I paste raw notes and ask for the Monday client status report."

pick one

10 work skills worth building ๐Ÿ’ผ

Start with whichever one you repeat most. Each of these turns a weekly chore into a one-line request.

Weekly report writer Turns your raw notes into your team's exact report format.
Brand-voice writer Drafts anything in your company's tone, not generic AI.
Meeting notes to actions Converts a transcript into owners, tasks, and deadlines.
Onboarding answer bot Answers new-hire questions from your internal docs.
Proposal drafter Builds a first-draft proposal or SOW in your template.
Ad-copy generator Writes variations in your proven angles and hooks.
Spreadsheet cleaner Tidies, dedupes, and analyses messy data on command.
Email responder (drafts only) Drafts replies in your voice for you to approve.
Competitor summariser Turns raw research into a tight, decision-ready brief.
Deck builder Turns a long document into a structured slide outline.

level up

Share it with your team ๐Ÿค

A skill in the app is yours alone. The moment you want your whole team running your process, put your skills in a shared repo and turn it into a Claude Code plugin. Then teammates run two commands and they are all working the way you do. That is the jump from "does good work" to "raised everyone's game," which is the version of you that gets promoted.

Teammates run /plugin marketplace add your-org/your-repo, then /plugin install your-plugin@your-marketplace. You do not need a Team or Enterprise plan for this, a shared repo is enough.

good to know

2 things before you start โš ๏ธ

Uploading a custom skill works on any plan, Free included, and skills you add in the app stay personal, they cannot be pushed company-wide from the app itself (team sharing is the Claude Code plugin route above). And only ever install skills from sources you trust, since a skill can run real instructions and code.

Proof ๐Ÿ”Ž

Agent Skills, official overview
How to create custom skills (Claude Help Center)

Want more like this? Follow @cindiezhu for daily AI you can actually use.