What Are AI Skills? How They Turn an Agent Into a Specialist
AI skills are written procedures that teach an agent how to do a repeatable task your way. Learn what skills are, how they work inside the Voicie desktop app, when to use them, and which ones to try first.
Hire a new person and you don’t expect them to read your mind. You write down how things are done here: where the client folder lives, what a meeting note has to contain, who gets the follow-up. A good onboarding doc means the work comes out the same whether it’s their first week or their fiftieth.
A skill is that doc, written for an AI agent.
What a skill actually is
A skill is a written procedure. Step by step, in plain language, it tells the agent how to handle one specific situation: recap a client meeting, draft a follow-up, pull an answer out of your notes. The agent reads it and follows it the same way every time.
It isn’t code. There’s nothing to compile and no API to wire up. A skill is a markdown file with a name, a short description of when to use it, and the instructions themselves. You can open it, read it, and change a line you don’t like.
This matters more than it sounds. A general-purpose agent is capable but vague. Ask it to “summarize the meeting” and you’ll get a summary, just not your summary. Maybe it skips the action items. Maybe it writes three paragraphs where you wanted five bullets. Maybe it saves the note in the wrong place. A skill closes that gap. It’s the difference between an assistant who’s smart and an assistant who knows how you work.
Think of it as working memory for the agent. The model itself forgets you between chats. The skill is the part that remembers your conventions, your folder structure, your tone, your definition of “done.”
Why an agent needs one
Large language models are generalists by design. That’s their strength and their weakness. They can write a poem, debug a function, and plan a trip, but they have no idea that your meeting notes always start with a context line, that “the CRM” means a CSV on your disk, or that your client folders are numbered 0001-acme-john-carter.
You could explain all of that in every chat. People do, and they burn ten minutes re-typing context before the real work starts. A skill front-loads that explanation once. After that, you say “recap today’s meetings” and the agent already knows the format, the location, and the rules, because it’s reading the procedure you wrote down.
There’s a second reason: consistency. A person doing the same task by memory drifts over time. So does an agent improvising from a vague prompt. A skill is a fixed recipe, so the tenth meeting note looks like the first. When the output is going into a system other people read, that repeatability is the whole point.
How skills work in Voicie
In the Voicie desktop app, skills live in a folder on your machine. Each one is its own directory with a SKILL.md file inside: a bit of metadata up top (the name and a description of what triggers it) followed by the instructions. Some skills ship an examples/ folder too, so the agent has a finished output to model against.
A few things happen quietly under the hood, and they’re worth knowing because they explain the behavior you’ll see:
The agent reads descriptions first, instructions later. When a chat starts, Voicie scans your skills folder and loads only the short descriptions into the agent’s context, not the full instructions. The agent now knows a skill exists and roughly when to reach for it. The detailed steps get loaded only at the moment the skill is actually used. This keeps the agent fast and uncluttered even when you have dozens of skills installed.
Two ways to trigger one. You can call a skill explicitly by typing /skill-name, or you can just describe what you want and let the agent pick. Because the description spells out the trigger phrases (“recap today’s meetings”, “summarize the call with John”), the agent can recognize the moment on its own. You don’t have to remember command names.
The list refreshes when you start a new chat. Drop a new skill folder in, open a fresh chat, and it’s there. No restart, no reinstall.
Skills work on your local files. They read and write in your workspace, on your disk. A meeting-recap skill saves the note into the right client folder. A wiki skill reads the pages you’ve already ingested. Optionally, a skill can reach for an integration (an MCP, like ClickUp or Gmail) when the task needs it, and Voicie checks that the integration is connected before running.
A skill guides, it doesn’t take over. The instructions shape how a task is done: the workflow, the format, the tone. They can’t bypass the security boundaries or the permission prompts. If a skill is about to write a file or send something, you still see the gate. The skill makes the agent specialized, not unsupervised.
When to reach for a skill
The honest signal is repetition. If you’ve explained the same task to the agent more than twice, that explanation wants to be a skill.
Good candidates look like this:
- The task has a fixed shape the output should follow every time (a note structure, an email format, an offer template).
- It touches your specific setup: your folders, your naming, your CRM file, your wiki.
- It’s boring to re-explain but easy to get subtly wrong if you don’t.
A one-off question doesn’t need a skill. “What’s the capital of Portugal” is not a procedure. But “process this week’s client calls into notes, file them, and bump the last-activity date” is exactly the kind of multi-step, convention-heavy job a skill nails and a cold prompt fumbles.
Skills worth trying first
The Voicie skill library is open and free to copy. A few that show the range:
- Sales Meeting Recap — you talk into your phone after a meeting, the raw transcript lands in your dump zone, and the skill turns it into a clean note per client: decisions, action items, open threads, quotes. It identifies the right client folder and refreshes the last-activity date in your local CRM. Run it twice in a day and it merges instead of duplicating.
- Learner: Wiki Query — answers a question only from the personal knowledge base you’ve built, with citations back to the source pages. If your wiki doesn’t know, it says so plainly instead of making something up. Anti-hallucination by design.
- Sales Follow-up Email — drafts the follow-up after a meeting, in your voice, using what was actually agreed.
These are starting points, not finished products. Everyone bends a skill to their own folders, their own tone, their own tools. Open the SKILL.md, read it, change what doesn’t fit. That’s the intended workflow, not a hack.
Where skills are heading
The pattern behind skills is bigger than any one of them. As you build more, your Voicie agent stops being a generic chatbot and becomes a roster of specialists, each one carrying a procedure you trust. The agent supplies the intelligence; the skills supply the judgment about how you want things done.
That’s the same idea behind everything we build at Voicie: the value of AI isn’t in the model, it’s in the model plus your context. A skill is one of the most direct ways to hand the agent that context and have it stick.
Frequently asked questions
Do I need to know how to code to use a skill?
No. A skill is a plain-language markdown file. You install it by moving a folder, and you trigger it by typing a command or just asking. Editing one means changing words in a text file, not writing software.
How is a skill different from a normal prompt?
A prompt is something you type fresh each time and the agent forgets afterward. A skill is saved, reusable, and loaded automatically, so the agent applies the same procedure every time without you re-explaining it.
Can I change a skill after installing it?
Yes, and you’re meant to. Open the SKILL.md in the skill’s folder and edit the instructions to match your folders, tone, and tools. The agent picks up the changes on the next new chat.
Where do I get skills?
From the free Voicie skill library or the voicie-skills GitHub repository. Once you’ve found one, follow the step-by-step install guide.
Ready to add one? Start with the install guide, or read the Voicie Skills announcement for the bigger picture.